Skip to content

Commit

Permalink
Update Documentation of Humble (#524)
Browse files Browse the repository at this point in the history
* Update moveit2_tutorials.repos

Changed version of moveit2 to humble instead of main.

* Update getting_started.rst

Changed  git clone https://github.com/ros-planning/moveit2_tutorials -b humble --depth 1 to https://github.com/ros-planning/moveit2_tutorials -b humble --depth 1.
  • Loading branch information
Nils-ChristianIseke authored Oct 5, 2022
1 parent 0c2e894 commit 1563a2e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion doc/tutorials/getting_started/getting_started.rst
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ Download Source Code of MoveIt and the Tutorials
Move into your Colcon workspace and pull the MoveIt tutorials source: ::

cd ~/ws_moveit2/src
git clone https://github.com/ros-planning/moveit2_tutorials -b main --depth 1
git clone https://github.com/ros-planning/moveit2_tutorials -b humble --depth 1

Next we will download the source code for the rest of MoveIt: ::

Expand Down
2 changes: 1 addition & 1 deletion moveit2_tutorials.repos
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ repositories:
moveit2:
type: git
url: https://github.com/ros-planning/moveit2
version: main
version: humble
moveit_resources:
type: git
url: https://github.com/ros-planning/moveit_resources
Expand Down

0 comments on commit 1563a2e

Please sign in to comment.