@@ -27,12 +27,12 @@ mkdir -p src/
2727
2828if [ ${BUILD_FULL_PKG} = true ]; then
2929 echo " Building full package"
30- wget https://raw.githubusercontent.com/Ar-Ray-code/rpi-bullseye-ros2/main /repos/ds.repos
31- wget https://raw.githubusercontent.com/Ar-Ray-code/rpi-bullseye-ros2/main /repos/realsense.repos
32- wget https://raw.githubusercontent.com/Ar-Ray-code/rpi-bullseye-ros2/main /repos/rostackchan.repos
33- wget https://raw.githubusercontent.com/Ar-Ray-code/rpi-bullseye-ros2/main /repos/urg.repos
34- wget https://raw.githubusercontent.com/Ar-Ray-code/rpi-bullseye-ros2/main /repos/velodyne.repos
35- wget https://raw.githubusercontent.com/Ar-Ray-code/rpi-bullseye-ros2/main /repos/webcam.repos
30+ wget https://raw.githubusercontent.com/Ar-Ray-code/rpi-bullseye-ros2/${DISTRO} /repos/ds.repos
31+ wget https://raw.githubusercontent.com/Ar-Ray-code/rpi-bullseye-ros2/${DISTRO} /repos/realsense.repos
32+ wget https://raw.githubusercontent.com/Ar-Ray-code/rpi-bullseye-ros2/${DISTRO} /repos/rostackchan.repos
33+ wget https://raw.githubusercontent.com/Ar-Ray-code/rpi-bullseye-ros2/${DISTRO} /repos/urg.repos
34+ wget https://raw.githubusercontent.com/Ar-Ray-code/rpi-bullseye-ros2/${DISTRO} /repos/velodyne.repos
35+ wget https://raw.githubusercontent.com/Ar-Ray-code/rpi-bullseye-ros2/${DISTRO} /repos/webcam.repos
3636
3737 for f in * .repos; do
3838 echo " ---- importing $f ----"
@@ -57,6 +57,7 @@ export CPLUS_INCLUDE_PATH=${PCL_INCLUDE_PATH}:${EIGEN_INCLUDE_PATH}:$CPLUS_INCLU
5757
5858colcon build \
5959 --install-base $( pwd) /${DISTRO} / \
60+ --executor sequential \
6061 --packages-ignore autoware_trajectory autoware_ekf_localizer autoware_map_projection_loader autoware_test_utils autoware_planning_test_manager autoware_gnss_poser autoware_route_handler autoware_map_loader autoware_simple_pure_pursuit autoware_velocity_smoother autoware_mission_planner autoware_path_generator autoware_behavior_velocity_planner_common autoware_behavior_velocity_planner autoware_motion_velocity_planner_common autoware_motion_velocity_planner autoware_motion_velocity_obstacle_stop_module autoware_behavior_velocity_stop_line_module \
6162 --merge-install --cmake-args -DCMAKE_BUILD_TYPE=Release -DCMAKE_CXX_FLAGS=" -march=armv8-a+crc -mtune=cortex-a72 -O3" -DCMAKE_C_FLAGS=" -march=armv8-a+crc -mtune=cortex-a72 -O3"
6263
0 commit comments