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

if models is a ROS package, then you should use package://, not file://.

if it's a directory somewhere on your filesystem, use an absolute path (ie: file:///path/to/where/models/is/..).

if models is a ROS package, then you should use package://, not file://.

if it's a directory somewhere on your filesystem, use an absolute path (ie: file:///path/to/where/models/is/..).

See the documentation for wiki/rviz/DisplayTypes/Marker - Mesh Resource which explains all of this.