Skip to content

Commit

Permalink
use edge_auto_jetson_launch as launcher
Browse files Browse the repository at this point in the history
  • Loading branch information
bgilby59 committed Nov 20, 2023
1 parent 4ef2e41 commit a22c365
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 deletions.
8 changes: 2 additions & 6 deletions autoware.repos
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ repositories:
version: tier4/universe
launcher:
type: git
url: https://github.com/tier4/edge_auto_launch.git
url: https://github.com/tier4/edge_auto_jetson_launch.git
version: main
individual_params:
type: git
Expand All @@ -47,11 +47,7 @@ repositories:
type: git
url: https://github.com/tier4/image_pipeline.git
version: 47964112293eb19f9f57254b2e6b68706954cc63
# edge-auto-jetson
camera_perception_launcher:
type: git
url: https://github.com/tier4/edge_auto_jetson_launch.git
version: main
# edge-auto-jetson deps
sensor_trigger:
type: git
url: https://github.com/tier4/sensor_trigger.git
Expand Down
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
colcon build \
--symlink-install --cmake-args -DCMAKE_BUILD_TYPE=Release \
-DPython3_EXECUTABLE=$(which python3.8) -DCMAKE_CUDA_STANDARD=14 \
--packages-up-to edge_auto_launch
--packages-up-to edge_auto_jetson_launch

0 comments on commit a22c365

Please sign in to comment.