Skip to content

Commit

Permalink
connect velocity diag to mrm stop
Browse files Browse the repository at this point in the history
vehicle_cmd_gate: handle emergency
set emergency stop jerk can be stopped on slope

Signed-off-by: Yuki Takagi <yuki.takagi@tier4.jp>
  • Loading branch information
yuki-takagi-66 committed Sep 17, 2024
1 parent a8a92ab commit c01072a
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
ros__parameters:
update_rate: 10.0
system_emergency_heartbeat_timeout: 0.5
use_emergency_handling: false
use_emergency_handling: true
check_external_emergency_heartbeat: $(var check_external_emergency_heartbeat)
use_start_request: false
enable_cmd_limit_filter: true
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ 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: /control/012-velocity_deviation }



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

- path: /control/012-velocity_deviation
type: diag
node: control_validator
name: control_validation_velocity_deviation
timeout: 1.0
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
ros__parameters:
update_rate: 30
target_acceleration: -2.5
target_jerk: -1.5
target_jerk: -5.0
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
<arg name="system_monitor_process_monitor_param_path" value="$(find-pkg-share autoware_launch)/config/system/system_monitor/process_monitor.param.yaml"/>
<arg name="system_monitor_voltage_monitor_param_path" value="$(find-pkg-share autoware_launch)/config/system/system_monitor/voltage_monitor.param.yaml"/>

<arg name="use_emergency_handler" value="true"/>
<arg name="use_emergency_handler" value="false"/>
<arg name="mrm_handler_param_path" value="$(find-pkg-share autoware_launch)/config/system/mrm_handler/mrm_handler.param.yaml"/>
<arg name="diagnostic_graph_aggregator_param_path" value="$(var diagnostic_graph_aggregator_param_path)"/>
<arg name="diagnostic_graph_aggregator_graph_path" value="$(var diagnostic_graph_aggregator_graph_path)"/>
Expand Down

0 comments on commit c01072a

Please sign in to comment.