Skip to content

Commit

Permalink
Merge branch 'main' into feat/update-autowarefoundation/sample_sensor…
Browse files Browse the repository at this point in the history
…_kit_launch/0.40.0
  • Loading branch information
youtalk authored Jan 22, 2025
2 parents 6e3d034 + 0a69228 commit b7e49c8
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion autoware.repos
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ repositories:
universe/external/tier4_ad_api_adaptor: # TODO(TIER IV): Migrate to AD API and remove this repository entry.
type: git
url: https://github.com/tier4/tier4_ad_api_adaptor.git
version: tier4/universe
version: v0.40.0
universe/external/tier4_autoware_msgs:
type: git
url: https://github.com/tier4/tier4_autoware_msgs.git
Expand Down
1 change: 1 addition & 0 deletions docker/scripts/build_and_clean.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#!/bin/bash
set -e

function build_and_clean() {
local ccache_dir=$1
Expand Down
1 change: 1 addition & 0 deletions docker/scripts/cleanup_apt.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#!/bin/bash
set -e

function cleanup_apt() {
local apt_clean=$1
Expand Down
1 change: 1 addition & 0 deletions docker/scripts/cleanup_system.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#!/bin/bash
set -e

function cleanup_system() {
local lib_dir=$1
Expand Down
1 change: 1 addition & 0 deletions docker/scripts/resolve_rosdep_keys.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#!/bin/bash
set -e

function resolve_rosdep_keys() {
local src_path=$1
Expand Down

0 comments on commit b7e49c8

Please sign in to comment.