yarp icon indicating copy to clipboard operation
yarp copied to clipboard

YARP - Yet Another Robot Platform

Results 178 yarp issues
Sort by recently updated
recently updated
newest added

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...

dependencies

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...

Component: Devices
Affects: YARP v3.12.0

TO BE COMPLETED...

Component: Library - YARP_dev
Component: Devices
Type: Breaking/Behaviour Change

Removed the following methods from `yarp::os::NameSpace` : * `connectPortToTopic` * `connectTopicToPort` * `disconnectPortFromTopic` * `disconnectTopicFromPort`

Component: Library - YARP_os
Type: Breaking/Behaviour Change

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

Component: Library - YARP_dev
Component: Devices
Type: Breaking/Behaviour Change

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...

Component: CMake

**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

Component: Devices