Skip to content

Commit

Permalink
feat(gnss_poser): use map_projector_info (#173)
Browse files Browse the repository at this point in the history
Signed-off-by: kminoda <[email protected]>
  • Loading branch information
kminoda authored Sep 4, 2023
1 parent 75e9652 commit 0245cd8
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 6 deletions.
2 changes: 0 additions & 2 deletions aip_x1_launch/launch/gnss.launch.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

<arg name="use_gnss" default="false" />
<arg name="launch_driver" default="true" />
<arg name="coordinate_system" default="1" description="0:UTM, 1:MGRS, 2:PLANE" />

<group if="$(var use_gnss)">
<push-ros-namespace namespace="gnss"/>
Expand All @@ -22,7 +21,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_ublox_receiver" value="true" />

<arg name="gnss_frame" value="gnss_link" />
Expand Down
2 changes: 0 additions & 2 deletions aip_x2_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="coordinate_system" default="1" description="0:UTM, 1:MGRS, 2:PLANE" />

<group>
<push-ros-namespace namespace="gnss"/>
Expand All @@ -23,7 +22,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_ublox_receiver" value="true" />

<arg name="gnss_frame" value="gnss_link" />
Expand Down
2 changes: 0 additions & 2 deletions aip_xx1_launch/launch/gnss.launch.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

<arg name="launch_driver" default="true" />
<arg name="gnss_receiver" default="ublox" description="ublox(default) or septentrio"/>
<arg name="coordinate_system" default="1" description="0:UTM, 1:MGRS, 2:PLANE" />

<group>
<push-ros-namespace namespace="gnss"/>
Expand Down Expand Up @@ -35,7 +34,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_ublox_receiver" value="true" />

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

0 comments on commit 0245cd8

Please sign in to comment.