Simulates an IMU/Gyroscope, incorporating drift and noise models.
More...
#include <gyro_sim.hpp>
Simulates an IMU/Gyroscope, incorporating drift and noise models.
◆ GyroSim()
| frcsim::GyroSim::GyroSim |
( |
| ) |
|
|
default |
◆ ~GyroSim()
| virtual frcsim::GyroSim::~GyroSim |
( |
| ) |
|
|
virtualdefault |
◆ GetAngularVelocity()
| virtual Vector3 frcsim::GyroSim::GetAngularVelocity |
( |
| ) |
const |
|
pure virtual |
Gets rotational velocity vector.
- Returns
- Radians per second for x, y, z axes.
◆ GetOrientation()
| virtual Quaternion frcsim::GyroSim::GetOrientation |
( |
| ) |
const |
|
pure virtual |
Gets simulated angular position (yaw, pitch, roll).
- Returns
- Simulated Euler angles or rotation.
The documentation for this class was generated from the following file: