31 #ifndef DW_MAPPERCEPTION_TYPES_H_ 32 #define DW_MAPPERCEPTION_TYPES_H_ 178 #endif // DW_MAPPERCEPTION_TYPES_H_ dwMapPerceptionLaneMarkType
Lane mark types supported by MapPerception.
NVIDIA DriveWorks API: Core Types
dwMapPerceptionWaitConditionType
Lane mark types supported by MapPerception.
bool hasCovariance
Whether locationCovariance and rotationCovariance are valid.
Defines a single-precision quaternion.
DW_API_PUBLIC dwStatus dwMapPerceptionGeoPose_invalid(dwMapPerceptionGeoPose *pose)
Factory method to generate an invalid dwMapPerceptionGeoPose object.
dwMatrix3f rotationCovariance
Rotation is represented as a quaternion; however, here a 3x3 covariance of the equivalent euler angle...
dwQuaternionf quaternion
Rotation represented as quaternion (x,y,z,w) [rad] in ENU frame.
dwStatus
Status definition.
DW_API_PUBLIC dwStatus dwMapPerceptionGeoPose_default(dwMapPerceptionGeoPose *pose)
Factory method to generate a default dwMapPerceptionGeoPose object.
dwMapPerceptionRoadMarkType
Road mark types supported by MapPerception.
Defines a 3x3 matrix of floating point numbers.
dwMapPerceptionSignType
Camera sign types supported by MapPerception.
Data structure to represent absolute GPS Pose in ENU system.
DW_API_PUBLIC dwStatus dwMapPerceptionGeoPose_init(dwMapPerceptionGeoPose *pose, float64_t latitude, float64_t longitude, float64_t altitude, dwQuaternionf const *quaternion, dwMatrix3f const *locationCovariance, dwMatrix3f const *rotationCovariance)
Factory method to generate a custom-initialized dwMapPerceptionGeoPose object.
NVIDIA DriveWorks API: Landmark Detector Methods
NVIDIA DriveWorks API: Core Exports
dwMapPerceptionSpeedbumpType
Camera Speed bump types supported by MapPerception.
dwMatrix3f locationCovariance
3x3 covariance (order: lon, lat, alt) in [m]. This order (lon, lat, alt) matches its source: dwEgomot...