CMU-Robotics-Club / RoboBuggy2

A complete re-write of the old RoboBuggy.
GNU General Public License v3.0
2 stars 0 forks source link

changed telematics to visualize nand position #65

Closed Jackack closed 3 months ago

Jackack commented 3 months ago

What type of PR is this? (check all applicable)

Description

After an update, the INS driver publishes SC's position as a NavSatFix, which can be visualized by Foxglove. Therefore, there is no longer a need for telematics.py to republish SC position as a NavSatFix. However, NAND's position does need to be republished in order for it to be visualized

QA Instructions, Screenshots, Recordings

Run auton on SC with NAND communicating to it. Check on foxglove is NAND position is correctly displayed.

Added/updated tests?

We encourage you to keep the code coverage percentage at 80% and above.