|
@@ -22,7 +22,10 @@
|
|
<!-- (3) startup rasp imu-6DOF board-->
|
|
<!-- (3) startup rasp imu-6DOF board-->
|
|
<include file="$(find rasp_imu_hat_6dof)/launch/imu_data_pub.launch" />
|
|
<include file="$(find rasp_imu_hat_6dof)/launch/imu_data_pub.launch" />
|
|
|
|
|
|
- <!-- (4) startup robot_pose_ekf node -->
|
|
|
|
|
|
+ <!-- (4) startup rasp cam-->
|
|
|
|
+ <include file="$(find raspicam_node)/launch/camerav1_1280x720.launch" />
|
|
|
|
+
|
|
|
|
+ <!-- (5) startup robot_pose_ekf node -->
|
|
<node pkg="robot_pose_ekf" type="robot_pose_ekf" name="robot_pose_ekf">
|
|
<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="odom_combined"/>
|
|
<param name="freq" value="10.0"/>
|
|
<param name="freq" value="10.0"/>
|
|
@@ -34,7 +37,7 @@
|
|
<param name="self_diagnose" value="false"/>
|
|
<param name="self_diagnose" value="false"/>
|
|
</node>
|
|
</node>
|
|
|
|
|
|
- <!-- (5) /odom_combined view in rviz -->
|
|
|
|
|
|
+ <!-- (6) /odom_combined view in rviz -->
|
|
<node pkg="robot_bringup" type="odom_ekf.py" name="odom_ekf" output="screen">
|
|
<node pkg="robot_bringup" type="odom_ekf.py" name="odom_ekf" output="screen">
|
|
<remap from="input" to="/robot_pose_ekf/odom_combined" />
|
|
<remap from="input" to="/robot_pose_ekf/odom_combined" />
|
|
<remap from="output" to="/odom_ekf" />
|
|
<remap from="output" to="/odom_ekf" />
|