|
@@ -14,6 +14,7 @@
|
|
|
20201019:增加启动树莓派排线CSI摄像头的launch.
|
|
|
-->
|
|
|
<launch>
|
|
|
+ <group ns="robot1">
|
|
|
<!-- (1) startup robot urdf description -->
|
|
|
<include file="$(find robot_description)/launch/robot_description.launch" />
|
|
|
|
|
@@ -25,7 +26,8 @@
|
|
|
|
|
|
<!-- (4) startup robot_pose_ekf node -->
|
|
|
<node pkg="robot_pose_ekf" type="robot_pose_ekf" name="robot_pose_ekf">
|
|
|
- <param name="output_frame" value="odom_combined"/>
|
|
|
+ <param name="output_frame" value="robot1/odom_combined"/>
|
|
|
+ <param name="base_footprint_frame" value="robot1/base_footprint"/>
|
|
|
<param name="freq" value="10.0"/>
|
|
|
<param name="sensor_timeout" value="1.2"/>
|
|
|
<param name="odom_used" value="true"/>
|
|
@@ -37,8 +39,8 @@
|
|
|
|
|
|
<!-- (5) /odom_combined view in rviz -->
|
|
|
<node pkg="robot_bringup" type="odom_ekf.py" name="odom_ekf" output="screen">
|
|
|
- <remap from="input" to="/robot_pose_ekf/odom_combined" />
|
|
|
- <remap from="output" to="/odom_ekf" />
|
|
|
+ <remap from="input" to="robot_pose_ekf/odom_combined" />
|
|
|
+ <remap from="output" to="odom_ekf" />
|
|
|
</node>
|
|
|
|
|
|
<!-- (6) startup voice system -->
|
|
@@ -46,5 +48,6 @@
|
|
|
|
|
|
<!-- (7) startup rasp camera -->
|
|
|
<include file="$(find rasp_camera)/launch/rasp_camera.launch" />
|
|
|
+ </group>
|
|
|
|
|
|
</launch>
|