Represents a spacenav-compatible device, like the SpaceNavigator 6-DOF mouse from 3Dconnexion.
#include <SpnavSensorDevice.hpp>
|
|
yarp::dev::IJoypadController * | iJoypadController {nullptr} |
| |
|
std::vector< double > | currentX |
| |
|
bool | usingPose {false} |
| |
|
double | gain {0.0} |
| |
|
bool | buttonClose {false} |
| |
|
bool | buttonOpen {false} |
| |
◆ acquireData()
| bool SpnavSensorDevice::acquireData |
( |
| ) |
|
|
overridevirtual |
◆ acquireInterfaces()
| bool SpnavSensorDevice::acquireInterfaces |
( |
| ) |
|
|
overridevirtual |
◆ getActuatorState()
◆ hasValidMovementData()
| bool SpnavSensorDevice::hasValidMovementData |
( |
| ) |
const |
|
overridevirtual |
◆ initialize()
- Parameters
-
| params | Configuration parameters for the cartesian controller. |
- Returns
- true on success, false otherwise
Reimplemented from roboticslab::StreamingDevice.
◆ sendMovementCommand()
| void SpnavSensorDevice::sendMovementCommand |
( |
double |
timestamp | ) |
|
|
overridevirtual |
◆ stopMotion()
| void SpnavSensorDevice::stopMotion |
( |
| ) |
|
|
overridevirtual |
◆ transformData()
| bool SpnavSensorDevice::transformData |
( |
double |
scaling | ) |
|
|
overridevirtual |
- Parameters
-
| scaling | Scaling factor applied to each data value. |
- Returns
- true on success, false otherwise
Reimplemented from roboticslab::StreamingDevice.
The documentation for this class was generated from the following files:
- programs/streamingDeviceController/SpnavSensorDevice.hpp
- programs/streamingDeviceController/SpnavSensorDevice.cpp