Skip to content

Commit

Permalink
Modified branch name for open_manipulator_dependencies repo
Browse files Browse the repository at this point in the history
Signed-off-by: Sungho Woo <[email protected]>
  • Loading branch information
sunghowoo committed Dec 11, 2024
1 parent ed4162a commit 8531578
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 8531578

Please sign in to comment.