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

feat(gnss_poser): subscribe map projector info #73

Merged
merged 3 commits into from
Sep 1, 2023
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
2 changes: 0 additions & 2 deletions sample_sensor_kit_launch/launch/gnss.launch.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
<launch>
<arg name="launch_driver" default="true"/>
<arg name="gnss_receiver" default="ublox" description="ublox(default) or septentrio"/>
<arg name="coordinate_system" default="1" description="1:MGRS, 3:LocalCartesianWGS84, 4:LocalCartesianUTM"/>

<group>
<push-ros-namespace namespace="gnss"/>
Expand Down Expand Up @@ -33,7 +32,6 @@
<arg name="output_topic_gnss_pose_cov" value="pose_with_covariance"/>
<arg name="output_topic_gnss_fixed" value="fixed"/>

<arg name="coordinate_system" value="$(var coordinate_system)"/>
<arg name="use_gnss_ins_orientation" value="true"/>

<arg name="gnss_frame" value="gnss_link"/>
Expand Down
Loading