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

These two methods should be const ```c++ virtual bool reply(PortWriter& writer) = 0; virtual bool replyAndDrop(PortWriter& writer) = 0; ```

Component: Library - YARP_os
Type: Breaking/Behaviour Change
Issue Type: API Bug
Affects: YARP v3.0.1

These methods should be const ```c++ virtual Contact where() const = 0; virtual bool getEnvelope(PortReader& envelope) = 0; virtual int getInputCount() = 0; virtual int getOutputCount() = 0; virtual void...

Component: Library - YARP_os
Type: Breaking/Behaviour Change
Issue Type: API Bug
Affects: YARP v3.0.1

It would be good to allow connections to be specified to be persistent on one side only, to simplify program logic in situations such as #31.

Issue Type: Feat/Enh Req

From [`conf/YarpSystemCheck.cmake`](https://github.com/robotology/yarp/blob/master/conf/YarpSystemCheck.cmake#L57) ``` cmake if(SIZEOF_SHORT EQUAL 2) set(YARP_INT16 "short") else(SIZEOF_SHORT EQUAL 2) # Hmm - there's no other native type to get 16 bits # We will continue since most...

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

Resource finder looks for the path.d folder using the YARP_DATA_DIRS variable that, if not set, uses the XDG_DATA_DIRS variable, that defaults in /usr/local/share/:/usr/share/. This means that if the user has...

Component: Library - YARP_os
Type: Breaking/Behaviour Change

If these two methods were implemented on the eth based robots ``` virtual bool setTorquePids(const int n_joint, const int *joints, const Pid *pids) virtual bool getTorquePids(const int n_joint, const int...

Component: Library - YARP_dev
Component: Devices

This happens because udp links are connectionless; when the receiver is killed the sender has no way to realize it and keeps sending data. This is not a problem in...

Component: GUI - yarpmanager

Too many times when you hit refresh on yarpmanager you have to wait for it to refresh the status of all modules, connections and resources. When you have to kill...

Component: GUI - yarpmanager
Issue Type: Feat/Enh Req

On yarpmanager++, when opening a new external port, text gets selected in porder to write the corresponding source/destionation address. If using backspace to remove text, everything is fine, but if...

Component: GUI - yarpmanager

The following command: > yarp disconnect /a /b seems to have no effect on a mjpeg connection. @vtikha @drdanz @barbalberto

Component: Carriers
Issue Type: Feat/Enh Req