ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
Do you have geometry_experimental installed?
sudo apt-get install ros-fuerte-geometry-experimental
2 | No.2 Revision |
Do you have geometry_experimental installed?
sudo apt-get install ros-fuerte-geometry-experimental
Edit: Why do you think tf2_ros/transform_broadcaster.h is not what you are looking for? As I understand it, the tf2 package (now) contains the basic alghorithms and classes while the tf2_ros package contains the ros specific parts, including the listener. Did you try it out?