Skip to content

Commit 890d954

Browse files
committed
Add gt_logger launch file for testing
1 parent c912ad0 commit 890d954

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

launch/gt_logger.launch

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
<launch>
2+
<arg name="gt_topic" default="/tesse/odom"/>
3+
<arg name="output_dir" default="$(find spark_vio_ros)/output_logs/TESSE/"/>
4+
5+
<node name="gt_logger_node" pkg="spark_vio_ros" type="gt_logger_node.py"
6+
output="screen">
7+
<param name="gt_topic" value="$(arg gt_topic)"/>
8+
<param name="output_dir" value="$(arg output_dir)"/>
9+
</node>
10+
</launch>

0 commit comments

Comments
 (0)