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

error occuring during redBallDemo #976

Closed
julijenv opened this issue Aug 26, 2020 · 1 comment
Closed

error occuring during redBallDemo #976

julijenv opened this issue Aug 26, 2020 · 1 comment
Assignees

Comments

@julijenv
Copy link
Collaborator

Brief description of the request/failure

during the last 2 run on demoRedBall (it is a recurring issue seen into the previous robot as well), both arms fell for HW problem.
The problem is surely due to some delay inside the wholebodyDynamic and the FT sensor- Please try to find out the reason with the hel of the log file form yarprobotinterface e wholebodyDybanmic from those 2 runs

Detailed context

cc @pattacini , cc @marcoaccame , cc @Nicogene

Accompanying material

log_icub-head_yarprobotinterface_crash_braccia_dopo 5 minuti.txt
log_icubsrv_wholeBodyDynamics_crash_braccia dopo 5 minuti.txt

log_icub-head_yarprobotinterface_2_Virtual_analosensor.txt
log_icubsrv_wholeBodyDynamics_2_die_Virtual_Analof FT.txt

@julijenv julijenv self-assigned this Aug 26, 2020
@pattacini pattacini added the bug label Aug 26, 2020
@pattacini
Copy link
Member

pattacini commented Aug 26, 2020

@julijenv the problems you mentioned did have the following root causes and were corrected with the corresponding actions, so let's use this issue as a sort of FAQ/report for the future 😏

On one robot we discovered that the codebase was compiled in Debug; therefore, the communication between the IMU and WBD was slowed down significantly causing an internal timeout to expire. When WBD goes in timeout, it puts the torque-controlled limbs in protection (HW-fault) for safety reasons.

On the last robot you configured, instead, we found out that the RFE controller was hanging up during HW readouts. This triggered the WBD timeout as the RFE wasn't delivering IMU data any longer. To fix this, @marcoaccame has recently devised a patch to the RFE FW.

Hope this report will help out.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants