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

RPCMessagesParser several calls to various motor control interfaces have been protected so that if an interface is not available in the hardware device (i.e. the view() fails), the controlboardwrapper/yarprobotinterface does...

PR Type: Feat/Enh
Component: Devices

Added method bool getAxes(int* ax) to yarp::dev::IAxisInfo interface

PR Type: Feat/Enh
Component: Library - YARP_dev

added new device `FakeLaserWithMotor`

PR Type: Feat/Enh
Component: Devices
Target: YARP master

Follow-up to https://github.com/robotology/yarp/pull/2758. Similarly to STL containers, C arrays, pairs and tuples, now `yarp::sig::VectorOf` is also chainable to stream logging macros, e.g.: ```cxx yarp::sig::Vector v {1.23, 5.0}; yInfo()

**Describe the bug** I tried to follow https://www.yarp.it/latest//group__carrier__h264__howto.html to test the usage of ``h264`` with ``yarp``. When I try to connect the server to ``yarpview``, ``yarpview`` crashes with ``segfault``. **To...

Issue Type: Bug

**Describe the bug** If YARP_USE_SYSTEM_TinyXML is OFF, the YARP_robotinterfaceConfig.cmake is not working properly. **To Reproduce** Not sure as this was problem was catched by @Iaxama, I think he just compiled...

Issue Type: Bug
Component: CMake
Component: Library - YARP_robotinterface

**Describe the bug** It is requested to change the cookie consent management on the page https://www.yarp.it/latest/ to migrate to IIT's cookie hub. This website is automatically generated by the YARP...

**Describe the bug** It seems that trying to read an existing yarpserver configuration saved with `yarpserver --write` via `yarpserver --read` does not work on Windows, and instead the same error...

Issue Type: Bug
Component: Tool - yarp
Affects: YARP v3.4.3

As a follow-up to https://github.com/robotology/yarp/pull/2862, this patch throttles the error message printed whenever an inconsistency in encoder timestamps is detected. The "Encoder timestamps are not consistent! Data will not be...

**Describe the bug** We were using ``yarpmanager`` to run around 15 modules and about the same number of connections on 4 different machines (each one running ``yarprun``, including the machine...