Created
September 12, 2018 09:43
-
-
Save peterbarker/5847ca955765d0e6b0af4110aef28e57 to your computer and use it in GitHub Desktop.
cuav nmea settings
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
module load cuav.modules.nmea | |
nmea udp 127.0.0.1:9500 | |
nmea log primary.nmea.log | |
nmea set target_vehicle 2 | |
nmea set wgs84_to_amsl -41.2 | |
module load cuav.modules.nmea | |
nmea2 udp 127.0.0.1:7000 | |
nmea2 log secondary.nmea.log | |
nmea2 set target_vehicle 1 | |
nmea2 set wgs84_to_amsl -41.2 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment