Closed tommy-erko closed 1 year ago
the same happens if I first build nav2 alone (skip nav2_bringup dependency on slam_toolbox) and add and attempt to build slam_toolbox afterwards
This is very odd. I'm not sure either. Let me call in backup CC @clalancette
This is very odd. I'm not sure either. Let me call in backup CC @clalancette
This is likely due to https://github.com/ament/ament_cmake/pull/416. There is more information in there, but you'll likely have to do something similar to https://github.com/ros-planning/moveit2/pull/1889
Thank you for the note Chris, I'll fix this shortly. That would have taken me much, much longer to try to correlate
@tommy-erko thanks for the report! I've fixed it in https://github.com/SteveMacenski/slam_toolbox/pull/589
Required Info:
Steps to reproduce issue
colcon build
in a workspace with nav2 and slam_toolbox packagesExpected behavior
successful build
Actual behavior
Additional information
This setup worked before the latest (2023-03-17) ROS2 rolling synchronization.