mirror of
https://github.com/introlab/rtabmap_ros.git
synced 2026-09-16 00:00:20 +08:00
updated az3_db_record.launch
git-svn-id: http://rtabmap.googlecode.com/svn/trunk/ros-pkg@1542 f169173b-cf89-36c8-b27e-44dbe73f0c83
This commit is contained in:
@@ -25,13 +25,13 @@
|
||||
<node pkg="nodelet" type="nodelet" name="data_throttle" args="load rtabmap/data_throttle camera_nodelet_manager" output="screen">
|
||||
<param name="max_rate" type="double" value="10.0"/>
|
||||
|
||||
<remap from="rgb/image_in" to="rgb/image_color"/>
|
||||
<remap from="rgb/image_in" to="rgb/image_rect_color"/>
|
||||
<remap from="depth/image_in" to="depth_registered/image_raw"/>
|
||||
<remap from="rgb/camera_info_in" to="depth_registered/camera_info"/>
|
||||
<remap from="rgb/camera_info_in" to="rgb/camera_info"/>
|
||||
|
||||
<remap from="rgb/image_out" to="/data_throttled_image"/>
|
||||
<remap from="depth/image_out" to="/data_throttled_image_depth"/>
|
||||
<remap from="rgb/camera_info_out" to="/data_throttled_camera_info"/>
|
||||
<remap from="rgb/image_out" to="data_throttled_image"/>
|
||||
<remap from="depth/image_out" to="data_throttled_image_depth"/>
|
||||
<remap from="rgb/camera_info_out" to="data_throttled_camera_info"/>
|
||||
</node>
|
||||
</group>
|
||||
|
||||
@@ -51,9 +51,6 @@
|
||||
<remap from="depth/image" to="camera/data_throttled_image_depth"/>
|
||||
<remap from="rgb/camera_info" to="camera/data_throttled_camera_info"/>
|
||||
|
||||
<param name="rgb/image_transport" type="string" value="compressed"/>
|
||||
<param name="depth/image_transport" type="string" value="compressedDepth"/>
|
||||
|
||||
<param name="queue_size" type="int" value="10"/>
|
||||
</node>
|
||||
|
||||
|
||||
@@ -37,7 +37,7 @@
|
||||
<!-- SLAM (robot side) -->
|
||||
<!-- args: "delete_db_on_start" and "udebug" -->
|
||||
<group ns="rtabmap">
|
||||
<node name="rtabmap" pkg="rtabmap" type="rtabmap" output="screen" args="--delete_db_on_start">
|
||||
<node name="rtabmap" pkg="rtabmap" type="rtabmap" output="screen" args="--udebug --delete_db_on_start">
|
||||
<param name="frame_id" type="string" value="base_footprint"/>
|
||||
|
||||
<param name="subscribe_depth" type="bool" value="true"/>
|
||||
|
||||
Reference in New Issue
Block a user