ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
I strongly suggest installing rviz from debs rather than trying to build it from source. The source version likely has unreleased changes.
sudo apt-get install ros-hydro-rviz
2 | No.2 Revision |
I strongly suggest installing rviz from debs rather than trying to build it from source. The source version likely has unreleased changes.
sudo apt-get install ros-hydro-rviz
EDIT
An additional problem here was that the apt sources were not configured properly. In the apt sources.list, the codename must match the Ubuntu distribution (see the comments).
3 | No.3 Revision |
I strongly suggest installing rviz from debs rather than trying to build it from source. The source version likely has unreleased changes.
sudo apt-get install ros-hydro-rviz
EDIT
An additional problem here was that the apt sources were not configured properly. In the apt sources.list, the codename must match the Ubuntu distribution (see the comments).
For additional help troubleshooting rviz, take a look at the rviz troubleshooting guide