ros / resource_retriever

Package used to retrieve resources of different kinds, e.g. http://, file://, the ROS specific package://, etc.
8 stars 42 forks source link

add ability to get a absolute file path when possible #24

Open wjwwood opened 6 years ago

wjwwood commented 6 years ago

In the cases where file://... or package://... are the input, it would be nice to get an absolute path to the resource on the filesystem rather than the data. This is obviously not possible if the source is off-disk (like http:// or the proposed param:// in https://github.com/ros/resource_retriever/issues/12), but when it's possible the feature would have been used here:

https://github.com/ros2/rviz/pull/235/commits/1a3b84f4a3732e2bc62130d8442124b8ee581760#r177022950