Skip to content

Commit

Permalink
fix(eagleye_geo_pose_fusion): add arg in launch (#313)
Browse files Browse the repository at this point in the history
Signed-off-by: kminoda <[email protected]>
  • Loading branch information
kminoda authored Nov 7, 2023
1 parent eaf4309 commit 1e8e769
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>

<launch>
<arg name="output_geo_pose" default="eagleye/geo_pose_with_covariance"/>

<node pkg="eagleye_geo_pose_fusion" name="geo_pose_fusion_node" exec="geo_pose_fusion" output="screen" >
<!-- /eagleye/fix or /GNSS/fix(GNSS pose only mode)-->
<remap from="eagleye/fix" to="eagleye/fix" />
<remap from="eagleye/geo_pose_with_covariance" to="$(var output_geo_pose)" />

<param name="fix_only_publish" value="false"/>
<!-- 0:fix.status 1:fix.position_covariance[0] (if fix_only_publish==true)-->
Expand Down

0 comments on commit 1e8e769

Please sign in to comment.