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

how can i install rviz in JADE ROS

asked 2016-01-11 10:51:47 -0500

naqi.nick gravatar image

updated 2016-01-11 12:20:32 -0500

ahendrix gravatar image

i came across the need for visualization in ROS which requires rviz, when i went to the http://wiki.ros.org/rviz/UserGuide it gave me some code to install the RVIZ code, i used sudo apt-get install ros-fuerte-visualization

but it gave an error

E: unable to locate package ros-fuerte-visualization

i dont know which of the given codes should i run to install it in JADE as the given code is for groovy, hydro and indigo can anyone help plz.

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
0

answered 2016-01-11 11:11:35 -0500

gvdhoorn gravatar image

The page you link is pretty clear about it:

From groovy on:

sudo apt-get install ros-groovy-rviz
# or
sudo apt-get install ros-hydro-rviz
# or
sudo apt-get install ros-indigo-rviz

You're installing for Jade, so I suggest:

sudo apt-get install ros-jade-rviz

similar to all the other Jade packages that I assume you've already installed.

edit flag offensive delete link more

Comments

thank you!

naqi.nick gravatar image naqi.nick  ( 2016-01-17 11:29:55 -0500 )edit

Question Tools

1 follower

Stats

Asked: 2016-01-11 10:51:47 -0500

Seen: 264 times

Last updated: Jan 11 '16