ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
To get the 1.7 mesh files for an installed rviz do the following. As taken from the excellent ros-install-osx install script: https://github.com/mikepurvis/ros-install-osx/blob/master/install
cd rospack find rviz
/ogre_media/models/
curl https://raw.githubusercontent.com/ros-visualization/rviz/hydro-devel/ogre_media/models/rviz_cone.mesh > rviz_cone.mesh
curl https://raw.githubusercontent.com/ros-visualization/rviz/hydro-devel/ogre_media/models/rviz_cube.mesh > rviz_cube.mesh
curl https://raw.githubusercontent.com/ros-visualization/rviz/hydro-devel/ogre_media/models/rviz_cylinder.mesh > rviz_cylinder.mesh
curl https://raw.githubusercontent.com/ros-visualization/rviz/hydro-devel/ogre_media/models/rviz_sphere.mesh > rviz_sphere.mesh
2 | No.2 Revision |
To get the 1.7 mesh files for an installed rviz do the following. As taken from the excellent ros-install-osx install script: https://github.com/mikepurvis/ros-install-osx/blob/master/install
cd rospack