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

The following commands cause a segmentation fault: ``` yarpdev --device grabberDual --subdevice usbCamera --capabilities RAW --d /dev/video0 yarpdev --device grabberDual --subdevice usbCameraRaw --capabilities RAW --d /dev/video0 ``` While investigating this,...

Issue Type: Bug
Component: Devices
Affects: YARP v3.4.4

On macOS, executables are built twice, to support macOS bundles All sources are actually compiled twice, unless the `YARP_DISABLE_OSX_BUNDLES` option is enabled. With recent CMake versions we have `OBJECT` libraries,...

Platform: macOS
Issue Type: Feat/Enh Req

**Describe the bug** *yarpmotorgui* sets a reference acceleration value of 100000 upon switching into velocity control mode, see: https://github.com/robotology/yarp/blob/d656d9b0a082b8494f4a5da696d0fe4e2af6dfc0/src/yarpmotorgui/partitem.cpp#L948-L969 This value is never reset, especially when switching back to position...

Issue Type: Bug
Component: GUI - yarpmotorgui

It fixes #2152 Please review code. TO BE TESTED.

PR Type: Feat/Enh
Platform: Windows
Component: GUI - yarpmanager
PR Status: Changelog - Not OK
PR Status: Test on Hardware - Not OK

When the `forward` method is called twice, the `Bottle::clear()` method could be called before the message is sent, hence deleting the bottle being sent. This fixes the `LogForwarder` skipping messages...

Component: Library - YARP_os
PR Type: Bugfix

LogForwarder: now using a separated thread (`class ThreadedPort`) to prevent the loss of log messages during stress condition

Component: Library - YARP_os

Configuration for the log components should be read at runtime from a config file. (YARP_VERBOSE could then be deprecated)

Hi all, I found a little bug: Bindings of YARP (I only tested LUA) do not get copied to the installation folder when executing `make install`. The way this bug...

Issue Type: Bug
Component: CMake
Component: Bindings

the pr makes possible to pass a callable to everywhere the PortReport was used. example `port.setReportCallback([ ](const yarp::os::PortInfo & info) { //do things });` the major difference when passing a...

PR Type: Feat/Enh
Component: Library - YARP_os
PR Status: Changelog - Not OK
Type: Modernization
PR Status: Documentation - Not OK