You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When Config.EMERGENCY_STOP_WITH_ENCODER_SPIKES is OFF, at least a warning is triggered by joint encoder spikes
Replaced the boolean flags Config.EMERGENCY_STOP_WITH_JOINTS_LIMITS and Config.EMERGENCY_STOP_WITH_ENCODER_SPIKES by enumerations (None, Warning, EmergencyStop).
The "Assertion" block was replaced by a "Variant Sub-system" in order to trigger either a Warning or a Stop.
Simplified the function wbc.checkInputSpikes(...), also removing the use of persistent instruction. Instead, two inputs were used (u and u_prev), as we can se in the above diagram.
Follow-up of:
The text was updated successfully, but these errors were encountered: