安装ego-planner-swarm

1、依赖

powershell 复制代码
sudo apt-get install libarmadillo-dev

2、下载源码

powershell 复制代码
git clone https://github.com/ZJU-FAST-Lab/ego-planner-swarm.git

3、编译

powershell 复制代码
cd ego-planner-swarm
catkin_make -DCMAKE_BUILD_TYPE=Release -j1

4、编译报错

下载缺少的文件(下面这篇博客提供了网盘下载)
下载文件的博客

将以下文件复制到ego-planner-swarm/devel/include/multi_map_server/下。

重新编译

powershell 复制代码
cd ego-planner-swarm
catkin_make -DCMAKE_BUILD_TYPE=Release -j1

5、运行程序

集群

终端1:

powershell 复制代码
cd ego-planner-swarm && source devel/setup.bash
roslaunch ego_planner rviz.launch

终端2:

powershell 复制代码
cd ego-planner-swarm && source devel/setup.bash
roslaunch ego_planner swarm.launch

单机

终端1:

powershell 复制代码
cd ego-planner-swarm && source devel/setup.bash
roslaunch ego_planner rviz.launch

终端2:

powershell 复制代码
cd ego-planner-swarm && source devel/setup.bash
roslaunch ego_planner single_run_in_sim.launch
相关推荐
GIS数据转换器19 小时前
基于知识图谱的个性化旅游规划平台
人工智能·3d·无人机·知识图谱·旅游
qq_3751679821 小时前
No module named ‘mmcv._ext‘
人工智能·计算机视觉
HIT_Weston1 天前
77、【Ubuntu】【Hugo】搭建私人博客:Detached HEAD
linux·运维·ubuntu
AI浩1 天前
基于特征信息驱动的位置高斯分布估计的小目标检测
人工智能·目标检测·计算机视觉
feifeigo1231 天前
基于MATLAB的木材图像去噪算法实现
算法·计算机视觉·matlab
深紫色的三北六号1 天前
基于大疆MSDK实现的无人机视觉引导自适应降落功能
无人机·大疆·msdk·一键降落
Coovally AI模型快速验证1 天前
当小龙虾算法遇上YOLO:如何提升太阳能电池缺陷检测精度?
人工智能·深度学习·算法·yolo·目标检测·无人机
DigitalOcean1 天前
Ubuntu/Debian VPS 上 Apache Web 服务器的完整配置教程
ubuntu·apache
whlqjn_12111 天前
Ubuntu 20.04图形界面卸载
linux·运维·ubuntu