清理多余策略
This commit is contained in:
@@ -374,8 +374,6 @@ class XMIGCSControlNode(Node):
|
||||
FSMStateName.STOP: "gotoSTOP",
|
||||
FSMStateName.ZERO: "gotoZERO",
|
||||
FSMStateName.WALKAMP: "gotoWALKAMP",
|
||||
FSMStateName.MYPOLICY: "gotoMYPOLICY",
|
||||
FSMStateName.XSIMRUN: "gotoXSIMRUN",
|
||||
}
|
||||
current_state = self.robot_fsm.get_current_state()
|
||||
return state_to_command.get(current_state, self.control_flag.fsm_state_command)
|
||||
|
||||
Reference in New Issue
Block a user