gbionics / gbionics/human-dynamics-estimation
Clean up and streamline config files to use with multiple suits, shoes, insoles
- Dominant language
- C++
- Stars
- 102
- Forks
- 32
- Avg merge
- 7d 1h
- Merged PRs (30d)
- 1
Description
Currently, the two configuration files needed to run two xsens suits at the same time are available in [DEMO-laptop](https://github.com/robotology/wearables/tree/DEMO-laptop) branch of the upstream. The files are:
- https://github.com/robotology/wearables/blob/DEMO-laptop/app/xml/XsensSuitWearableDevice.xml
- https://github.com/robotology/wearables/blob/DEMO-laptop/app/xml/XsensSuitWearableDevice_second.xml
This is not a clean solution as we have to maintain these two files and update them separately in case of new parameters with future updates. Ideally, it is better to have a single xml configuration file, that takes a `prefix` parameter as input and launch the wearable device ports with that prefix. @traversaro is there anyway to pass a argument while launching `yarprobotinterface` with an xml configuration file.
CC @lrapetti @fjandrad @claudia-lat @diegoferigo @DanielePucci
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.