Go to the source code of this file.
Classes | |
class | dw::framework::dwRigNode |
dwRigNode receives extrinsic calibrations from sensors in the system, and maintains that state to update the vehicle's rig file on program exit. More... | |
Namespaces | |
namespace | dw |
namespace | dw::framework |
Typedefs | |
using | dw::framework::dwRigNodeParams = dwRigNodeParams { bool serialization |
Variables | |
char8_t const * | dw::framework::calibrationOutputFileName |
char8_t const * | dw::framework::calibrationOverlayFileName |
bool | dw::framework::cameraSensorEnabled [framework::SELF_CALIBRATION_NODE_MAX_CAMERAS] |
std::uint32_t | dw::framework::cameraSensorRigIndices [framework::SELF_CALIBRATION_NODE_MAX_CAMERAS] |
bool | dw::framework::imuSensorEnabled [framework::SELF_CALIBRATION_NODE_MAX_IMUS] |
std::uint32_t | dw::framework::imuSensorRigIndices [framework::SELF_CALIBRATION_NODE_MAX_IMUS] |
bool | dw::framework::lidarSensorEnabled [framework::SELF_CALIBRATION_NODE_MAX_LIDARS] |
std::uint32_t | dw::framework::lidarSensorRigIndices [framework::SELF_CALIBRATION_NODE_MAX_LIDARS] |
bool | dw::framework::radarSensorEnabled [framework::SELF_CALIBRATION_NODE_MAX_RADARS] |
std::uint32_t | dw::framework::radarSensorRigIndices [framework::SELF_CALIBRATION_NODE_MAX_RADARS] |
dwRigHandle_t | dw::framework::rigHandle |
char8_t const * | dw::framework::rigOutputFileName |