Skip to content

Commit

Permalink
Merge pull request #655 from tier4/feat/sys_diag_monitor/add_collisio…
Browse files Browse the repository at this point in the history
…n_detector

feat(system_diagnostic_monitor): enable collision_detector
  • Loading branch information
go-sakayori authored Nov 7, 2024
2 parents 6ce8604 + d890e00 commit 80a8e22
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ units:
- { type: link, link: /autoware/control/performance_monitoring/lane_departure }
- { type: link, link: /autoware/control/performance_monitoring/trajectory_deviation }
- { type: link, link: /autoware/control/performance_monitoring/control_state }
- { type: link, link: /autoware/control/collision_detector }

- path: /autoware/control/local
type: and
Expand Down Expand Up @@ -66,3 +67,8 @@ units:
type: diag
node: external_cmd_converter
name: remote_control_topic_status

- path: /autoware/control/collision_detector
type: diag
node: collision_detector
name: collision_detect
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<arg name="use_individual_control_param" default="false"/>
<arg name="enable_autonomous_emergency_braking" default="true"/>
<arg name="enable_predicted_path_checker" default="false"/>
<arg name="enable_collision_detector" default="false"/>
<arg name="enable_collision_detector" default="true"/>

<let name="latlon_controller_param_path_dir" value="$(var vehicle_id)" if="$(var use_individual_control_param)"/>
<let name="latlon_controller_param_path_dir" value="" unless="$(var use_individual_control_param)"/>
Expand Down

0 comments on commit 80a8e22

Please sign in to comment.