rosrust icon indicating copy to clipboard operation
rosrust copied to clipboard

Add environment variable ROS_PACKAGE_PATH to paths searched for messages

Open ssnover opened this issue 2 years ago • 1 comments

This PR adds the ROS_PACKAGE_PATH as a source for paths where messages will be searched for. This is the variable used by tools like rospack which are in turn used by rosmsg and rossrv for finding packages on the system.

I noticed that this block of code is duplicated in a couple places and I think it makes sense to try to de-duplicate it, but I'll leave that to another issue/merge request.

This seeks to close issue #166

ssnover avatar Mar 16 '22 23:03 ssnover

@adnanademovic are you accepting contributions to this repository?

ssnover avatar May 02 '22 17:05 ssnover

Looks good, thanks!

I've been on a bit of a hiatus, contributions are appreciated.

adnanademovic avatar Aug 29 '22 12:08 adnanademovic