In this assignment, you will perform coordinate transforms to determine the location of an object seen by a sensor relative to the robot and to the world coordinate frames.
This assignment is split into two parts:
Verify that your node gives you the same answer as your calculations in Part 1.
Your robot is in position (10, 5) facing 45 degrees left of the y-axis (135 degrees relative to x-axis) in world coordinates. It has a sensor pointed exactly behind the robot (180 degrees from forward i.e. positive x-axis on the robot) and placed 1 m behind the center of the robot.
The sensor returns obstacles in the following locations (in the sensor coordinate frame):
Submit a PDF to Blackboard with:
12 points: Answers to instruction questions 1-6 (2 points each)
6 points: ROS node/launch file to perform the transform for any Vector2D input
2 points: Submission details as defined above