BCLab-UNM / SC2

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

Update codebase from Python2.7 -> 3.8 #161

Closed Carter90 closed 3 years ago

Carter90 commented 3 years ago

So fun thing ROS Noetic uses Python3 so we are unable to run any of our code. Hopefully most of it is just changing #!/usr/bin/env python to #!/usr/bin/env python3