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
trafficstars

**Describe the bug** I tried to create a message with `map` entry, but the code fails in creating the thrift. **To Reproduce** Steps to reproduce the behavior: I created a...

On YARP 4: - [ ] frameGrabber_nwc_yarp https://github.com/robotology/yarp/pull/3184 - [ ] frameGrabber_nws_yarp https://github.com/robotology/yarp/pull/3184 - [ ] iCartesian (???) https://github.com/robotology/yarp/pull/3183 - [ ] RGBD (???) https://github.com/robotology/yarp/pull/3184 - [ ] serialPort_nwc_yarp https://github.com/robotology/yarp/pull/3234...

**Describe the bug** When calling `yarp::dev::IPositionDirect::getRefPositions` i get the error `yarprobotinterface intercepted a segmentation fault caused by a faulty plugin` and the segmentation fault of the yarprobotinterface. **To Reproduce** Call...

required by https://github.com/robotology/yarp/pull/3188

The following snippet crashes (in a random time

Issue Type: Bug

When any object of YARP OS library are created (e.g. `ConstString`) all static objects in the library are created, for example `Companion`.

Issue Type: Bug
Component: Library - YARP_os
Affects: YARP v2.3.68

CartesianControl.h now using yarp::dev::ReturnValue added device FakeCartesianControl added test fakeCartesianControl

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

**Is your feature request related to a problem? Please describe.** We would like to use YARP on a Yocto platform. We have to write the recipe from scratch and it...