open-rmf / rmf

Root repository for the RMF software
Apache License 2.0
225 stars 58 forks source link

colcon fails to prioritize in-workspace RMF packages over installed versions #99

Open mxgrey opened 2 years ago

mxgrey commented 2 years ago

It was mentioned in #98 and has come up in other places as well. For some reason, colcon workspace overlays aren't correctly prioritizing in-source RMF package versions over the versions that have been installed on a machine. This usually works okay for ROS/ROS2 packages, so I have to assume there's something we can tweak in the cmake files of the RMF packages to help this work as intended.