Skip to main content

Joint Stand State

Joint Stand State slowly moves all joints to its zero position. This state is usually for checking if all actuators are working fine and all joint's zero positions are accurate.

State specification

State nameTask nameJoystick mappingDDS mappingFrequency
Joint StandJointStandTaskLB+A1400Hz
Avaliable for hangingAvaliable for standingAuto Protection Switch
YesNoNo

Joystick Control

Enter Joint Stand State

After initailize AuroraCore, press bumper LB and button A at the same time to enter joint stand state.

Client Control

Velocity controlStand pose controlJoint controlJoint parameter control
NoNoNoNo

Enter Joint Stand State

After initailize AuroraCore, use aurora client's set_fsm_state function to enter joint stand state.

client = AuroraClient.get_instance(domain_id=123, robot_name="fouriern1")   # initialize aurora client
time.sleep(1)

client.set_fsm_state(1) # change to joint stand state