Why is my state_publisher build complaining about tf::TransformBroadcaster?
I am actually trying to put together enough to visualize my URDF model in RVIZ. I currently have two files in my workspace:
- …_ws/src/rbot_description/urdf/rbot.urdf
- …_ws/src/rbot_description/src/state_publisher.cpp
When I call catkin_make the state_publisher fails to build. The failure message reads: "… undefined reference to 'tf::TransformBroadcaster::sendTransform(geometry_msgs::TransformStamped_<std::allocator<void> > const&)' "
What do I need to do to fix this error?