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

retriever.h missing from foxy #65

Closed brennand closed 3 years ago

brennand commented 3 years ago

The deprecate header: retriever.h is in galaxy but missing from foxy branch.

https://github.com/ros/resource_retriever/pull/51

clalancette commented 3 years ago

It doesn't look like it to me:

As far as I can tell, that is what is intended; the .h file is in Foxy, it was deprecated (but still available) in Galactic, and now it is removed from development (which will eventually become Humble).

I'm going to close this out, but feel free to reopen if this doesn't make sense or you still think there is a problem here.