Defines additional related API.
Data Structures | |
struct | dwEgomotionVehicleIOState |
struct | dwEgomotionPose |
Holds values required for reconstruction of Egomotion history. More... | |
struct | dwEgomotionCalibrationStatus |
Defines the current status of an individual calibration. More... | |
struct | dwEgomotionManeuverMotion |
Definition of a single maneuver's expected motion and optional motion properties. More... | |
struct | dwEgomotionManeuverStatus |
Struct to collect all status information associated with a maneuver. More... | |
struct | dwEgomotionCalibrationProperties |
Definition of static calibration properties. More... | |
struct | dwEgomotionManeuver |
Aggregation struct of a calibration maneuver motion description together with its current runtime status properties inferred from a calibration routine. More... | |
struct | dwEgomotionCalibrationManeuverArray |
Struct to represent a collection of calibration maneuvers. More... | |
struct | dwEgomotionCalibratedWheelRadii |
Struct representing wheel radius calibration. More... | |
struct | dwEgomotionCalibratedExtrinsics |
Struct representing extrinsics calibration with validity. More... | |
Macros | |
#define | DW_EGOMOTION_MANEUVER_MAX_ARRAY_SIZE 3 |
Represents a collection of calibration maneuvers. More... | |
#define | DW_EGOMOTION_MANEUVER_MOTIONTYPE_COUNT 6 |
Typedefs | |
typedef enum dwEgomotionDirectionTypes | dwEgomotionDirectionTypes |
Defines the direction types of vehicle rolling / moving direction. More... | |
typedef enum dwEgomotionCalibrationState | dwEgomotionCalibrationState |
Defines the current state of an individual calibration. More... | |
typedef enum dwEgomotionManeuverMotionType | dwEgomotionManeuverMotionType |
Enumeration of different motion types of an egomotion calibration maneuver. More... | |
typedef enum dwEgomotionCalibrationPropertiesVariantType | dwEgomotionCalibrationPropertiesVariantType |
Enumeration of different variant types of a calibration property. More... | |
typedef enum dwEgomotionCalibrationPropertiesInitializationType | dwEgomotionCalibrationPropertiesInitializationType |
Enumeration of different initialization types of a calibration property. More... | |
typedef struct dwEgomotionVehicleIOState | dwEgomotionVehicleIOState |
typedef struct dwEgomotionPose | dwEgomotionPose |
Holds values required for reconstruction of Egomotion history. More... | |
typedef struct dwEgomotionCalibrationStatus | dwEgomotionCalibrationStatus |
Defines the current status of an individual calibration. More... | |
typedef struct dwEgomotionManeuverMotion | dwEgomotionManeuverMotion |
Definition of a single maneuver's expected motion and optional motion properties. More... | |
typedef struct dwEgomotionManeuverStatus | dwEgomotionManeuverStatus |
Struct to collect all status information associated with a maneuver. More... | |
typedef struct dwEgomotionCalibrationProperties | dwEgomotionCalibrationProperties |
Definition of static calibration properties. More... | |
typedef struct dwEgomotionManeuver | dwEgomotionManeuver |
Aggregation struct of a calibration maneuver motion description together with its current runtime status properties inferred from a calibration routine. More... | |
typedef struct dwEgomotionCalibrationManeuverArray | dwEgomotionCalibrationManeuverArray |
Struct to represent a collection of calibration maneuvers. More... | |
typedef struct dwEgomotionCalibratedWheelRadii | dwEgomotionCalibratedWheelRadii |
Struct representing wheel radius calibration. More... | |
typedef struct dwEgomotionCalibratedExtrinsics | dwEgomotionCalibratedExtrinsics |
Struct representing extrinsics calibration with validity. More... | |
#define DW_EGOMOTION_MANEUVER_MAX_ARRAY_SIZE 3 |
Represents a collection of calibration maneuvers.
Definition at line 52 of file EgomotionExtra.h.
#define DW_EGOMOTION_MANEUVER_MOTIONTYPE_COUNT 6 |
Definition at line 97 of file EgomotionExtra.h.
typedef struct dwEgomotionCalibratedExtrinsics dwEgomotionCalibratedExtrinsics |
Struct representing extrinsics calibration with validity.
typedef struct dwEgomotionCalibratedWheelRadii dwEgomotionCalibratedWheelRadii |
Struct representing wheel radius calibration.
Struct to represent a collection of calibration maneuvers.
typedef struct dwEgomotionCalibrationProperties dwEgomotionCalibrationProperties |
Definition of static calibration properties.
typedef enum dwEgomotionCalibrationPropertiesInitializationType dwEgomotionCalibrationPropertiesInitializationType |
Enumeration of different initialization types of a calibration property.
typedef enum dwEgomotionCalibrationPropertiesVariantType dwEgomotionCalibrationPropertiesVariantType |
Enumeration of different variant types of a calibration property.
typedef enum dwEgomotionCalibrationState dwEgomotionCalibrationState |
Defines the current state of an individual calibration.
typedef struct dwEgomotionCalibrationStatus dwEgomotionCalibrationStatus |
Defines the current status of an individual calibration.
typedef enum dwEgomotionDirectionTypes dwEgomotionDirectionTypes |
Defines the direction types of vehicle rolling / moving direction.
typedef struct dwEgomotionManeuver dwEgomotionManeuver |
Aggregation struct of a calibration maneuver motion description together with its current runtime status properties inferred from a calibration routine.
typedef struct dwEgomotionManeuverMotion dwEgomotionManeuverMotion |
Definition of a single maneuver's expected motion and optional motion properties.
Enumeration of different motion types of an egomotion calibration maneuver.
typedef struct dwEgomotionManeuverStatus dwEgomotionManeuverStatus |
Struct to collect all status information associated with a maneuver.
typedef struct dwEgomotionPose dwEgomotionPose |
Holds values required for reconstruction of Egomotion history.
typedef struct dwEgomotionVehicleIOState dwEgomotionVehicleIOState |
Enumeration of different initialization types of a calibration property.
Definition at line 113 of file EgomotionExtra.h.
Enumeration of different variant types of a calibration property.
Definition at line 102 of file EgomotionExtra.h.
Defines the current state of an individual calibration.
Definition at line 67 of file EgomotionExtra.h.
Defines the direction types of vehicle rolling / moving direction.
Enumerator | |
---|---|
DW_EGOMOTION_DIRECTION_UNKNOWN | |
DW_EGOMOTION_DIRECTION_FORWARD | |
DW_EGOMOTION_DIRECTION_BACKWARD | |
DW_EGOMOTION_DIRECTION_STOP |
Definition at line 57 of file EgomotionExtra.h.
Enumeration of different motion types of an egomotion calibration maneuver.
Definition at line 84 of file EgomotionExtra.h.