Ajout Readme + Modif mineures interface
This commit is contained in:
parent
1c72d90e9a
commit
3300e0efd3
100 changed files with 298 additions and 63 deletions
|
@ -1,11 +1,12 @@
|
|||
<launch>
|
||||
<node name="rviz" pkg="rviz" type="rviz"/>
|
||||
|
||||
<!--Objects/-->
|
||||
<rosparam param="tracked_object_names"> ["Foo", "KungFoo", "Panda", "Boo"]</rosparam>
|
||||
<rosparam param="tracked_object_types"> [3, 2, 1, 0]</rosparam>
|
||||
|
||||
<!--Interface/-->
|
||||
<!--Objects/-->
|
||||
<rosparam param="object_names"> ["Foo", "KungFoo", "Panda", "Boo"]</rosparam>
|
||||
<rosparam param="object_types"> [3, 2, 1, 0]</rosparam>
|
||||
|
||||
<!--Topics/-->
|
||||
<param name="objective_topic" value="/RvizInterface/state_objective"/>
|
||||
<param name="vizualization_topic" value="/RvizInterface/visual_marker"/>
|
||||
<param name="config_topic" value="/RvizInterface/interface_config"/>
|
||||
|
@ -13,13 +14,19 @@
|
|||
<node name="RvizInterface" pkg="rviz_interface" type="RvizInterface" output="screen"/>
|
||||
|
||||
<!--Matcher/-->
|
||||
<!--Matcher Parameters/-->
|
||||
<param name="tracked_object" value="Foo"/>
|
||||
<param name="num_tilt" type="int" value="8"/>
|
||||
<param name="std_dev_filter_coeff" type="int" value="2"/>
|
||||
<param name="reference_txt_path" value="$(find asift_matching)/reference_data/robobo_references.txt"/>
|
||||
<!--rosparam param="reference_data">[
|
||||
"$(find asift_matching)/reference_data/train_image_000.png",
|
||||
"$(find asift_matching)/reference_data/train_image_001.png"]</rosparam-->
|
||||
|
||||
<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"/>
|
||||
<rosparam param="reference_data">[
|
||||
"train_image_000.png",
|
||||
"train_image_001.png"]
|
||||
</rosparam>
|
||||
|
||||
<!--Topics/-->
|
||||
<param name="object_center_topic" value="/object_center"/>
|
||||
<param name="image_topic" value="/camera/rgb/image_raw"/>
|
||||
<param name="pointcloud_topic" value="/camera/depth_registered/points"/>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue