Skip to content

Commit 8bf63ac

Browse files
smb261-pandajk-ethz
authored andcommitted
TEST: Remove CI test-breaking stuff
1 parent 7ab6ee9 commit 8bf63ac

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

moma_mission/demo/piloting.py

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -106,9 +106,11 @@
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
)

moma_mission/src/moma_mission/missions/piloting/sequences.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@
55

66
from moma_mission.core import StateMachineRos, StateRos
77
from moma_mission.missions.piloting.states import *
8-
from moma_mission.states.path_visitor import PathVisitorState
98
from moma_mission.states.gripper import GripperControl, GripperGrasp
109
from moma_mission.states.manipulation import JointsConfigurationAction
10+
from moma_mission.states.path_visitor import PathVisitorState
1111

1212

1313
def homing_sequence_factory():

0 commit comments

Comments
 (0)