Skip to content

Docs: Incorrect branch name for turtlebot3 dependencies in README #113

@xamjiang

Description

@xamjiang

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!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions