Closed illuosion closed 1 year ago
This indicates that the launch is only looking in the ROS 2 path for packages /opt/ros/foxy
. However, after building, the Swarm-SLAM packages will be in the install folder of the workspace.
TL;DR: You need to source your workspace before launching:
cd your_ros2_worskspace
source install/setup.bash
What should I do if this problem occurs?