yarp
yarp copied to clipboard
YARP - Yet Another Robot Platform
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...
Added method bool getAxes(int* ax) to yarp::dev::IAxisInfo interface
added new device `FakeLaserWithMotor`
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...
**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...
**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...
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...