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 manual motion starts, if the robot's current joints are beyond the soft limit set by manual_motion.py, then the first time that the target positions get updated, the robot can move very abruptly. This will only happen when something is adding extra force to the arm. So for example:
Robot current joints are near a joint limit
manual_motion.py is run, robot does not move
Human moves arm enough to trigger setpoint update
New setpoint is at soft joint limits (30 degress away from current position)
Robot moves abruptly in unexpected direction
The text was updated successfully, but these errors were encountered:
When manual motion starts, if the robot's current joints are beyond the soft limit set by
manual_motion.py
, then the first time that the target positions get updated, the robot can move very abruptly. This will only happen when something is adding extra force to the arm. So for example:manual_motion.py
is run, robot does not moveThe text was updated successfully, but these errors were encountered: