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** AudioRecorder Wrapper fails to close. It can only be stopped by killing it. **To Reproduce** Start an audioRercorder wrapper with yarpdev and try to stop it from...

Running `yarp namespace` with no arguments prints ``` YARP namespace: /root ``` It would be useful to have a command that prints just ``` /root ``` in order to use...

Component: Tool - yarp
Issue Type: Feat/Enh Req

**Describe the bug** If I try to link link `YARP_profiler` to an application I got the following error ``` -- Found YARP: /home/gromualdi/robot-code/robotology-superbuild/build/install/lib/cmake/YARP (found version "3.7.0") -- Configuring done CMake...

The xmlrpcpp library is available on debian (`libxmlrpcpp-dev`), we have a customized version in the `extern/xmlrpcpp` folder. AFAIK the changes are just for * Building on windows * Move the...

Component: Carriers
Issue Type: Feat/Enh Req
Component: Extern

## Brief description I wonder if YARP supports ipv6 addresses. If that is not the case, are you thinking on adding this feature? ## Detailed context I want to setup...

Component: Library - YARP_os
Issue Type: Feat/Enh Req

When YARP is installed, running the unit tests for the bindings load the plugins from the install tree instead of from the build tree. This may cause unexpected failures (in...

Issue Type: Bug
Component: Bindings
Component: Tests

**Is your feature request related to a problem? Please describe.** When you do `yarp detect` or `yarp where` and in your `.conf` file you have an unreachable IP, it get...

Issue Type: Feat/Enh Req
Component: Library - YARP_companion

**Describe the bug** We have tried to use `yarpviz`, but after launching `analyze` command. It start with the analysis but at a certain point it crashed with segmentation fault. Here...

Issue Type: Bug

**Is your feature request related to a problem? Please describe.** Event-camera datasets have packets with sub-millisecond (typically not less than 0.1 millisecond) timestamps. The yarpdataplayer has a maximum update rate...

Issue Type: Feat/Enh Req

**Describe the bug** Yarpmanager allows the application to use the response of RPC as a dependency for running modules (source: https://www.yarp.it/latest/yarpmanager.html): >It is also possible to send a specific RPC...

Issue Type: Bug