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): use map_projector_info #173

Merged
Merged
Show file tree
Hide file tree
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 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