We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6efa753 commit e81040dCopy full SHA for e81040d
1 file changed
mirte_robot/robot.py
@@ -118,7 +118,10 @@ def __init__(
118
self._stopping = False
119
self._lock = threading.Lock()
120
121
- self.CONTROLLER = "diffbot_base_controller"
+ # Assuming we are only using the Python API for the MIRTE Pioneer. This
122
+ # is only used for setMotorControl(), so all other functions should
123
+ # (theoretically) still work on teh MIRTE Master.
124
+ self.CONTROLLER = "mirte_base_controller"
125
126
self.PWM = 3 # PrivateConstants.PWM when moving to Python3
127
self.INPUT = 0
0 commit comments