Skip to content

Commit

Permalink
add fused_odometry to odometry.launch
Browse files Browse the repository at this point in the history
  • Loading branch information
val-ba committed Jan 24, 2025
1 parent a692a82 commit bc8b567
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions bitbots_navigation/bitbots_odometry/launch/odometry.launch
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,12 @@
<param name="use_sim_time" value="$(var sim)"/>
</node>

<node name="fused_odometry" pkg="bitbots_odometry" exec="fused_odometry" launch-prefix="$(var taskset)">
<param name="base_link_frame" value="$(var tf_prefix)base_link"/>
<param name="odom_frame" value="$(var tf_prefix)odom"/>
<param name="use_sim_time" value="$(var sim)"/>
</node>

<node name="odometry_fuser" pkg="bitbots_odometry" exec="odometry_fuser" launch-prefix="$(var taskset)">
<param name="base_link_frame" value="$(var tf_prefix)base_link"/>
<param name="r_sole_frame" value="$(var tf_prefix)r_sole"/>
Expand Down

0 comments on commit bc8b567

Please sign in to comment.