Open automousSpace opened 2 years ago
Hello There I have downloaded the ROS2 and all the files of this project but when I run the command ros2 launch ros_autonomous_slam turtlebot3_world.launch This error occurs : Package 'ros_autonomous_slam' not found: "package 'ros_autonomous_slam' not found, searching: ['/opt/ros/foxy']"
Kindly Help I need this project for my FYP Presentation. Waiting for reply
The reason why this is happening is because the creator of this repository forgot to put on both the GitHub and Article tutorial:
git clone https://github.com/fazildgr8/ros_autonomous_slam
in catkin_ws
After you do that (and source devel/setup.bash or source ~/.bashrc), the issue should be fixed
Hello There I have downloaded the ROS2 and all the files of this project but when I run the command ros2 launch ros_autonomous_slam turtlebot3_world.launch This error occurs : Package 'ros_autonomous_slam' not found: "package 'ros_autonomous_slam' not found, searching: ['/opt/ros/foxy']"
Kindly Help I need this project for my FYP Presentation. Waiting for reply