Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Getting started with transformations #2

Open
KD-3 opened this issue Aug 14, 2020 · 0 comments
Open

Getting started with transformations #2

KD-3 opened this issue Aug 14, 2020 · 0 comments
Labels
enhancement New feature or request good first issue Good for newcomers hacktoberfest

Comments

@KD-3
Copy link
Contributor

KD-3 commented Aug 14, 2020

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:

  • map and odom
  • map and base_link
  • odom and base_link

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.

@KD-3 KD-3 added enhancement New feature or request good first issue Good for newcomers labels Aug 14, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers hacktoberfest
Projects
None yet
Development

No branches or pull requests

1 participant