Skip to content

Commit

Permalink
Merge pull request #152 from ethz-asl/projects/piloting_fix/ci_robust…
Browse files Browse the repository at this point in the history
…ness

Remove wholebody MPC tests in sim to reduce CI workload
  • Loading branch information
jk-ethz authored Jan 25, 2023
2 parents 3fb7003 + b5742e7 commit 13b28f8
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions moma_mission/demo/piloting.py
Original file line number Diff line number Diff line change
Expand Up @@ -95,9 +95,11 @@
"REACH_DETECTION_HOTSPOT_FAR",
NavigationState,
transitions={
"Completed": "REACH_DETECTION_HOTSPOT_MEDIUM"
if not sim
else "REACH_DETECTION_HOTSPOT_CLOSE",
# Use wholebody controller in sim
# "Completed": "REACH_DETECTION_HOTSPOT_MEDIUM"
# if not sim
# else "REACH_DETECTION_HOTSPOT_CLOSE",
"Completed": "REACH_DETECTION_HOTSPOT_MEDIUM",
"Failure": "REACH_DETECTION_HOTSPOT_FAR",
},
)
Expand Down

0 comments on commit 13b28f8

Please sign in to comment.