summaryrefslogtreecommitdiffhomepage
path: root/digital/io/tools
diff options
context:
space:
mode:
Diffstat (limited to 'digital/io/tools')
-rw-r--r--digital/io/tools/test_simu_aquajim.py1
-rw-r--r--digital/io/tools/test_simu_giboulee.py1
2 files changed, 0 insertions, 2 deletions
diff --git a/digital/io/tools/test_simu_aquajim.py b/digital/io/tools/test_simu_aquajim.py
index 630b35df..ea0136d0 100644
--- a/digital/io/tools/test_simu_aquajim.py
+++ b/digital/io/tools/test_simu_aquajim.py
@@ -88,7 +88,6 @@ class TestSimu (InterNode):
self.robot_link.io.adc[5].value = 0
# Color switch.
self.robot_model.color_switch.register (self.change_color)
- self.change_color ()
def close (self):
self.forked_hub.kill ()
diff --git a/digital/io/tools/test_simu_giboulee.py b/digital/io/tools/test_simu_giboulee.py
index 16114c5b..eacaccf8 100644
--- a/digital/io/tools/test_simu_giboulee.py
+++ b/digital/io/tools/test_simu_giboulee.py
@@ -86,7 +86,6 @@ class TestSimu (InterNode):
self.sensor_frame, self.robot_model)
# Color switch.
self.robot_model.color_switch.register (self.change_color)
- self.change_color ()
def close (self):
self.forked_hub.kill ()