No version for distro humble. Known supported distros are highlighted in the buttons above.
No version for distro jazzy. Known supported distros are highlighted in the buttons above.
No version for distro rolling. Known supported distros are highlighted in the buttons above.
Package Summary
Tags | No category tags. |
Version | 0.0.1 |
License | LGPLv3 |
Build type | AMENT_CMAKE |
Use | RECOMMENDED |
Repository Summary
Description | 3D-PointMass-EKF for State Estimation coupled with STM-UKF for Side Slip Angle Estimation |
Checkout URI | https://github.com/tumftm/3dvehicledynamicsstateestimation.git |
VCS Type | git |
VCS Version | main |
Last Updated | 2024-08-28 |
Dev Status | UNKNOWN |
CI status | No Continuous Integration |
Released | UNRELEASED |
Tags | racing autonomous-driving unscented-kalman-filter state-estimation kalman-filter extended-kalman-filter vehicle-dynamics side-slip angle-estimation |
Contributing |
Help Wanted (0)
Good First Issues (0) Pull Requests to Review (0) |
Package Description
ssa estimation cpp class
Additional Links
No additional links.
Maintainers
- Sven Goblirsch
Authors
No additional authors.
Side Slip Angle Estimation C++
This directory contains a modular implementation of a side slip angle estimation which can be used with different input and filter configurations.
The class incorporates multiple subclasses:
- State Machine: Monitors the states of the input modalities and handles which modalities should be fused. This class also returns the overall side slip angle estimation status.
- UKF: Unscented Kalman filter implementation, can be exchanged for flexible usage within the state estimation class.
Side Slip Angle Estimation
The side slip angle estimation predicts the following state vector utilizing inputs from a steering angle sensor, wheelspeed encoders, brake pressure, drive troque, orientation measurement and N IMUs (N is defined here):
\[x = \left[\begin{array}{c} {V_COG} \\ {\beta_COG} \end{array}\right]\]State Machine
The following state transitions are defined, necessitating a software reset to exit the ERROR and STALE states:
-
OK WARN ERROR -
-
any valid_imu_x x x -
-
valid_steering x x -
-
valid_wheelspeed x x -
-
valid_drivetrain_torque x -
-
valid_brake_pressure x -
-
valid_orientation
CHANGELOG
No CHANGELOG found.
Wiki Tutorials
This package does not provide any links to tutorials in it's rosindex metadata.
You can check on the ROS Wiki Tutorials page for the package.
Package Dependencies
System Dependencies
No direct system dependencies.
Dependant Packages
Name | Deps |
---|---|
ssa_estimation_node_cpp |
Launch files
No launch files found
Messages
No message files found.
Services
No service files found
Plugins
No plugins found.
Recent questions tagged ssa_estimation_cpp at Robotics Stack Exchange
No version for distro noetic. Known supported distros are highlighted in the buttons above.
No version for distro ardent. Known supported distros are highlighted in the buttons above.
No version for distro bouncy. Known supported distros are highlighted in the buttons above.
No version for distro crystal. Known supported distros are highlighted in the buttons above.
No version for distro eloquent. Known supported distros are highlighted in the buttons above.
No version for distro dashing. Known supported distros are highlighted in the buttons above.
No version for distro galactic. Known supported distros are highlighted in the buttons above.
No version for distro foxy. Known supported distros are highlighted in the buttons above.
No version for distro iron. Known supported distros are highlighted in the buttons above.
No version for distro lunar. Known supported distros are highlighted in the buttons above.
No version for distro jade. Known supported distros are highlighted in the buttons above.
No version for distro indigo. Known supported distros are highlighted in the buttons above.
No version for distro hydro. Known supported distros are highlighted in the buttons above.
No version for distro kinetic. Known supported distros are highlighted in the buttons above.
No version for distro melodic. Known supported distros are highlighted in the buttons above.