Skip to content

Commit

Permalink
Add rosdep step to manual build instructions (openelections#42)
Browse files Browse the repository at this point in the history
* 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]>
  • Loading branch information
MiguelCompany authored Jul 30, 2020
1 parent b6a48ef commit 200cb19
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build_instructions/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,7 @@ Then, use ``vcs`` to clone the repos and versions in it into a workspace.
cd ~/nav2_depend_ws
wget https://raw.githubusercontent.com/ros-planning/navigation2/master/tools/ros2_dependencies.repos
vcs import src < ros2_dependencies.repos
rosdep install -y -r -q --from-paths src --ignore-src --rosdistro <ros2-distro>
colcon build --symlink-install --cmake-args -DCMAKE_BUILD_TYPE=Release
Build Navigation2 Master
Expand All @@ -135,6 +136,7 @@ The rest of this should look familiar.
cd ~/navigation2_ws/src
git clone https://github.com/ros-planning/navigation2.git --branch master
cd ~/navigation2_ws
rosdep install -y -r -q --from-paths src --ignore-src --rosdistro <ros2-distro>
colcon build --symlink-install
Docker
Expand Down

0 comments on commit 200cb19

Please sign in to comment.