Skip to content

Commit

Permalink
added namespace to open_vins topics
Browse files Browse the repository at this point in the history
  • Loading branch information
petrlmat committed Oct 26, 2023
1 parent c1ee404 commit 7b6d3a7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion launch/vins_republisher_openvins_bluefox.launch
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
<!-- set to true if velocity is defined in the IMU frame -->
<param name="rotate_velocity" value="true"/>

<remap from="~vins_odom_in" to="/ov_msckf/odomimu"/>
<remap from="~vins_odom_in" to="ov_msckf/odomimu"/>
<remap from="~vins_odom_out" to="~odom"/>

<param name="fcu_frame" value="$(arg fcu_frame)"/>
Expand Down
2 changes: 1 addition & 1 deletion launch/vins_republisher_openvins_t265.launch
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
<!-- set to true if velocity is defined in the IMU frame -->
<param name="rotate_velocity" value="true"/>

<remap from="~vins_odom_in" to="/ov_msckf/odomimu"/>
<remap from="~vins_odom_in" to="ov_msckf/odomimu"/>
<remap from="~vins_odom_out" to="~odom"/>

<param name="fcu_frame" value="$(arg fcu_frame)"/>
Expand Down

0 comments on commit 7b6d3a7

Please sign in to comment.