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

Update Coordinate-Transforms-using-TF.md #217

Open
wants to merge 1 commit into
base: kinetic
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion gh_pages/_source/session3/Coordinate-Transforms-using-TF.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@ Specifically, edit the service callback inside the vision_node to transform the

1. Specify `tf` as a dependency of your core package.

* Edit `package.xml` (2 lines) and `CMakeLists.txt` (2 lines) as in previous exercises
* Edit `package.xml` (2 lines) and `CMakeLists.txt` (2 lines) as in previous exercises.
Note: In the source files, the 'package.xml' shows the edit to be '<run_depend>tf</run_depend>'. This may cause a long string of erros when running 'catkin build'. Fix this by doing '<exec_depend>tf</exec_depend>'instead.

1. Add a `tf::TransformListener` object to the vision node (as a class member variable).

Expand Down