ros_autonomous_slam icon indicating copy to clipboard operation
ros_autonomous_slam copied to clipboard

package "ros_autonomous_slam" not found

Open automousSpace opened this issue 2 years ago • 1 comments

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

automousSpace avatar Jan 17 '22 09:01 automousSpace

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

Dov-Cattan avatar Feb 07 '22 17:02 Dov-Cattan