Skip to content

Commit

Permalink
remove rosdep install command from build script and move to tutorial (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
bgilby59 authored Apr 25, 2024
1 parent 6dec15d commit 2308713
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 0 additions & 1 deletion build.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
#!/bin/bash
rosdep install -y --from-paths `colcon list --packages-up-to edge_auto_launch -p` --ignore-src --skip-keys autoware_launch
colcon build --symlink-install --cmake-args -DCMAKE_BUILD_TYPE=Release --packages-up-to edge_auto_launch
2 changes: 2 additions & 0 deletions docs/tutorials/02_installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,8 @@ Install ros package dependencies and build your ROS workspace.

```sh
rosdep update
rosdep install -y --from-paths `colcon list --packages-up-to edge_auto_launch -p` --ignore-src --skip-keys autoware_launch

./build.sh

...
Expand Down

0 comments on commit 2308713

Please sign in to comment.