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(aip_x2_gen2_launch): frame_id of gnss antenna #399

Merged
merged 1 commit into from
Mar 3, 2025
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 @@ -2,8 +2,8 @@
ros__parameters:
device: tcp://192.168.20.102:28784

frame_id: gnss_link
aux1_frame_id: aux1
frame_id: top_rear/gnss_link
aux1_frame_id: top_front/gnss_link
get_spatial_config_from_tf: false
use_ros_axis_orientation: false
receiver_type: gnss
Expand All @@ -15,9 +15,9 @@
heading: 0.0
pitch: 0.0

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: "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