added tiny tum

This commit is contained in:
2019-06-25 12:03:08 +02:00
parent c565033d7f
commit 6f7f8b7892
4 changed files with 39 additions and 20 deletions

View File

@ -25,8 +25,8 @@
<param name="stereo_threshold" value="5"/>
<remap from="~imu" to="/imu0"/>
<remap from="~cam0_image" to="/cam0/new_image_raw"/>
<remap from="~cam1_image" to="/cam1/new_image_raw"/>
<remap from="~cam0_image" to="/cam0/image_raw"/>
<remap from="~cam1_image" to="/cam1/image_raw"/>
</node>
</group>

View File

@ -18,11 +18,11 @@
output="screen">
<!-- Photometry Flag-->
<param name="PHOTOMETRIC" value="true"/>
<param name="PHOTOMETRIC" value="false"/>
<!-- Debugging Flaggs -->
<param name="StreamPause" value="true"/>
<param name="PrintImages" value="true"/>
<param name="PrintImages" value="false"/>
<param name="GroundTruth" value="false"/>
<param name="patch_size_n" value="5"/>
@ -72,6 +72,6 @@
</node>
</group>
<node name="player" pkg="bagcontrol" type="control.py" />
<!--node name="player" pkg="bagcontrol" type="control.py" /-->
</launch>