ros-industrial / industrial_ci

Easy continuous integration repository for ROS repositories
Apache License 2.0
248 stars 129 forks source link

Move to ws folder for rosdep command, fixes #876 #878

Open dave992 opened 3 months ago

dave992 commented 3 months ago

Executing the rosdep command from the root of the repository results in multiple packages found with the same name when run from the CI on GitLab. (See #876 for more information)

I have been unable to find the root cause for this, but this fix seems to circumvent the issue by restricting the folders rosdep can search in. I believe functionally this should behave the same.