robot_pose_ekf 环境安装:https://github.com/ros-planning/robot_pose_ekf
使用参考:https://www.ncnynl.com/archives/201708/1909.html
http://wiki.ros.org/robot_pose_ekf
https://blog.youkuaiyun.com/shenghuaijing3314/article/details/78220151
安装
##############################################################################
# 下载与编译
##############################################################################
$ cd catkin_ws/src
$ git clone https://github.com/ros-planning/robot_pose_ekf.git
$ cd ..
$ catkin_make
##############################################################################
# 出现问题