Skip to content

Commit

Permalink
fix(sample_sensor_kit_launch): remote plane support for gnss_poser (#68)
Browse files Browse the repository at this point in the history
fix comment

Signed-off-by: kminoda <[email protected]>
  • Loading branch information
kminoda authored Aug 23, 2023
1 parent 9e66d93 commit 8d5679f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sample_sensor_kit_launch/launch/gnss.launch.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<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, 2:PLANE"/>
<arg name="coordinate_system" default="1" description="1:MGRS, 3:LocalCartesianWGS84, 4:LocalCartesianUTM"/>

<group>
<push-ros-namespace namespace="gnss"/>
Expand Down

0 comments on commit 8d5679f

Please sign in to comment.