|
Formula Student Autonomous Systems
The code for the main driverless system
|
#include <wheelsSensor.hpp>


Public Member Functions | |
| WheelsSensor (double rate, double deadTime) | |
| void | readConfig (ConfigElement &config) |
| bool | RunTick (Wheels &in, Eigen::Vector3d &trans, Eigen::Vector3d &rot, double time) |
| Wheels | applyError (Wheels input) |
Public Member Functions inherited from SensorBase< Wheels > | |
| double | getRate () |
| Wheels | getOldest () |
| bool | availableDeadTime (double time) |
| bool | sampleReady (double time) |
| void | registerSampling () |
| Eigen::Vector3d | getPosition () |
| Eigen::Vector3d | getOrientation () |
Private Attributes | |
| double | error_mean |
| double | error_sigma |
Additional Inherited Members | |
Protected Attributes inherited from SensorBase< Wheels > | |
| Eigen::Vector3d | position |
| Eigen::Vector3d | orientation |
| double | rate |
| double | lastSampleTime |
| double | deadTime |
| std::queue< Wheels > | deadTimeQueue |
| int | numFrames |
Definition at line 10 of file wheelsSensor.hpp.
| WheelsSensor::WheelsSensor | ( | double | rate, |
| double | deadTime | ||
| ) |
Definition at line 3 of file wheelsSensor.cpp.
| void WheelsSensor::readConfig | ( | ConfigElement & | config | ) |
| bool WheelsSensor::RunTick | ( | Wheels & | in, |
| Eigen::Vector3d & | trans, | ||
| Eigen::Vector3d & | rot, | ||
| double | time | ||
| ) |
|
private |
Definition at line 22 of file wheelsSensor.hpp.
|
private |
Definition at line 23 of file wheelsSensor.hpp.