Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: unify edge auto perception #43

Open
wants to merge 5 commits into
base: anvil-dev
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
79 changes: 49 additions & 30 deletions autoware.repos
Original file line number Diff line number Diff line change
@@ -1,55 +1,65 @@
repositories:
# perception stack
launcher:
type: git
url: https://github.com/tier4/edge_auto_jetson_launch.git
version: main
individual_params:
type: git
url: https://github.com/tier4/edge_auto_individual_params.git
version: main
sensor_trigger:
type: git
url: https://github.com/tier4/sensor_trigger.git
version: galactic
ros2_v4l2_camera:
type: git
url: https://github.com/tier4/ros2_v4l2_camera.git
version: galactic
autoware.universe:
type: git
url: https://github.com/autowarefoundation/autoware.universe.git
version: main
calibration_tools:
autoware_common:
type: git
url: https://github.com/tier4/CalibrationTools.git
version: tier4/universe
# package dependencies
autoware_common_msgs:
url: https://github.com/autowarefoundation/autoware_common.git
version: main
autoware_msgs:
type: git
url: https://github.com/autowarefoundation/autoware_msgs.git
version: main
autoware_common:
autoware_adapi_msgs:
type: git
url: https://github.com/autowarefoundation/autoware_common.git
url: https://github.com/autowarefoundation/autoware_adapi_msgs.git
version: main
autoware_auto_msgs:
type: git
url: https://github.com/tier4/autoware_auto_msgs.git
version: tier4/main
tier4_autoware_msgs:
type: git
url: https://github.com/tier4/tier4_autoware_msgs.git
version: tier4/universe
autoware_auto_msgs:
launcher:
type: git
url: https://github.com/tier4/autoware_auto_msgs.git
version: tier4/main
url: https://github.com/tier4/edge_auto_jetson_launch.git
version: main
individual_params:
type: git
url: https://github.com/tier4/edge_auto_individual_params.git
version: main
nebula:
type: git
url: https://github.com/tier4/nebula.git
version: main
transport_drivers:
type: git
url: https://github.com/MapIV/transport_drivers.git
version: boost
ros2_numpy:
type: git
url: https://github.com/Box-Robotics/ros2_numpy.git
version: humble
image_pipeline:
type: git
url: https://github.com/tier4/image_pipeline.git
version: tier4/main
version: 47964112293eb19f9f57254b2e6b68706954cc63
# edge-auto-jetson deps
sensor_trigger:
type: git
url: https://github.com/tier4/sensor_trigger.git
version: galactic
ros2_v4l2_camera:
type: git
url: https://github.com/tier4/ros2_v4l2_camera.git
version: galactic
image_transport_plugins:
type: git
url: https://github.com/ros-perception/image_transport_plugins.git
version: foxy-devel
# build dependencies
version: humble
cudnn_cmake_module:
type: git
url: https://github.com/tier4/cudnn_cmake_module.git
Expand All @@ -58,3 +68,12 @@ repositories:
type: git
url: https://github.com/tier4/tensorrt_cmake_module.git
version: main
# other build dependencies
point_cloud_msg_wrapper:
type: git
url: https://gitlab.com/ApexAI/point_cloud_msg_wrapper
version: rolling
lanelet2_validation:
type: git
url: https://github.com/fzi-forschungszentrum-informatik/lanelet2.git
version: master
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/bash
colcon build \
--symlink-install --cmake-args -DCMAKE_BUILD_TYPE=Release \
-DPython3_EXECUTABLE=$(which python3.6) -DCMAKE_CUDA_STANDARD=14 \
-DPython3_EXECUTABLE=$(which python3.8) -DCMAKE_CUDA_STANDARD=14 \
--packages-up-to edge_auto_jetson_launch
Loading