#include <LoadCellInterface.h>
Definition at line 20 of file LoadCellInterface.h.
◆ LoadCellInterface()
| LoadCellInterface::LoadCellInterface |
( |
| ) |
|
|
inline |
Definition at line 23 of file LoadCellInterface.h.
23 {
27 }
veh_vec< float > loadCellForcesFiltered_
veh_vec< float[numFIRTaps_]> loadCellForcesUnfiltered_
veh_vec< AnalogConversion_s > loadCellConversions_
generic data vector type that can be used with tire and / or anything to do with 4 corners of the car...
◆ get_latest_raw_data()
◆ getLoadCellForces()
◆ tick()
Definition at line 3 of file LoadCellInterface.cpp.
4{
5
10
15
20
21 for (
int FIROffset = 0; FIROffset <
numFIRTaps_; FIROffset++)
22 {
28 }
29
33}
float FIRTaps_[numFIRTaps_]
static const int numFIRTaps_
const AnalogConversion_s & RRConversion
const AnalogConversion_s & FRConversion
const AnalogConversion_s & FLConversion
const AnalogConversion_s & RLConversion
◆ update_raw_data()
◆ _raw_data
◆ FIRCircBufferHead
| int LoadCellInterface::FIRCircBufferHead = 0 |
|
private |
◆ FIRSaturated_
| bool LoadCellInterface::FIRSaturated_ = false |
|
private |
◆ FIRTaps_
Initial value:=
{
0.07022690881526232,
0.27638313122745306,
0.408090001549378,
0.27638313122745306,
0.07022690881526232
}
Definition at line 50 of file LoadCellInterface.h.
◆ loadCellConversions_
| veh_vec<AnalogConversion_s> LoadCellInterface::loadCellConversions_ |
|
private |
◆ loadCellForcesFiltered_
| veh_vec<float> LoadCellInterface::loadCellForcesFiltered_ |
|
private |
◆ loadCellForcesUnfiltered_
◆ numFIRTaps_
| const int LoadCellInterface::numFIRTaps_ = 5 |
|
staticprivate |
The documentation for this class was generated from the following files: