Skip to content

Commit 3772e61

Browse files
committed
Update ground consistency readme
Signed-off-by: haider8645 <haider_lodhi@hotmail.com>
1 parent ea8a4fe commit 3772e61

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

tutorials/docs/navigation2_with_ground_consistency_layer.rst

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,13 @@ It is assumed you have ROS 2 Jazzy installed. To install all required dependenci
2626
.. code-block:: bash
2727
2828
mkdir -p src && cd src
29-
git clone https://github.com/haider8645/nav2_ground_consistency_demo.git
29+
git clone https://github.com/ros-navigation/navigation2_tutorials.git
30+
git checkout -t remotes/origin/jazzy
3031
3132
.. code-block:: bash
3233
33-
cd nav2_ground_consistency_demo
34-
bash install_dependencies.bash ~/my_custom_workspace
34+
cd navigation2_tutorials/nav2_ground_consistency_demo
35+
bash install_dependencies.bash ~/path_to_my_custom_workspace
3536
3637
This script will:
3738

0 commit comments

Comments
 (0)