iRobotEducation / irobot-edu-python-sdk

Python SDK for iRobot Edu robots (Root or Create 3)
BSD 3-Clause "New" or "Revised" License
16 stars 6 forks source link

Add the capability to run multiple robots with one "play button press" #43

Open shamlian opened 6 months ago

shamlian commented 6 months ago

Change _run to a class variable instead of an instance variable and maintain a list of robots to start when "play" is pressed.