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:
In the cases where
file://...
orpackage://...
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 (likehttp://
or the proposedparam://
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