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

Error in rviz tf2 tutorial

asked 2017-07-31 16:20:47 -0500

xuelong gravatar image

In the tf2 tutorial the following line is incorrect:

sudo apt-get install ros-$ROS_DISTRO-turtle-tf2 ros-$ROS_DISTRO-turtle-tf2-tools ros-$ROS_DISTRO-tf

because ros-lunar-turtle-tf2-tools doesn't exist, but ros-lunar-tf2-tools does. Just a naming error. So it should be:

sudo apt-get install ros-$ROS_DISTRO-turtle-tf2 ros-$ROS_DISTRO-tf2-tools ros-$ROS_DISTRO-tf
edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
0

answered 2017-07-31 18:44:49 -0500

tfoote gravatar image

That does look like a typo. Can you link to the tutorial you're referring to? There isn't an 'rviz' tutorial http://wiki.ros.org/tf2/Tutorials

edit flag offensive delete link more

Comments

Yep sorry, it's the first tf2 tutorial http://wiki.ros.org/tf2/Tutorials/Int...

xuelong gravatar image xuelong  ( 2017-08-01 09:08:26 -0500 )edit

Thanks. I've fixed it.

tfoote gravatar image tfoote  ( 2017-08-01 13:48:37 -0500 )edit

Question Tools

Stats

Asked: 2017-07-31 16:20:47 -0500

Seen: 266 times

Last updated: Jul 31 '17