Skip to content

Commit

Permalink
Added namespaced test to sr_utilities
Browse files Browse the repository at this point in the history
  • Loading branch information
guihomework committed Apr 26, 2021
1 parent 9fde25c commit f19e74c
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion sr_utilities/test/test_hand_finder.test
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@
<param name="right_hand_description_no_prefix" textfile="$(find sr_utilities)/test/urdf/right_hand_description_no_prefix.urdf" />
<param name="two_hands_description" textfile="$(find sr_utilities)/test/urdf/two_hands_description.urdf" />

<test test-name="test_hand_finder_cpp" pkg="sr_utilities" type="test_hand_finder"/>
<test test-name="test_hand_finder_cpp" pkg="sr_utilities" type="test_hand_finder" />
<test test-name="test_hand_finder_py" pkg="sr_utilities" type="test_hand_finder.py" />
<group ns="mynamespace">
<test test-name="namespaced_test_hand_finder_cpp" pkg="sr_utilities" type="test_hand_finder" />
<test test-name="namespaced_test_hand_finder_py" pkg="sr_utilities" type="test_hand_finder.py" />
</group>
</launch>

0 comments on commit f19e74c

Please sign in to comment.