You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The ISixAxisForceTorqueSensors interface has been implemented at 2475bb1 while still preserving IAnalogSensor (mapping calls between implementations to avoid code duplication). The device can be still instantiated as an analogServer's subdevice (as usual, via yarpdev --device Jr3), but now it can be also wrapped by the new MAS in this way:
Our local C++/Python examples have been migrated to using the new MAS interface: de914de. Keep in mind there is no calibration (set-to-zero) method, therefore either restart the device or apply an offset programatically to achieve that.
See http://www.yarp.it/group__dev__iface__multiple__analog.html and robotology/yarp#1526 .
Note: Issue involves updating
The text was updated successfully, but these errors were encountered: