Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: gnss antenna #311

Merged
merged 1 commit into from
Sep 16, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions aip_x2_gen2_launch/config/asterx_sb3_rover.param.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@
heading: 0.0
pitch: 0.0

ant_type: "AERAT1675_382 NONE"
ant_type: "SEPPOLANT_MC.V2 NONE"

Check warning on line 18 in aip_x2_gen2_launch/config/asterx_sb3_rover.param.yaml

View workflow job for this annotation

GitHub Actions / spell-check-differential

Unknown word (SEPPOLANT)
ant_serial_nr: Unknown
ant_aux1_type: "AERAT1675_382 NONE"
ant_aux1_type: "SEPPOLANT_MC.V2 NONE"

Check warning on line 20 in aip_x2_gen2_launch/config/asterx_sb3_rover.param.yaml

View workflow job for this annotation

GitHub Actions / spell-check-differential

Unknown word (SEPPOLANT)
ant_aux1_serial_nr: Unknown

polling_period:
Expand All @@ -27,7 +27,7 @@
use_gnss_time: false

rtk_settings:
ntrip_1:

Check warning on line 30 in aip_x2_gen2_launch/config/asterx_sb3_rover.param.yaml

View workflow job for this annotation

GitHub Actions / spell-check-differential

Unknown word (ntrip)
id: ""
caster: ""
caster_port: 2101
Expand Down Expand Up @@ -56,14 +56,14 @@
publish:
# For both GNSS and INS Rxs
navsatfix: true
gpsfix: false

Check warning on line 59 in aip_x2_gen2_launch/config/asterx_sb3_rover.param.yaml

View workflow job for this annotation

GitHub Actions / spell-check-differential

Unknown word (gpsfix)
gpgga: false

Check warning on line 60 in aip_x2_gen2_launch/config/asterx_sb3_rover.param.yaml

View workflow job for this annotation

GitHub Actions / spell-check-differential

Unknown word (gpgga)
gprmc: false

Check warning on line 61 in aip_x2_gen2_launch/config/asterx_sb3_rover.param.yaml

View workflow job for this annotation

GitHub Actions / spell-check-differential

Unknown word (gprmc)
gpst: false

Check warning on line 62 in aip_x2_gen2_launch/config/asterx_sb3_rover.param.yaml

View workflow job for this annotation

GitHub Actions / spell-check-differential

Unknown word (gpst)
measepoch: false

Check warning on line 63 in aip_x2_gen2_launch/config/asterx_sb3_rover.param.yaml

View workflow job for this annotation

GitHub Actions / spell-check-differential

Unknown word (measepoch)
pvtcartesian: false

Check warning on line 64 in aip_x2_gen2_launch/config/asterx_sb3_rover.param.yaml

View workflow job for this annotation

GitHub Actions / spell-check-differential

Unknown word (pvtcartesian)
pvtgeodetic: true
basevectorcart: false

Check warning on line 66 in aip_x2_gen2_launch/config/asterx_sb3_rover.param.yaml

View workflow job for this annotation

GitHub Actions / spell-check-differential

Unknown word (basevectorcart)
basevectorgeod: false
poscovcartesian: false
poscovgeodetic: true
Expand Down
Loading