Skip to content

Commit

Permalink
Merge pull request #1719 from ROBOTIS-GIT/feature-hotfix-open-manipul…
Browse files Browse the repository at this point in the history
…ator-x

Modified branch name for open_manipulator_dependencies repo
  • Loading branch information
ROBOTIS-Yang authored Dec 11, 2024
2 parents ed4162a + 8531578 commit fdac1d0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ The following instruction describes how to install packages and to use MoveIt! w
```bash
$ cd ~/catkin_ws/src/
$ git clone https://github.com/ROBOTIS-GIT/open_manipulator_controls.git
$ git clone https://github.com/ROBOTIS-GIT/open_manipulator_dependencies.git
$ git clone -b noetic https://github.com/ROBOTIS-GIT/open_manipulator_dependencies.git
$ cd ~/catkin_ws && catkin_make
```

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@ $ cd ~/catkin_ws/src/
$ git clone -b noetic-devel https://github.com/ROBOTIS-GIT/open_manipulator.git
$ git clone -b noetic-devel https://github.com/ROBOTIS-GIT/open_manipulator_msgs.git
$ git clone -b noetic-devel https://github.com/ROBOTIS-GIT/open_manipulator_simulations.git
$ git clone https://github.com/ROBOTIS-GIT/open_manipulator_dependencies.git
$ git clone -b noetic https://github.com/ROBOTIS-GIT/open_manipulator_dependencies.git
$ cd ~/catkin_ws && catkin_make
```
2 changes: 1 addition & 1 deletion docs/en/platform/openmanipulator_p/ros_controls.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ The following instruction describes how to install moveit package and to use Mov
```bash
$ cd ~/catkin_ws/src/
$ git clone https://github.com/ROBOTIS-GIT/open_manipulator_p_controls.git
$ git clone https://github.com/ROBOTIS-GIT/open_manipulator_dependencies.git
$ git clone -b noetic https://github.com/ROBOTIS-GIT/open_manipulator_dependencies.git
$ cd ~/catkin_ws && catkin_make
```

Expand Down

0 comments on commit fdac1d0

Please sign in to comment.