Ricbot GNSS: Difference between revisions
From Rsewiki
No edit summary |
(→GNSS) |
||
| Line 10: | Line 10: | ||
sudo apt install gpsd gpsd-clients libgps-dev | sudo apt install gpsd gpsd-clients libgps-dev | ||
Support added to teensy_interface (not fully tested) - part of Robobot software. | |||
=== Decode and publish === | === Decode and publish === | ||
Revision as of 11:07, 21 April 2026
Back to Ricbot
GNSS
Satellite positioning is implemented using a NEO-M9V receiver. The receiver is connected to the navigation Raspberry Pi.
Additional installation
sudo apt install gpsd gpsd-clients libgps-dev
Support added to teensy_interface (not fully tested) - part of Robobot software.
Decode and publish
Using the 'gpsd' publisher. This should be easily interfaced to ROS. (not implemented yet)