Skip to content

Commit

Permalink
feat(control_performance_analysis): monitor desired and current steer…
Browse files Browse the repository at this point in the history
…ing tire angle in driving monitor (autowarefoundation#1133)

* feat(control_performance_analysis): monitor desired and current steering tire angle in driving monitor

Signed-off-by: Berkay <[email protected]>

* ci(pre-commit): autofix

* update readme

Signed-off-by: Berkay <[email protected]>

* ci(pre-commit): autofix

* update lpf for steering monitor

Signed-off-by: Berkay <[email protected]>

* ci(pre-commit): autofix

Co-authored-by: Berkay <[email protected]>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
  • Loading branch information
3 people authored Jun 21, 2022
1 parent 1388dfd commit a075e60
Show file tree
Hide file tree
Showing 5 changed files with 215 additions and 162 deletions.
2 changes: 2 additions & 0 deletions control/control_performance_analysis/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ Error acceleration calculations are made based on the velocity calculations abov
| `longitudinal_jerk` | float | [m / s^3] |
| `lateral_acceleration` | float | [m / s^2] |
| `lateral_jerk` | float | [m / s^3] |
| `desired_steering_angle` | float | [rad] |
| `controller_processing_time` | float | Timestamp between last two control command messages [ms] |

#### control_performance_analysis::msg::ErrorStamped
Expand Down Expand Up @@ -87,6 +88,7 @@ Error acceleration calculations are made based on the velocity calculations abov
- After import the layout, please specify the topics that are listed below.

> - /localization/kinematic_state
> - /vehicle/status/steering_status
> - /control_performance/driving_status
> - /control_performance/performance_vars
Expand Down
Loading

0 comments on commit a075e60

Please sign in to comment.