2 Star 0 Fork 2

刘莨 / pose_ekf

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
robot_pose_ekf.launch 473 Bytes
一键复制 编辑 原始数据 按行查看 历史
<launch>
<node pkg="robot_pose_ekf" type="robot_pose_ekf" name="robot_pose_ekf">
<param name="output_frame" value="odom_combined"/>
<param name="base_footprint_frame" value="base_footprint"/>
<param name="freq" value="30.0"/>
<param name="sensor_timeout" value="1.0"/>
<param name="odom_used" value="true"/>
<param name="imu_used" value="true"/>
<param name="vo_used" value="true"/>
<remap from="odom" to="pr2_base_odometry/odom" />
</node>
</launch>
1
https://gitee.com/liu_mingxin_v/pose_ekf.git
git@gitee.com:liu_mingxin_v/pose_ekf.git
liu_mingxin_v
pose_ekf
pose_ekf
master

搜索帮助