yarp
yarp copied to clipboard
YARP - Yet Another Robot Platform
**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...
**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...
## 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...
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...
**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...
**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...
**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...
**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...