GOFIRST-Robotics / Lunabotics

The official NASA Lunabotics GitHub repository for University of Minnesota Robotics.
https://studentrobotics.umn.edu/
12 stars 0 forks source link

Change calibrate field coordinates to action #259

Closed jmblixt3 closed 1 month ago

jmblixt3 commented 2 months ago

Field coordinates was an async python function To make code more ros like it was changed to an action server/client It is contained in the same python executor due to rclpy:1123 So any python action server/client will have to be in the same executor