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

Missing turtle_tf_message_filter on Ubuntu 12.04

asked 2015-03-26 06:55:34 -0500

rreignier gravatar image

Hi,

I was working through the tf tutorials, and in the part about message filters, I had an error when I launched the turtle_tf_sensor.lauch.

roslaunch turtle_tf turtle_tf_sensor.launch

Error message:

ERROR: cannot launch node of type [turtle_tf/turtle_tf_message_filter]: can't locate node [turtle_tf_message_filter] in package [turtle_tf]

Indeed, there is no turtle_tf_message_filter file in /opt/ros/hydro/lib/turtle_tf on my Ubuntu 12.04 32-bit PC. The package was install via the apt ros-hydro-turtle-tf package.

But the file is in the Github repo on the hydro-devel branch so I think there is an issue with the packaging for Ubuntu 12.04 but I do not know where to report that issue.

Thanks

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
2

answered 2015-03-26 08:47:59 -0500

gvdhoorn gravatar image

Looking at the CMakeLists.txt of turtle_tf (here), it would indeed seem to be the case that the turtle_tf_message_filter node is not installed ( the other C++ nodes are installed on these lines).

As for reporting this: I'd just post an issue on the geometry_tutorials/issues tracker.

edit flag offensive delete link more

Comments

1

Thank you gvdhoorn.

Issue posted here. I hope it is clear.

rreignier gravatar image rreignier  ( 2015-03-26 10:14:12 -0500 )edit

Question Tools

1 follower

Stats

Asked: 2015-03-26 06:51:21 -0500

Seen: 449 times

Last updated: Mar 26 '15