yarp
yarp copied to clipboard
YARP - Yet Another Robot Platform
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 2 to 4.1.7. Release notes Sourced from actions/download-artifact's releases. v4.1.7 What's Changed Update @actions/artifact dependency by @bethanyj28 in actions/download-artifact#325 Full Changelog: https://github.com/actions/download-artifact/compare/v4.1.6...v4.1.7 v4.1.6 What's Changed updating @actions/artifact...
Originally reported by @giotherobot .
This PR adds timers in `yarpmotorgui` for feedbacks in pwm, current and torque as currently done just for the velocity. This is mandatory for maintaining usability of `yarpmotorgui` after https://github.com/robotology/icub-firmware/pull/586
**Describe the bug** `controlboardremapper` device dose not start via `yarprobotinterface` due to this error: ``` "Device foo does not derive from IDeviceDriverParams." ``` That is triggered by these lines of...
TO BE COMPLETED...
Removed the following methods from `yarp::os::NameSpace` : * `connectPortToTopic` * `connectTopicToPort` * `disconnectPortFromTopic` * `disconnectTopicFromPort`
On Yarp4 ISerialDevice interface refactored to use yarp::dev::ReturnValue breaking changes to the following devices: SerialPort_nws_yarp, SerialPort_nwc_yarp, FakeSerialPort, SerialDeviceDriver, laserHokuyo added ISerialTest
This parameter can be used to (optionally) generate the files related to device param parser in an arbitrary location. This is typically used to generate the files in the build...
**Describe the bug** In the context of defining a custom message for logging data, I defined a message containing `map` in https://github.com/ami-iit/bipedal-locomotion-framework/commit/6947e1d8c907ce611020368e36a4b5dc581d7233 The code compiles without any problem; however, when...
TO BE COMPLETED AND CHECKED added ParamParser to devices: FrameTransformGet_nws_yarp added ParamParser to devices: FrameTransformGet_nwc_yarp added ParamParser to devices: FrameTransformSet_nws_yarp added ParamParser to devices: FrameTransformSet_nwc_yarp