Represents a LeapMotion device wrapped as an analog sensor by YARP.
#include <LeapMotionSensorDevice.hpp>
|
|
yarp::dev::IAnalogSensor * | iAnalogSensor |
| |
|
bool | usingPose |
| |
|
std::vector< double > | initialTcpOffset |
| |
|
std::vector< double > | initialLeapOffset |
| |
|
KDL::Frame | frame_base_leap |
| |
|
KDL::Frame | frame_ee_leap |
| |
|
KDL::Frame | frame_leap_ee |
| |
|
KDL::Frame | previousPose |
| |
|
double | previousTimestamp |
| |
|
bool | hasActuator |
| |
|
bool | grab |
| |
|
bool | pinch |
| |
◆ acquireData()
| bool LeapMotionSensorDevice::acquireData |
( |
| ) |
|
|
overridevirtual |
◆ acquireInterfaces()
| bool LeapMotionSensorDevice::acquireInterfaces |
( |
| ) |
|
|
overridevirtual |
◆ getActuatorState()
◆ initialize()
- Parameters
-
| params | Configuration parameters for the cartesian controller. |
- Returns
- true on success, false otherwise
Reimplemented from roboticslab::StreamingDevice.
◆ sendMovementCommand()
| void LeapMotionSensorDevice::sendMovementCommand |
( |
double |
timestamp | ) |
|
|
overridevirtual |
◆ stopMotion()
| void roboticslab::LeapMotionSensorDevice::stopMotion |
( |
| ) |
|
|
inlineoverridevirtual |
◆ transformData()
| bool LeapMotionSensorDevice::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: