[Documentation] [TitleIndex] [WordIndex

GQ7 Map Localization

Overview

This launch file will launch an instance of the microstrain_inertial_driver connected to a GQ7 that will localize to a local tangent plane in the ENU frame.

Usage

To launch this launch file directly from the command line:

roslaunch microstrain_inertial_localization gq7_map.launch

To include this launch file into another launch file. Paste this into the <launch> section of your launch file:

<include file="$(find microstrain_inertial_localization)/launch/gq7_map.launch">
  <!-- Include any arguments you want to override here -->
</include>

Arguments

This launch file can accept the following arguments.

Connection Info

Configuration related to device connection, ports and baudrate

port

baudrate

aux_port

aux_baudrate

Frame Configuration

Configuration related to what frames will be used when constructing the tf tree

frame_id

map_frame_id

gnss1_frame_id

gnss2_frame_id

Tangent Plane Configuration

Configuration relevant to the location of the tangent plane. See the params.yml for more information.

filter_relative_position_frame

filter_relative_position_source

filter_relative_position_ref

GNSS Antenna offset configuration

Configuration about how GNSS antenna offsets will be configured. See the params.yml for more information.

gnss1_antenna_offset_source

gnss1_antenna_offset

gnss2_antenna_offset_source

gnss2_antenna_offset

Heading Settings

Configuration about how the GQ7 will obtain it's heading. See the params.yml for more information

filter_auto_heading_alignment_selector

NTRIP Settings

Settings related to the optional NTRIP client that this launch file can start if requested. For more information, see ntrip_client

ntrip

ntrip_host

ntrip_port

ntrip_mountpoint

ntrip_username

ntrip_password

ntrip_ssl

Mock Robot Settings

Settings related to whether we will launch a mock robot description node. This should be used for testing purposes only

mock_robot

Additional Parameters

Settings that allow users to add additional parameters to the nodes that are not exposed in the launch file

params_file


2024-04-27 12:56