Skip to main content

Default State Reference

Default state is entry state of Aurora, where no controller is running.

State specification

State nameTask nameJoystick mappingDDS mappingFrequency
Default(no task)LB+RB0-
Avaliable for hangingAvaliable for standingAuto Protection Switch
YesNoNo

Joystick Control

Enter Default State

After initailize AuroraCore, press bumper LB and RB at the same time to enter default state.

Client Control

Velocity controlStand pose controlJoint controlJoint parameter control
NoNoNoNo

Enter Default State

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

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

client.set_fsm_state(0) # change to default state