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

You can get the source code from git and check out branch 1.9.35. It's a patch to resolve this issue. Read more here.

cd ~/catkin_ws/src
git clone https://github.com/ros-visualization/rviz.git
cd rviz
git checkout 1.9.35
cd ../..
catkin_make

You can get the source code from git and check out branch 1.9.35. It's a patch to resolve this issue. Read more here.

cd ~/catkin_ws/src
git clone https://github.com/ros-visualization/rviz.git
cd rviz
git checkout 1.9.35
cd ../..
catkin_make

EDIT: If this doesn't work, it's likely that something went wrong with your ROS installation. You might want to try to reinstall ROS!