|
57 | 57 |
|
58 | 58 | ## ROS Parameters
|
59 | 59 |
|
60 |
| -| Name | Type | Description | |
61 |
| -| --------------------------------- | ------ | ----------------------------------------------------------------------------------------- | |
62 |
| -| `base_frame_id` | string | frame id (assigned in pacmod command, but it does not make sense) | |
63 |
| -| `command_timeout_ms` | double | timeout [ms] | |
64 |
| -| `loop_rate` | double | loop rate to publish commands | |
65 |
| -| `steering_offset` | double | steering wheel angle offset | |
66 |
| -| `enable_steering_rate_control` | bool | when enabled, max steering wheel rate is used for steering wheel angular velocity command | |
67 |
| -| `emergency_brake` | double | brake pedal for emergency | |
68 |
| -| `vgr_coef_a` | double | coefficient to calculate steering wheel angle | |
69 |
| -| `vgr_coef_b` | double | coefficient to calculate steering wheel angle | |
70 |
| -| `vgr_coef_c` | double | coefficient to calculate steering wheel angle | |
71 |
| -| `accel_pedal_offset` | double | accel pedal offset | |
72 |
| -| `brake_pedal_offset` | double | brake pedal offset | |
73 |
| -| `max_throttle` | double | max accel pedal | |
74 |
| -| `max_brake` | double | max brake pedal | |
75 |
| -| `max_steering_wheel` | double | max steering wheel angle | |
76 |
| -| `max_steering_wheel_rate` | double | max steering wheel angular velocity | |
77 |
| -| `min_steering_wheel_rate` | double | min steering wheel angular velocity | |
78 |
| -| `steering_wheel_rate_low_vel` | double | min steering wheel angular velocity when velocity is low | |
79 |
| -| `steering_wheel_rate_low_stopped` | double | min steering wheel angular velocity when velocity is almost 0 | |
80 |
| -| `low_vel_thresh` | double | threshold velocity to decide the velocity is low for `steering_wheel_rate_low_vel` | |
81 |
| -| `hazard_thresh_time` | double | threshold time to keep hazard lights | |
| 60 | +| Name | Type | Description | |
| 61 | +| --------------------------------- | ------ | -------------------------------------------------------------------------------------------- | |
| 62 | +| `base_frame_id` | string | frame id (assigned in pacmod command, but it does not make sense) | |
| 63 | +| `command_timeout_ms` | double | timeout [ms] | |
| 64 | +| `loop_rate` | double | loop rate to publish commands | |
| 65 | +| `steering_offset` | double | steering wheel angle offset | |
| 66 | +| `enable_steering_rate_control` | bool | when enabled, max steering wheel rate is used for steering wheel angular velocity command | |
| 67 | +| `emergency_brake` | double | brake pedal for emergency | |
| 68 | +| `vgr_coef_a` | double | coefficient to calculate steering wheel angle | |
| 69 | +| `vgr_coef_b` | double | coefficient to calculate steering wheel angle | |
| 70 | +| `vgr_coef_c` | double | coefficient to calculate steering wheel angle | |
| 71 | +| `accel_pedal_offset` | double | accel pedal offset | |
| 72 | +| `brake_pedal_offset` | double | brake pedal offset | |
| 73 | +| `max_throttle` | double | max accel pedal | |
| 74 | +| `max_brake` | double | max brake pedal | |
| 75 | +| `max_steering_wheel` | double | max steering wheel angle | |
| 76 | +| `max_steering_wheel_rate` | double | max steering wheel angular velocity | |
| 77 | +| `min_steering_wheel_rate` | double | min steering wheel angular velocity | |
| 78 | +| `steering_wheel_rate_low_vel` | double | min steering wheel angular velocity when velocity is low | |
| 79 | +| `steering_wheel_rate_low_stopped` | double | min steering wheel angular velocity when velocity is almost 0 | |
| 80 | +| `low_vel_thresh` | double | threshold velocity to decide the velocity is low for `steering_wheel_rate_low_vel` | |
| 81 | +| `hazard_thresh_time` | double | threshold time to keep hazard lights | |
| 82 | +| `margin_time_for_gear_change` | double | Minimum time between consecutive gear transition commands, designed to prevent gear chatter. | |
0 commit comments