You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: