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 0112eac + a2be39d commit e687d7aCopy full SHA for e687d7a
bitbots_motion/bitbots_hcm/bitbots_hcm/hcm_dsd/actions/wait_for.py
@@ -6,7 +6,8 @@ class WaitForIMUStartup(AbstractHCMActionElement):
6
Waits for the IMU to connect and does not complain as we are still in start up.
7
"""
8
9
- pass
+ def perform(self, reevaluate=False):
10
+ pass
11
12
13
class WaitForIMU(AbstractHCMActionElement):
@@ -25,7 +26,8 @@ class WaitForPressureStartup(AbstractHCMActionElement):
25
26
Waits for the pressure sensors to connect and not complain since we are still starting up.
27
28
29
30
31
32
33
class WaitForPressure(AbstractHCMActionElement):
0 commit comments