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

chore: sync-micro-bus #96

Open
wants to merge 32 commits into
base: micro-bus
Choose a base branch
from
Open
Changes from 1 commit
Commits
Show all changes
32 commits
Select commit Hold shift + click to select a range
e61768b
feat(rtc_controller): add new module avoidance_by_lc (#89)
satoshi-ota Mar 26, 2023
96c7554
feat: change the external lane change name (#97)
takayuki5168 Apr 4, 2023
b4cb844
feat: add rosbag_logging_mode (#98)
1222-takeshi Apr 14, 2023
852c765
fix(stop_reason_aggregator): fix threshold for closest index (#99)
h-ohta Apr 14, 2023
ff8b2cd
feat(behavior_velocity_planner::intersection): add occlusion detectio…
soblin Apr 24, 2023
d86804b
refactor(behavior_path_planner): rename pull_over to goal_planner (#102)
kosuke55 Apr 26, 2023
c3a9235
chore: sync files (#94)
tier4-autoware-public-bot[bot] May 4, 2023
65fba62
build: use <buildtool_depend> for autoware_cmake (#103)
VRichardJP May 4, 2023
a58468e
refactor(start_planner): rename pull out to start planner (#108)
kosuke55 Jun 7, 2023
2f341cc
feat: add support auto mode status (#111)
tkhmy Dec 20, 2023
7ee65a6
chore(deps): add autoware_internal_msgs (#113)
YamatoAndo May 28, 2024
81ec733
feat: localization initialization method (#112)
isamu-takagi May 28, 2024
6c7980f
chore(rtc_controller): update module name (#114)
satoshi-ota May 31, 2024
ec78e3c
feat!: change from autoware_auto_msgs to autoware_msgs (#115)
yukkysaito Jun 4, 2024
15bfd74
chore: sync files (#109)
tier4-autoware-public-bot[bot] Jun 8, 2024
c15cc1e
fix: change the output of ControlMode to autoware_auto_msgs (#116)
mitsudome-r Jun 10, 2024
c2f6a89
fix: fix smoother namespace (#118)
rej55 Jun 13, 2024
d800841
fix(autoware_iv_internal_api_adaptor): iv msg types (#121)
isamu-takagi Jul 8, 2024
d409b66
feat: remove autoware_auto messages (#124)
isamu-takagi Aug 7, 2024
5effcb8
feat: set timestamp to max_velocity topic (#125)
Autumn60 Aug 21, 2024
3de19bc
refactor(autoware_iv_external_api_adaptor): update component_interfac…
esteve Oct 29, 2024
d9ef8aa
refactor(autoware_iv_external_api_adaptor): update component_interfac…
esteve Nov 4, 2024
cf7ebc3
fix(external): fix old package name (#128)
satoshi-ota Nov 12, 2024
6013a40
feat(awapi): add velocity factor converter (#129)
satoshi-ota Nov 25, 2024
c7fb181
ci: add core repo to build_depends (#131)
isamu-takagi Jan 21, 2025
bd536c9
feat: rename autoware_component_interface_specs to autoware_component…
mitsudome-r Jan 21, 2025
4dbe2ed
fix: replace debug_msgs in localization_score (#132)
SakodaShintaro Feb 3, 2025
ab4dd4d
chore: bump version to 0.41.0 (#133)
youtalk Feb 10, 2025
278e32d
fix: remove conflicting version from CHANGELOG.rst (#134)
esteve Feb 12, 2025
436db93
chore: sync files (#119)
tier4-autoware-public-bot[bot] Mar 17, 2025
c771ce5
feat!: replace tier4_planning_msgs/VelocityLimit to autoware_internal…
mitsudome-r Mar 18, 2025
6a67e9f
feat(awapi_awiv_adapter): use glog (#137)
isamu-takagi Mar 25, 2025
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
Prev Previous commit
Next Next commit
chore(deps): add autoware_internal_msgs (#113)
Signed-off-by: Yamato Ando <yamato.ando@tier4.jp>
YamatoAndo authored May 28, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
commit 7ee65a66a716d3cb3b32e582e2fc3497e036f31e
4 changes: 4 additions & 0 deletions build_depends.repos
Original file line number Diff line number Diff line change
@@ -15,6 +15,10 @@ repositories:
type: git
url: https://github.com/autowarefoundation/autoware_adapi_msgs.git
version: main
msg/autoware_internal_msgs:
type: git
url: https://github.com/autowarefoundation/autoware_internal_msgs.git
version: main
universe/tier4_autoware_msgs:
type: git
url: https://github.com/tier4/tier4_autoware_msgs.git