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 8442a09 + 128ba97 commit 15f7e1fCopy full SHA for 15f7e1f
magicbot/magiccomponent.py
@@ -44,7 +44,7 @@ def setup(self):
44
by the time this function is called.
45
"""
46
47
- def on_enabled(self):
+ def on_enable(self):
48
49
Called when the robot enters autonomous or teleoperated mode. This
50
function should initialize your component to a "safe" state so
@@ -56,7 +56,7 @@ def on_enabled(self):
56
57
58
59
- def on_disabled(self):
+ def on_disable(self):
60
61
Called when the robot leaves autonomous or teleoperated
62
@@ -66,4 +66,4 @@ def execute(self):
66
67
This function is called at the end of the control loop
68
69
-
+
0 commit comments