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 a command is sent that changes the mode the lift stepper is in, you'll occasionally see a small jump. For example, the following script can sometimes cause a jump to appear:
importstretch_body.robotr=stretch_body.robot.Robot()
r.startup()
# This can cause the small jumpr.lift.motor.enable_safety()
r.push_command()
# This can also cause the small jumpr.lift.move_to(0.3)
r.push_command()
# So can thisr.lift.motor.enable_pos_traj_waypoint()
r.push_command()
Turn the volume up to hear the jumps in these videos:
Video 1: Changing from MODE_SAFETY to MODE_POS_TRAJ
Video 2: Changing from MODE_POS_TRAJ TO MODE_POS_TRAJ_WAYPOINT
The text was updated successfully, but these errors were encountered:
When a command is sent that changes the mode the lift stepper is in, you'll occasionally see a small jump. For example, the following script can sometimes cause a jump to appear:
Turn the volume up to hear the jumps in these videos:
The text was updated successfully, but these errors were encountered: