WalkMC::CalibrationParam Struct Reference#include <WalkMC.h>
List of all members.
Detailed Description
holds information to correct for slippage, non-idealities
Definition at line 109 of file WalkMC.h.
|
Public Types |
enum | dimension_offset {
forward,
reverse,
strafe,
rotate,
NUM_DIM
} |
| symbolic way to refer to each of the directions More...
|
Public Member Functions |
| CalibrationParam () |
Public Attributes |
float | f_calibration [3][11] |
| matrix of calibration parameters; 3 columns for f,s,r speeds, 2 columns for abs s,r speeds, 1 gabor function, 1 squared planar speed, 3 columns for f*r,s*f,r*s, and 1 column for offset
|
float | b_calibration [3][11] |
| matrix of calibration parameters; 3 columns for f,s,r speeds, 2 columns for abs s,r speeds, 1 gabor function, 1 squared planar speed, 3 columns for f*r,s*f,r*s, and 1 column for offset
|
float | max_accel [NUM_DIM] |
| maximum achievable acceleration, 0 for infinite (mm/s^2)
|
float | max_vel [NUM_DIM] |
| maximum achievable velocity (mm/s)
|
Member Enumeration Documentation
|
symbolic way to refer to each of the directions
- Enumeration values:
-
forward |
|
reverse |
|
strafe |
|
rotate |
|
NUM_DIM |
|
Definition at line 113 of file WalkMC.h. |
Constructor & Destructor Documentation
WalkMC::CalibrationParam::CalibrationParam |
( |
|
) |
|
|
Member Data Documentation
|
matrix of calibration parameters; 3 columns for f,s,r speeds, 2 columns for abs s,r speeds, 1 gabor function, 1 squared planar speed, 3 columns for f*r,s*f,r*s, and 1 column for offset
Definition at line 122 of file WalkMC.h.
Referenced by CalibrationParam(), LoadCalibration::selectedFile(), and WalkMC::updateOutputs(). |
|
matrix of calibration parameters; 3 columns for f,s,r speeds, 2 columns for abs s,r speeds, 1 gabor function, 1 squared planar speed, 3 columns for f*r,s*f,r*s, and 1 column for offset
Definition at line 121 of file WalkMC.h.
Referenced by CalibrationParam(), LoadCalibration::readData(), LoadCalibration::selectedFile(), and WalkMC::updateOutputs(). |
The documentation for this struct was generated from the following files:
|