Marco Randazzo

Results 47 issues of Marco Randazzo

We performed the following upgrades to the `basic` docker image. - we upgraded the base image from ubuntu 20.04 to `ubuntu 22.04`. - we upgraded to `VTK 9.1`. (Previously 8.2....

🚀 enhancement
🎓 prj-etapas
🐳 docker

### Device name 🤖 R1SN001 Erzelli ### Request/Failure description Pavis research team notified us that the battery charge of R1SN001 seems to be unexpectedly short. Currently, we do not have...

R1 S/N:001
pinned

Fix for: https://github.com/robotology/yarp/issues/3105 I'm aware that std::string is not a plain char*. ..but do we need to stick to this oooooold '99 style in libyarpmanager? I think not. BTW, strings...

Component: Tool - yarpmanager-console
Component: GUI - yarpmanager
PR Type: Bugfix

### Robot Name 🤖 R1 S/N:003 ### Request/Failure description From time to time, during the launch of yarprobotinterface, or during normal arm movements, the roll pitch joint moves autonomously and...

R1 S/N:003

The following methods: ``` bool topIsLowIndex() const void setTopIsLowIndex(bool flag); ``` have been removed from yarp::sig::Image

Component: Library - YARP_sig
Type: Breaking/Behaviour Change

Component: Continuous Integration

TO BE COMPLETED...

Component: Library - YARP_dev
Component: Devices
Type: Breaking/Behaviour Change

Removed the following methods from `yarp::os::NameSpace` : * `connectPortToTopic` * `connectTopicToPort` * `disconnectPortFromTopic` * `disconnectTopicFromPort`

Component: Library - YARP_os
Type: Breaking/Behaviour Change

On Yarp4 ISerialDevice interface refactored to use yarp::dev::ReturnValue breaking changes to the following devices: SerialPort_nws_yarp, SerialPort_nwc_yarp, FakeSerialPort, SerialDeviceDriver, laserHokuyo added ISerialTest

Component: Library - YARP_dev
Component: Devices
Type: Breaking/Behaviour Change

TO BE COMPLETED AND CHECKED added ParamParser to devices: FrameTransformGet_nws_yarp added ParamParser to devices: FrameTransformGet_nwc_yarp added ParamParser to devices: FrameTransformSet_nws_yarp added ParamParser to devices: FrameTransformSet_nwc_yarp

Component: Devices