Skip to content

Commit 200cb19

Browse files
Add rosdep step to manual build instructions (openelections#42)
* Add rosdep step to manual build instructions Signed-off-by: Miguel Company <[email protected]> * Removed notes on ros distro Signed-off-by: Miguel Company <[email protected]>
1 parent b6a48ef commit 200cb19

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

build_instructions/index.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,7 @@ Then, use ``vcs`` to clone the repos and versions in it into a workspace.
119119
cd ~/nav2_depend_ws
120120
wget https://raw.githubusercontent.com/ros-planning/navigation2/master/tools/ros2_dependencies.repos
121121
vcs import src < ros2_dependencies.repos
122+
rosdep install -y -r -q --from-paths src --ignore-src --rosdistro <ros2-distro>
122123
colcon build --symlink-install --cmake-args -DCMAKE_BUILD_TYPE=Release
123124
124125
Build Navigation2 Master
@@ -135,6 +136,7 @@ The rest of this should look familiar.
135136
cd ~/navigation2_ws/src
136137
git clone https://github.com/ros-planning/navigation2.git --branch master
137138
cd ~/navigation2_ws
139+
rosdep install -y -r -q --from-paths src --ignore-src --rosdistro <ros2-distro>
138140
colcon build --symlink-install
139141
140142
Docker

0 commit comments

Comments
 (0)