cartographer运行没有map_Cartographer ROS编译安装及相关可执行文件理解

本文详细介绍了如何在Ubuntu 16.04和ROS kinetic上编译安装Cartographer ROS,包括解决ceres-solver依赖问题、安装步骤、编译选项以及各个可执行文件的功能解释,如cartographer_node、cartographer_occupancy_grid_node等。
摘要由CSDN通过智能技术生成

一、编译安装Cartographer ROS

ROS版本为kinetic, 系统为Ubuntu16.04 ,工作空间名称为 catkin_ws。

Cartographer ROS Building & Installation

1、安装wstool and rosdep ninja(编译Cartographer ROS, 官网推荐使用

sudo apt-get update

sudo apt-get install -y python-wstool python-rosdep ninja-build

2、新建一个cartographer_ros 工作区(catkin_ws)

mkdir catkin_ws

cd catkin_ws

wstool init src

wstool merge -t src https://raw.githubusercontent.com/googlecartographer/cartographer_ros/master/

cartographer_ros.rosinstall

wstool update -t src

这步运行后如果报ceres-solver无法获取,不必着急。进入catkin_ws/src/目录后 vim .rosinstall,如下:

- git:

local-name: cartographer

uri: https://github.com/googlecartographer/cartographer.git

version: 1.0.0

- git:

local-name: cartographer_ros

uri: https://github.com/googlecartographer/cartographer_ros.git<

  • 1
    点赞
  • 2
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值