mirror of
https://github.com/CopterExpress/clover.git
synced 2026-05-29 22:39:33 +00:00
9 lines
385 B
Plaintext
9 lines
385 B
Plaintext
<launch>
|
|
<node name="simple_offboard" pkg="clover" type="simple_offboard" required="true" output="screen"/>
|
|
|
|
<node pkg="tf2_ros" type="static_transform_publisher" name="test_frame" args="10 20 30 0 0 0 map test"/>
|
|
|
|
<param name="test_module" value="$(find clover)/test/offboard.py"/>
|
|
<test test-name="offboard_test" pkg="ros_pytest" type="ros_pytest_runner"/>
|
|
</launch>
|