We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3fb7003 + b5742e7 commit 13b28f8Copy full SHA for 13b28f8
moma_mission/demo/piloting.py
@@ -95,9 +95,11 @@
95
"REACH_DETECTION_HOTSPOT_FAR",
96
NavigationState,
97
transitions={
98
- "Completed": "REACH_DETECTION_HOTSPOT_MEDIUM"
99
- if not sim
100
- else "REACH_DETECTION_HOTSPOT_CLOSE",
+ # Use wholebody controller in sim
+ # "Completed": "REACH_DETECTION_HOTSPOT_MEDIUM"
+ # if not sim
101
+ # else "REACH_DETECTION_HOTSPOT_CLOSE",
102
+ "Completed": "REACH_DETECTION_HOTSPOT_MEDIUM",
103
"Failure": "REACH_DETECTION_HOTSPOT_FAR",
104
},
105
)
0 commit comments