-
Notifications
You must be signed in to change notification settings - Fork 98
Open
Description
Hi,
I was following the setup instructions in your README.md for ROS Noetic and encountered an error.
The instructions recommend cloning the turtlebot3 repositories using the -b noetic-devel branch:
git clone -b noetic-devel https://github.com/ROBOTIS-GIT/turtlebot3_msgs.git
git clone -b noetic-devel https://github.com/ROBOTIS-GIT/turtlebot3.git
git clone -b noetic-devel https://github.com/ROBOTIS-GIT/turtlebot3_simulations.git
However, these branches no longer exist. The correct branch name on the ROBOTIS-GIT repository for Noetic is simply noetic.
The commands should be updated to:
git clone -b noetic https://github.com/ROBOTIS-GIT/turtlebot3_msgs.git
git clone -b noetic https://github.com/ROBOTIS-GIT/turtlebot3.git
git clone -b noetic https://github.com/ROBOTIS-GIT/turtlebot3_simulations.git
And the Dockerfile may have the same issue.
Thanks for maintaining this great project!
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels