Problem 44823. Relative points in 2D: problem 1
The 2D pose of a robot, with respect to a world coordinate frame {O}, is described by a 3x3 homogenous transform matrix T. A landmark point is described by a 2x1 coordinate vector P with respect to the world coordinate frame. What is the coordinate of the landmark with respect to the robot?
Solution Stats
Problem Comments
-
4 Comments
Show
1 older comment
ChrisR
on 15 Apr 2023
Is this problem solvable now? I don't see where the test suite calls the function.
Christian Schröder
on 15 Apr 2023
@Chris it's getting called on line 8 of the first test case, isn't it?
Dyuman Joshi
on 16 Apr 2023
I edited the test suite after seeing Chris's comment, but had not updated in the comment.
The test case has been edited and the problem is now solvable.
Solution Comments
Show commentsProblem Recent Solvers99
Suggested Problems
-
Find the sum of all the numbers of the input vector
50404 Solvers
-
Sum all integers from 1 to 2^n
15884 Solvers
-
Combinations without using nchoosek
128 Solvers
-
94 Solvers
-
Calculate the Number of Sign Changes in a Row Vector (No Element Is Zero)
769 Solvers
More from this Author16
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!