Skip to content

Commit

Permalink
tried fixing ekf launch
Browse files Browse the repository at this point in the history
  • Loading branch information
mehulgoel873 committed Jul 6, 2024
1 parent d2f1546 commit 67a000d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions rb_ws/src/buggy/launch/ekf.launch
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<arg name="manual_vel" default="false" />
<arg name="auto_vel" default="false" />

<node pkg="tf" type="static_transform_publisher" name="static_transform" args="0 0 0 0 0 0 /base_footprint /base_link 100"/>
<!-- <node pkg="tf" type="static_transform_publisher" name="static_transform" args="0 0 0 0 0 0 /base_footprint /base_link 100"/> -->

<node pkg="robot_pose_ekf" type="robot_pose_ekf" name="robot_pose_ekf">
<param name="output_frame" value="odom_combined"/>
Expand All @@ -19,11 +19,12 @@
<param name="odom_used" value="true"/>
<param name="imu_used" value="true"/>
<param name="vo_used" value="false"/>
<param name="gps_used" value="false"/>
<param name="debug" value="true"/>
<param name="self_diagnose" value="true"/>

<remap from="odom" to="/gnss1/fix"/>
<remap from="imu_data" to="/imu/data"/>
<remap from="odom" to="/nav/odom"/>
</node>

</launch>

0 comments on commit 67a000d

Please sign in to comment.