-
Notifications
You must be signed in to change notification settings - Fork 70
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
iCubGenova04 - Activate all FT-IMU sensors on the legs and feet #110
iCubGenova04 - Activate all FT-IMU sensors on the legs and feet #110
Conversation
I have restored the "integration branch" |
cc @Nicogene this PR touches the configuration of the |
43f7d36
to
186a559
Compare
Rebased. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you!
I think we will have to make changes to the right leg inertials <!-- DEVICES FOR INERTIAL SENSORS ON MTB, EMS AND FT STRAIN BOARDS -->
<devices file="hardware/inertials/right_leg-eb8-IMU.xml" />
<devices file="hardware/inertials/right_leg-eb8-inertials.xml" />
<devices file="hardware/inertials/right_leg-eb9-IMU.xml" />
<devices file="hardware/inertials/right_leg-eb9-inertials.xml" />
<devices file="hardware/inertials/right_leg-eb11-inertials.xml" />
<!-- REMAPPERS FOR INERTIAL SENSORS ON MTB, EMS AND FT STRAIN BOARDS -->
<devices file="wrappers/inertials/right_leg-inertials_remapper.xml" />
<!-- WRAPPERS FOR INERTIAL SENSORS ON MTB, EMS AND FT STRAIN BOARDS -->
<devices file="wrappers/inertials/right_leg-inertials_wrapper.xml" />
|
This completes the activation of the IMU sensors embedded in the legs and feet FT sensor boards as a dependency of the walking on inclined plane implementations, typically https://github.com/dic-iit/element_walking-on-inclined-plane/issues/40.
PR changes
xml
files configuring the devices of typeembObjIMU
, the remappers and wrappers already existed, only the names were updated.icub_wbd_inertials
.CC @lia2790 @S-Dafarra @fiorisi @fjandrad @prashanthr05