欢迎您访问程序员文章站本站旨在为大家提供分享程序员计算机编程知识!
您现在的位置是: 首页

robot_pose_ekf  的安装与使用

程序员文章站 2022-07-12 09:48:59
...

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.csdn.net/shenghuaijing3314/article/details/78220151

安装

##############################################################################
# 下载与编译
##############################################################################
$ cd catkin_ws/src
$ git clone https://github.com/ros-planning/robot_pose_ekf.git
$ cd ..
$ catkin_make

##############################################################################
# 出现问题与解决方案
##############################################################################
#问题1:
-- Checking for module 'orocos-bfl'
--   No package 'orocos-bfl' found
#解决:
$sudo apt-get install ros-kinetic-bfl

使用

$ source devel/setup.bash
$ rosdep install robot_pose_ekf
$ roscd robot_pose_ekf
$ rosmake
相关标签: C++ ubuntu