summaryrefslogtreecommitdiffhomepage
path: root/host/simu/robots/apbirthday/view/bag.py
diff options
context:
space:
mode:
Diffstat (limited to 'host/simu/robots/apbirthday/view/bag.py')
-rw-r--r--host/simu/robots/apbirthday/view/bag.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/host/simu/robots/apbirthday/view/bag.py b/host/simu/robots/apbirthday/view/bag.py
index 6a9e2d3d..d5c1744d 100644
--- a/host/simu/robots/apbirthday/view/bag.py
+++ b/host/simu/robots/apbirthday/view/bag.py
@@ -34,6 +34,10 @@ class Bag:
self.jack = Switch (sensor_frame, model_bag.jack, 'Jack')
self.color_switch = Switch (sensor_frame, model_bag.color_switch,
'Color')
+ self.strat_switch = Switch (sensor_frame, model_bag.strat_switch,
+ 'Strat')
+ self.robot_nb_switch = Switch (sensor_frame,
+ model_bag.robot_nb_switch, 'Nb robots')
self.robot = Robot (table, model_bag.position, model_bag.cake_arm)
self.distance_sensor = [DistanceSensorUS (self.robot, ds)
for ds in model_bag.distance_sensor]