ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

I also have this issue and I'm running ROS kinetic. However, according to this post, the user found the turtle_tf_message_filter.cpp file on the Github repo. You'll notice that this is the same code listed in the tutorial and was used to generate the turtle_tf_message_filter executable. The user also reported the issue and it looked like it was resolved, so I'm not sure why I'm having the error as well. Either way hope this helps.

I also have this issue and I'm running ROS kinetic. However, according to this post, the user found the turtle_tf_message_filter.cpp file on the Github repo. You'll notice that this is the same code listed in the tutorial and was used to generate the turtle_tf_message_filter turtle_tf_message_filter executable. The user also reported the issue and it looked like it was resolved, so I'm not sure why I'm having the error as well. Either way hope this helps.

As a slight hack, you can generate the turtle_tf_message_filter executable yourself by creating the source file and editting the CMakelists.txt file in your current workspace. Then, you can copy the executable to the location expected by the turtle_tf_sensor.launch file. For my ROS kinetic distribution, this involved running something like this:

sudo cp <your_workspace>/devel/lib/<your_tf_package>/turtle_tf_message_filter /opt/ros/kinetic/lib/turtle_tf/