File tree Expand file tree Collapse file tree 2 files changed +6
-4
lines changed
src/moma_mission/missions/piloting Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 106106 "REACH_DETECTION_HOTSPOT_FAR" ,
107107 NavigationState ,
108108 transitions = {
109- "Completed" : "REACH_DETECTION_HOTSPOT_MEDIUM"
110- if not sim
111- else "REACH_DETECTION_HOTSPOT_CLOSE" ,
109+ # Use wholebody controller in sim
110+ # "Completed": "REACH_DETECTION_HOTSPOT_MEDIUM"
111+ # if not sim
112+ # else "REACH_DETECTION_HOTSPOT_CLOSE",
113+ "Completed" : "REACH_DETECTION_HOTSPOT_MEDIUM" ,
112114 "Failure" : "REACH_DETECTION_HOTSPOT_FAR" ,
113115 },
114116 )
Original file line number Diff line number Diff line change 55
66from moma_mission .core import StateMachineRos , StateRos
77from moma_mission .missions .piloting .states import *
8- from moma_mission .states .path_visitor import PathVisitorState
98from moma_mission .states .gripper import GripperControl , GripperGrasp
109from moma_mission .states .manipulation import JointsConfigurationAction
10+ from moma_mission .states .path_visitor import PathVisitorState
1111
1212
1313def homing_sequence_factory ():
You can’t perform that action at this time.
0 commit comments