Skip to content

Commit

Permalink
Minor refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
ToniRV committed Dec 27, 2019
1 parent 35a3254 commit 9d7b25a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions launch/kimera_vio_ros.launch
Original file line number Diff line number Diff line change
Expand Up @@ -109,8 +109,8 @@
value="$(arg odometry_ground_truth_topic)" unless="$(arg online)"/>

<!-- Other subscription topics -->
<remap from="reinit_flag" to="/kimera_vio/reinit_flag"/>
<remap from="reinit_pose" to="/kimera_vio/reinit_pose"/>
<remap from="reinit_flag" to="reinit_flag"/>
<remap from="reinit_pose" to="reinit_pose"/>

<!-- Remap publisher topics -->
<remap from="odometry" to="odometry"/>
Expand All @@ -135,8 +135,8 @@

<!-- Launch visualizer -->
<include file="$(find pose_graph_tools)/launch/posegraph_view.launch" >
<arg name="frame" value="$(arg world_frame_id)" />
<arg name="graph_topic" value="pose_graph" />
<arg name="frame" value="$(arg world_frame_id)"/>
<arg name="graph_topic" value="pose_graph"/>
</include>

<!-- Log ground-truth data only if requested-->
Expand Down

0 comments on commit 9d7b25a

Please sign in to comment.