Skip to content

Commit

Permalink
feat: add autoware_ prefix to component_state_monitor (#591)
Browse files Browse the repository at this point in the history
Signed-off-by: Ryohsuke Mitsudome <[email protected]>
Signed-off-by: Hayato Mizushima <[email protected]>
Co-authored-by: Hayato Mizushima <[email protected]>
  • Loading branch information
mitsudome-r and hayato-m126 authored Jan 24, 2025
1 parent bd75eb6 commit 0fec3da
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion driving_log_replayer/driving_log_replayer/launch_common.py
Original file line number Diff line number Diff line change
Expand Up @@ -286,7 +286,7 @@ def get_topic_state_monitor_launch(
) -> launch.actions.IncludeLaunchDescription:
# 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",
)
Expand Down
2 changes: 1 addition & 1 deletion driving_log_replayer/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,9 @@
<depend>tier4_localization_msgs</depend>
<depend>visualization_msgs</depend>

<exec_depend>autoware_component_state_monitor</exec_depend>
<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>driving_log_replayer_analyzer</exec_depend>
<exec_depend>perception_eval</exec_depend>
<exec_depend>python3-fastjsonschema</exec_depend>
Expand Down

0 comments on commit 0fec3da

Please sign in to comment.