Skip to content

Commit

Permalink
Run rectify nodelet in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
okalachev committed Oct 11, 2023
1 parent 7cf1437 commit 9390863
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions clover/test/basic.test
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,16 @@
<node pkg="topic_tools" name="main_camera_throttle" type="throttle" ns="main_camera"
args="messages image_raw 5.0 image_raw_throttled" required="true"/>

<node pkg="nodelet" type="nodelet" name="main_camera_nodelet_manager" args="manager" output="screen" required="true">
<param name="num_worker_threads" value="2"/>
</node>

<node pkg="nodelet" type="nodelet" name="rectify" args="load image_proc/rectify main_camera_nodelet_manager" required="true">
<remap from="image_mono" to="main_camera/image_raw"/>
<remap from="camera_info" to="main_camera/camera_info"/>
<remap from="image_rect" to="main_camera/image_rect"/>
</node>

<param name="test_module" value="$(find clover)/test/basic.py"/>
<test test-name="basic_test" pkg="ros_pytest" type="ros_pytest_runner"/>
</launch>

0 comments on commit 9390863

Please sign in to comment.