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

Exercise 3.2 incorrect tf2 header files #334

Open
jrgnicho opened this issue Jan 22, 2021 · 1 comment
Open

Exercise 3.2 incorrect tf2 header files #334

jrgnicho opened this issue Jan 22, 2021 · 1 comment

Comments

@jrgnicho
Copy link
Member

The exercise refers to tf2 headers which do not exists. The correct headers should be tf2_ros/...

@Chojins
Copy link

Chojins commented Jun 23, 2022

I also had to include the tf2_geometry_msgs.h to get it to build:

#include <tf2_ros/buffer.h>
#include <tf2_ros/transform_listener.h>
#include <tf2_geometry_msgs/tf2_geometry_msgs.h>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants