space-concordia-robotics / robotics-prototype

Teleoperated Mars rover with autonomous capabilities intended for robotics competitions.
https://spaceconcordia.github.io/robotics.html
25 stars 18 forks source link

GPS Publishing (ROS) #629

Open vexandmore opened 6 months ago

vexandmore commented 6 months ago

Short Description

Although not required by competition, we will likely use GPS for autonomous navigation.

Currently, there is a bug where we receive a segmentation fault after receiving GPS data for the first time likely related to the pollNAV_PVT function in gps2.cpp.

Implementation Guidance

Acceptance Criteria