ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
No, TF is not necessary to do what you want. I tried your "last publisher" example (the first pastebin link), and here's what's necessary to get it running:
"geometry_msgs/Twist.h"
back in (it's commented out)manifest.xml
contains the line <depend package="geometry_msgs"/>
rosbuild_add_executable(twist_publisher src/twist_publisher.cpp)