Skip to content

Commit 13b28f8

Browse files
authored
Merge pull request #152 from ethz-asl/projects/piloting_fix/ci_robustness
Remove wholebody MPC tests in sim to reduce CI workload
2 parents 3fb7003 + b5742e7 commit 13b28f8

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

moma_mission/demo/piloting.py

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -95,9 +95,11 @@
9595
"REACH_DETECTION_HOTSPOT_FAR",
9696
NavigationState,
9797
transitions={
98-
"Completed": "REACH_DETECTION_HOTSPOT_MEDIUM"
99-
if not sim
100-
else "REACH_DETECTION_HOTSPOT_CLOSE",
98+
# Use wholebody controller in sim
99+
# "Completed": "REACH_DETECTION_HOTSPOT_MEDIUM"
100+
# if not sim
101+
# else "REACH_DETECTION_HOTSPOT_CLOSE",
102+
"Completed": "REACH_DETECTION_HOTSPOT_MEDIUM",
101103
"Failure": "REACH_DETECTION_HOTSPOT_FAR",
102104
},
103105
)

0 commit comments

Comments
 (0)