Skip to content
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

Stickbot feet fixed enters hardware fault #18

Open
GrmanRodriguez opened this issue Dec 10, 2021 · 1 comment
Open

Stickbot feet fixed enters hardware fault #18

GrmanRodriguez opened this issue Dec 10, 2021 · 1 comment
Labels
report-bug Something isn't working

Comments

@GrmanRodriguez
Copy link
Contributor

After implementing this PR the stickbot_feet_fixed model enters hardware fault immediately:

image

The main reason seems to be these 4 links:

  <link name="base_link"/>
  <link name="l_sole"/>
  <link name="r_sole"/>
  <link name="imu_frame"/>

We would like to understand exactly what is happening and know if we can still get away with removing the inertial for these links

@Nicogene Nicogene added the report-bug Something isn't working label Dec 10, 2021
@GrmanRodriguez
Copy link
Contributor Author

GrmanRodriguez commented Dec 10, 2021

Upon further tests I've noticed the main culprit is base_link. Removing the inertial of this link causes the hardware fault.

The weird thing is base_link is connected only to root_link by a fixed joint, so it's not affecting other elements of the kinematic chain.

The joints in fault are r_hip_pitch, l_hip_pitch (both connecting root_link with the respective hip_1) and, strangely, torso_pitch (which connects torso_1 and torso_2).

root_link seems to be similar to its icub-models counterpart, so it's not clear yet why there is the fault.

cc @Nicogene

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
report-bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants