Hello everyone.
I want to automatize the process of connecting Ardupilot to an NTRIP caster.
When testing I used the Mission Planner’s RTK/GPS Inject tab to connect to an NTRIP mountpoint, and was able to have RTK Fixed/Float position data.
I want to do the same but utilizing MAVProxy or some custom script for the companion computer so when people shutdown the companion computer, when it is rebooted, have the NTRIP connection automatically (when internet is present).
Do you happen to know any way how to start impementing that?
Can we use mavinit.scr perhaps to tell MAVProxy what to do on startup?
Connection script would be something like this in MAVProxy’s ntrip module
module load ntrip
ntrip set caster rtk2go.com
ntrip set port 2101
ntrip set mountpoint KOVARIK
ntrip set username
ntrip set password none
ntrip start