Résolution du problème de frame_id des header (RvizInterface)

This commit is contained in:
Unknown 2018-08-16 18:13:54 +02:00
parent 97b12ef01e
commit 4fc9c6566b
14 changed files with 37 additions and 29 deletions

View file

@ -3,6 +3,8 @@
<!--Interface/-->
<!--Objects/-->
<!--param name="frame_id" value="/map"/-->
<param name="frame_id" value="/camera_rgb_optical_frame"/>
<rosparam param="object_names"> ["Foo", "KungFoo", "Panda", "Boo"]</rosparam>
<rosparam param="object_types"> [3, 2, 1, 0]</rosparam>
@ -17,7 +19,7 @@
<!--Matcher Parameters/-->
<param name="tracked_object" value="Foo"/>
<param name="num_tilt" type="int" value="8"/>
<param name="std_dev_filter_coeff" type="double" value="0.5"/>
<param name="std_dev_filter_coeff" type="double" value="2"/>
<!--Matcher References/-->
<param name="reference_path" value="$(find asift_matching)/reference_data/"/>
<param name="reference_txt_path" value="$(find asift_matching)/reference_data/book_references.txt"/>