Skip to content

Commit 0f1460a

Browse files
committed
Use submodules with stella_vslam_ros
1 parent f1e240f commit 0f1460a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/ros2_package.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ stella_vslam and stella_vslam_ros need to be built with the same options.
6666
.. code-block:: bash
6767
6868
cd ~/catkin_ws/src
69-
git clone --branch ros2 --depth 1 https://github.com/stella-cv/stella_vslam_ros.git
69+
git clone --recursive --branch ros2 --depth 1 https://github.com/stella-cv/stella_vslam_ros.git
7070
cd ~/ros2_ws
7171
colcon build --symlink-install --cmake-args -DUSE_PANGOLIN_VIEWER=ON -DUSE_SOCKET_PUBLISHER=OFF
7272

docs/ros_package.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ stella_vslam and stella_vslam_ros need to be built with the same options.
6262
.. code-block:: bash
6363
6464
cd ~/catkin_ws/src
65-
git clone --branch ros --depth 1 https://github.com/stella-cv/stella_vslam_ros.git
65+
git clone --recursive --branch ros --depth 1 https://github.com/stella-cv/stella_vslam_ros.git
6666
cd ~/catkin_ws
6767
catkin_make -DUSE_PANGOLIN_VIEWER=ON -DUSE_SOCKET_PUBLISHER=OFF
6868

0 commit comments

Comments
 (0)