Advertisement
Guest User

Untitled

a guest
Nov 23rd, 2014
425
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 1.85 KB | None | 0 0
  1. <launch>
  2.   <node pkg="rviz" type="rviz" name="rviz"
  3.    args="-d $(find ar_pose)/launch/live_single.rviz"/>
  4.   <node pkg="tf" type="static_transform_publisher" name="world_to_cam"
  5.    args="0 0 0.5 -1.57 0 -1.57 world camera 10" />
  6.   <node ns="camera" pkg="image_proc" type="image_proc" name="image_proc"/>
  7.   <node ns="camera" pkg="uvc_camera" type="uvc_camera_node" name="uvc_camera_node"
  8.    output="screen">
  9.    
  10.     <remap from="camera_info" to="camera/camera_info"/>
  11.     <remap from="image_raw" to="camera/image_raw"/>
  12.    
  13.     <param name="width" type="int" value="320" />
  14.     <param name="height" type="int" value="240" />
  15.     <param name="fps" type="int" value="30" />
  16.     <param name="frame" type="string" value="camera" />
  17.     <param name="device" type="string" value="/dev/video0" />
  18.     <param name="camera_info_url" type="string"
  19.      value="file://$(find uvc_camera)/camera_calibration.yaml" />
  20.   </node>
  21.   <node name="ar_pose" pkg="ar_pose" type="ar_single" respawn="false"
  22.    output="screen">
  23.     <param name="marker_pattern" type="string"
  24.      value="$(find ar_pose)/data/4x4/4x4_1.patt"/>
  25.     <param name="marker_width" type="double" value="152.4"/>
  26.     <param name="marker_center_x" type="double" value="0.0"/>
  27.     <param name="marker_center_y" type="double" value="0.0"/>
  28.     <param name="threshold" type="int" value="100"/>
  29.     <param name="use_history" type="bool" value="true"/>
  30.   </node>
  31. </launch>
  32.  
  33. ERRORS:
  34. camera/uvc_camera_node-4] process has died [pid 9943, exit code -6, cmd /home/przemek/tum_simulator_ws/devel/lib/uvc_camera/uvc_camera_node camera_info:=camera/camera_info image_raw:=camera/image_raw __name:=uvc_camera_node __log:=/home/przemek/.ros/log/2e1f28ca-7361-11e4-a735-001e65a44a56/camera-uvc_camera_node-4.log].
  35. log file: /home/przemek/.ros/log/2e1f28ca-7361-11e4-a735-001e65a44a56/camera-uvc_camera_node-4*.log
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement