BCLab-UNM / SC2

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

Scoot refactor, Drive & joint movment blocking, overshoot turn fix #180

Closed Carter90 closed 3 years ago

Carter90 commented 3 years ago

Known bug with translating goal distance opened #190

scoot.translate(-3,-3)
scoot.turn(math.pi/2)
scoot.translate(-3,-3)

Solves #184 #183 #184