Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: add autoware_ prefix to component_state_monitor
Browse files Browse the repository at this point in the history
Signed-off-by: Ryohsuke Mitsudome <[email protected]>
mitsudome-r committed Jan 24, 2025
1 parent 0d6c294 commit e4586db
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -470,7 +470,7 @@ def launch_topic_state_monitor(context: LaunchContext) -> list:
]
# component_state_monitor launch
component_state_monitor_launch_file = Path(
get_package_share_directory("component_state_monitor"),
get_package_share_directory("autoware_component_state_monitor"),
"launch",
"component_state_monitor.launch.py",
)
2 changes: 1 addition & 1 deletion driving_log_replayer_v2/package.xml
Original file line number Diff line number Diff line change
@@ -36,7 +36,7 @@

<exec_depend>autoware_lanelet2_extension_python</exec_depend>
<exec_depend>autoware_map_height_fitter</exec_depend>
<exec_depend>component_state_monitor</exec_depend>
<exec_depend>autoware_component_state_monitor</exec_depend>
<exec_depend>driving_log_replayer_v2_analyzer</exec_depend>
<exec_depend>perception_eval</exec_depend>
<exec_depend>python3-fastjsonschema</exec_depend>

0 comments on commit e4586db

Please sign in to comment.