#include <RobotAPI/components/units/RobotUnit/Devices/GlobalRobotPoseSensorDevice.h>
|
static const SensorDevicePtr | NullPtr {nullptr} |
| A static const nullptr in case a const ref to a nullptr needs to be returned. More...
|
|
void | addDeviceTag (const std::string &tag) |
| adds the given tag to the Device More...
|
|
◆ SensorValueType
◆ GlobalRobotPoseCorrectionSensorDevice()
◆ DeviceName()
std::string DeviceName |
( |
| ) |
|
|
static |
◆ getReportingFrame()
std::string getReportingFrame |
( |
| ) |
const |
|
overridevirtual |
- Returns
- The reporting frame name of this sensor (e.g. The frame some force torque values are in). This may be empty for virtual sensors e.g. execution time sensors.
Reimplemented from SensorDevice.
Definition at line 58 of file GlobalRobotPoseSensorDevice.cpp.
◆ getSensorValue()
◆ rtReadSensorValues()
void rtReadSensorValues |
( |
const IceUtil::Time & |
sensorValuesTimestamp, |
|
|
const IceUtil::Time & |
timeSinceLastIteration |
|
) |
| |
|
overridevirtual |
This is a hook for implementations to read the sensor value from a bus.
- Parameters
-
sensorValuesTimestamp | The current timestamp |
timeSinceLastIteration | The time delta since the last call |
Reimplemented from SensorDevice.
Definition at line 64 of file GlobalRobotPoseSensorDevice.cpp.
◆ updateGlobalPositionCorrection()
The documentation for this class was generated from the following files: