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

Basically, if it is attached to a device that exposes no MAS interfaces it does not complain. This is problematic as it could silently fail if the wrong device is...

**Describe the bug** I cannot save a sequence from the `yarpmotorgui`. The GUI for the saving does not appear and the `yarpmotorgui` application remains freezed. **To Reproduce** Here is the...

**Describe the bug** Today I noticed that the laptop fan was spinning quite a lot and the only substantial executable running was the `yarpmotorgui`. ![Screenshot from 2023-03-09 18-38-39](https://user-images.githubusercontent.com/6014499/224116790-dc335cf1-651e-437b-82ea-6836780ed8ec.png) From the...

**Describe the bug** The following thrift file generates an error (the generated code is not valid) ``` service Demo { i32 test( 1:list lst1, 2:list lst2); } ``` because the...

**Describe the bug** Errors when trying to use the yarp library with C# bindings. Also, the example and tests provided for C# bindings do not work. **To Reproduce** #### This...

**Describe the bug** I'm trying to set a reader to a yarp port. When I run the code this string comes out ` swig/python detected a memory leak of type...

**Describe the bug** I'm trying to attach a custom PortReporter to a Port using the python bindings, but a TypeError is raised complaining about the type of the PortReporter. **To...

Component: GUI - yarpbatterygui
PR Type: Bugfix
Target: To Be Defined

**Describe the bug** We have been largely exploiting ``yarpmanager`` to run demos involving several applications running on different PCs using different OS. So far, everything is great. Some difficulty arises...

**Describe the bug** While reading the code to understand the issue behind https://github.com/robotology/yarp/issues/3104, I came across a warning by the Visual Studio static analyzer. In particular, the following lines https://github.com/robotology/yarp/blob/e4762b0b4a7946bf9379b183379bd32353d54a26/src/libYARP_manager/src/yarp/manager/yarpbroker.cpp#L566-L576...