diff --git a/Readme.md b/Readme.md index c6807349f01822ebe677b7c88b64b5d49b6dcd59..d10d03e93c068c058c3b482fff7ceb8bc0b43943 100644 --- a/Readme.md +++ b/Readme.md @@ -26,4 +26,19 @@ Check the launch file [example](launch/publish_wam_chaperone_link.launch)  ---> \ No newline at end of file +--> + + +# WAM follows tracker + +## Dependencies +* iri_wam_dmp_tracker +* iri_tf_to_pose + +## Procedure + +To test the WAM following tracker demo do the following : + + roslaunch iri_htc_vive_tracker wam_follow_tracker.launch + roslaunch iri_wam_bringup iri_wam_bringup.launch + roslaunch iri_wam_dmp_tracker iri_wam_dmp_tracker.launch \ No newline at end of file diff --git a/launch/publish_wam_chaperone_link.launch b/launch/publish_wam_chaperone_link.launch index 60c559a579de59e7d2dc8970fee8e0a7ed1dc5fd..2bb7abe2d6bd03b200831de1f4de18c8ceb2d1d7 100644 --- a/launch/publish_wam_chaperone_link.launch +++ b/launch/publish_wam_chaperone_link.launch @@ -4,16 +4,15 @@ <node pkg="tf" type="static_transform_publisher" name="htcvive" - args="1.070148243624660 - 0.100652703467688 - -1.062001187589772 - - 0.002700182569860 - 0.013148482534647 - -0.999902817161034 - 0.003765986531232 - iri_wam_link_base - chaperone 300" > + args="1.070148243624660 + 0.100652703467688 + -1.062001187589772 + 0.002700182569860 + 0.013148482534647 + -0.999902817161034 + 0.003765986531232 + iri_wam_link_base + chaperone 300" > </node> <node pkg="iri_htc_vive_tracker"