Skip to content

Commit

Permalink
WIP #10 Created test servo launch file
Browse files Browse the repository at this point in the history
  • Loading branch information
alexbarnett12 committed Feb 27, 2019
1 parent 1ad2814 commit a502fb5
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions robot_slam/launch/test_servo_cam.launch
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
<launch>

<!-- Parameters to define Aruco Board length & separation values -->
<param name="board_x_markers" type="int" value="5"/>
<param name="board_y_markers" type="int" value="7"/>
<param name="board_marker_length" type="double" value=".029"/>
<param name="board_marker_separation" type="double" value=".006"/>

<!-- parameters for image_publisher node -->
<param name="device_id" value="0"/>
<param name="calibration_file" value="camera_a.yaml"/>
<param name="publish_rate" value="20"/>
<param name="image_width" value="640"/>
<param name="image_height" value="480"/>

<!-- Run all the nodes required for the ekf test -->
<node name="image_publisher" pkg="robot_sensors" type="image_publisher.py"/>
<node name="aruco" pkg="robot_slam" type="aruco_localization.py"/>

<!-- Launch the rqt_console to view the log info printed at the end of the test -->
<node name="rqt_console" pkg="rqt_console" type="rqt_console"/>

</launch>

0 comments on commit a502fb5

Please sign in to comment.