RoboticsClubIITJ / learning-ros

Getting started with the Robot Operating System(ROS)
9 stars 6 forks source link

Getting started with transformations #2

Open KD-3 opened 4 years ago

KD-3 commented 4 years ago

Description Get an understanding of what transformations are and why they are required. http://wiki.ros.org/tf

Expected Work Set up listening and broadcasting transforms for a P3DX Robot moving autonomously using move_base Listening for transforms - Receive and buffer all coordinate frames that are broadcasted in the system, and query for specific transforms between the following frames:

To extend the capabilities of a robot you will need to start broadcasting transforms. Broadcasting transforms - Send out the relative pose of coordinate frames to the rest of the system. A system can have many broadcasters that each provide information about a different part of the robot.