robotology / robots-configuration

Contains robots configuration files
BSD 3-Clause "New" or "Revised" License
14 stars 69 forks source link

`inertial` device removal in YARP 3.8.0 #462

Closed Nicogene closed 1 year ago

Nicogene commented 1 year ago

Since YARP 3.8 inertial device has been removed in favour of multipleanalogsensorsserver

We have to remove all deprecated wrappers xmls https://github.com/search?q=repo%3Arobotology%2Frobots-configuration%20inertial&type=code

cc @traversaro @pattacini

traversaro commented 1 year ago

A bit OT, but I did not know where to write this. One way to catch automatically this kind of regression in the future may be:

Note that we can already do the second step, even if it would not have helped in this specific case.

traversaro commented 1 year ago

By the way, @Nicogene can we rename the issue "inertial device removal in YARP 3.8.0" ? "inertial deprecation" seems a bit too harmless if you just read the title.

traversaro commented 1 year ago

Several users were still using the inertial for applications that required to use a port that was publishing something convertible to a yarp::sig::Vector (yarpscope, WB-Toolbox), the following issues may be relevant for them:

Nicogene commented 1 year ago

PR opened: #468

pattacini commented 1 year ago

Merged!