BCLab-UNM / SwarmieOS

Python Base Code for the Swarmie Robot
MIT License
0 stars 1 forks source link

ROS Kinetic->Noetic #3

Open Carter90 opened 2 years ago

Carter90 commented 2 years ago

Kinetic has been end of lifed as python2.7 has been too. So a huge part of the migration to update the Swarmies will be converting the python2.7->python3.8 this will involve more lock decorators and reimplementing Queue and Stack Much of that work I've already done in https://github.com/BCLab-UNM/SC2/blob/master/src/scoot/src/Driver.py

All gazebo things will also be broken

This will allow us to make the even more crazy jump to ros2 much much easier when the time comes

Carter90 commented 2 years ago

catkin_make_isolated