New device: MultipleAnalogSensorsClientRemapper#2881
New device: MultipleAnalogSensorsClientRemapper#2881GiulioRomualdi wants to merge 1 commit intorobotology:masterfrom
Conversation
|
Thanks for opening this pull request! The maintainers of this repository would appreciate it if you would update the release notes by adding a file in |
|
To clarify why this device is useful, this is the snippet of code to read data from feet FT measurements from a robot that has two FT sensors for each foot (such as iCub3 or ergoCub), without and with using the Without
|
|
Thank you @traversaro for better clarifying the rationale behind the PR |
6b00ec7 to
1151dcb
Compare
|
@GiulioRomualdi can you add a test for this device? |
|
A relevant test is https://github.com/robotology/yarp/blob/a454a3b2781a6761c23d0c1c8460d73cd6924e66/src/devices/controlBoardRemapper/tests/controlBoardRemapper_t1_test.cpp, that is testing the |
|
SonarCloud Quality Gate failed.
|
|
@GiulioRomualdi any update? Otherwise, I'm going to move this PR to the next release... |
|
Hi @randaz81, if it's fine with you, I can provide the test within the beginning of next week. If it's too late, we can postpone this feature in the next release |
71900d2 to
ead1caf
Compare
|
@GiulioRomualdi ping |
|
Hi @randaz81, I understand the need for a test—I'm always the one pushing for it. Unfortunately, my schedule is quite packed at the moment, and I don’t think I’ll be able to do it anytime soon. I’m sorry about that. If you’d rather not keep the PR open, feel free to close it without merging. |
|
I'm sorry, I cannot merge it without a test. |
|
Yes I know and I agree! The tests are fundamental, we are in the same page |











This PR implements the
MultipleAnalogSensorsClientRemapperthis device implements the same logic as theremotecontroboardremapperindeed it automatically opens all theMultipleAnalogSensorsClienttheMultipleAnalogSensorsRemapperand then it performs the attach of theMultipleAnalogSensorsClientsto theMultipleAnalogSensorsRemappercc @traversaro @S-Dafarra @randaz81