You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We are rewriting the low level code for the GPS that will be used to poll the device by GpsPublisherNode. The GPS communicates over I2C using Ubx packets. We will be implementing a system that allows us to serialize and deserialize Ubx packets in C++ (with Josh's help). These packets will be used by send and receive data from the GPS.
note: In the future we can hopefully communicate over I2C using a wrapper object as without needing to interact with low level C code or manually reading bytes.
Short Description
We are rewriting the low level code for the GPS that will be used to poll the device by GpsPublisherNode. The GPS communicates over I2C using Ubx packets. We will be implementing a system that allows us to serialize and deserialize Ubx packets in C++ (with Josh's help). These packets will be used by send and receive data from the GPS.
note: In the future we can hopefully communicate over I2C using a wrapper object as without needing to interact with low level C code or manually reading bytes.
Acceptance Criteria
The text was updated successfully, but these errors were encountered: