BCLab-UNM / SC2

Swarmathon Team Code for the NASA Space Challenge 2 Competition
MIT License
2 stars 0 forks source link

Fix Obstacle.py race case #67

Closed Carter90 closed 4 years ago

Carter90 commented 4 years ago

There was a race case where we could have a set up a call back for the laser and we receive a laser message before we have called the run method, this should resolve that issue.

56