Skip to content

Commit

Permalink
feat(gnss_poser): subscribe map projector info (#73)
Browse files Browse the repository at this point in the history
feat(gnss_poser): subscribe map_projector_info

Signed-off-by: kminoda <[email protected]>
  • Loading branch information
kminoda authored Sep 1, 2023
1 parent ad2e34a commit 417f7ce
Showing 1 changed file with 0 additions and 2 deletions.
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

0 comments on commit 417f7ce

Please sign in to comment.