ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
So what exactly is your question?
Changing package://
to a full path is always a bad idea. If you want roslaunch to put in the path to a package, use $(find package)
. URIs of the form package://
are normally resolved using resource_retriever inside the node.
If you have bug reports or patches, it's normally best to file a ticket at the package's bug tracker.