add file test cam intel D435i
This commit is contained in:
28
launch/depth_image_proc_gazebo.launch
Normal file
28
launch/depth_image_proc_gazebo.launch
Normal file
@@ -0,0 +1,28 @@
|
||||
<?xml version="1.0"?>
|
||||
<launch>
|
||||
<!-- Use with Gazebo T800: depth topics come from URDF depth camera plugin -->
|
||||
<arg name="multi_cam" default="true"/>
|
||||
<arg name="depth_topic" default="/camera/depth/image_raw"/>
|
||||
<arg name="camera_info_topic" default="/camera/depth/camera_info"/>
|
||||
<arg name="cloud_topic" default="/camera/depth/points_proc"/>
|
||||
<arg name="fixed_frame" default="odom"/>
|
||||
<!-- <arg name="rviz" default="true"/> -->
|
||||
|
||||
<node pkg="robot_depth_image_proc"
|
||||
type="depth_image_proc_node"
|
||||
name="depth_image_proc"
|
||||
output="screen">
|
||||
<param name="multi_cam" value="$(arg multi_cam)"/>
|
||||
<param name="depth_topic" value="$(arg depth_topic)"/>
|
||||
<param name="camera_info_topic" value="$(arg camera_info_topic)"/>
|
||||
<param name="cloud_topic" value="$(arg cloud_topic)"/>
|
||||
<param name="fixed_frame" value="$(arg fixed_frame)"/>
|
||||
<param name="publish_tf" value="false"/>
|
||||
</node>
|
||||
|
||||
<!-- <node if="$(arg rviz)"
|
||||
pkg="rviz"
|
||||
type="rviz"
|
||||
name="rviz"
|
||||
args="-d $(find robot_depth_image_proc)/rviz/depth_image_proc_gazebo.rviz"/> -->
|
||||
</launch>
|
||||
Reference in New Issue
Block a user