All notable changes to this project will be documented in this file.
The format of this document is based on Keep a Changelog.
The minimum version of YARP required to use haptic-devices
is now 3.2 .
- In
geomagicdriver
, theget
andset
methods are not blocking anymore (see #10 and #11). - Compilation of
hapticdevicewrapper
andhapticdeviceclient
is now ON by default. - CMake options for compilation of devices changed from
ENABLE_hapticdevicemod_<devicename>
toENABLE_<devicename>
.
- The compilation of the custom
hapticdevicemod
executable to launchhaptic-devices
's YARP devices has been removed. The devices can be launched usingyarpdev
oryarprobotinterface
deployers.
First release of haptic-devices, containing the geomagicdriver
, hapticdevicewrapper
and hapticdeviceclient
.
This release is compatible with YARP from 2.3.70 to 3.2 .