Left arm moving in impedance velocity mode suddenly switches to fixed position and crashes #6
-
Hello, |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
I think that this issue can be split in two different problems:
In both cases the right way to understand what is going on is to analyze the robotInterface log. NOTES:
|
Beta Was this translation helpful? Give feedback.
-
As clarification, for what concerns the cartesian control, the responsibility of selecting commands type (velocity, position), and thus the corresponding control mode, is in the hands of the low level cartesian controller. In fact, at each time step the controller checks the joints status (look here) and set them to work in the desired mode as per configuration file. By default, the controller should be running in Position Direct. |
Beta Was this translation helpful? Give feedback.
I think that this issue can be split in two different problems:
the left_arm interfaces crashes. robotInterface is still running (I suppose) but the interface ports are not responding anymore and robotMotorGui cannot connect to them.
During the startup phase an hardware fault occurs (most likely an overcurrent on one (or more) 2FOC boards).
In both cases the right way to understand what is going on is to analyze the robotInterface log.
If you have Qt5 installed on the console and you have set the environment variable YARP_FORWARD_LOG_ENABLE=1 on the pc104, you can use the yarplogger gui to export the robotInterface logfile (since github does not allow file attachments in the comment…