File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -66,7 +66,7 @@ stella_vslam and stella_vslam_ros need to be built with the same options.
66
66
.. code-block :: bash
67
67
68
68
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
70
70
cd ~ /ros2_ws
71
71
colcon build --symlink-install --cmake-args -DUSE_PANGOLIN_VIEWER=ON -DUSE_SOCKET_PUBLISHER=OFF
72
72
Original file line number Diff line number Diff line change @@ -62,7 +62,7 @@ stella_vslam and stella_vslam_ros need to be built with the same options.
62
62
.. code-block :: bash
63
63
64
64
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
66
66
cd ~ /catkin_ws
67
67
catkin_make -DUSE_PANGOLIN_VIEWER=ON -DUSE_SOCKET_PUBLISHER=OFF
68
68
You can’t perform that action at this time.
0 commit comments