< >
Home » ROS2与Open-RMF仿真教程 » ROS2与Open-RMF仿真教程-安装Open-RMF(22.09版)

ROS2与Open-RMF仿真教程-安装Open-RMF(22.09版)

ROS2与Open-RMF仿真教程-安装Open-RMF(22.09版)

说明: 

  • 介绍如何安装Open-RMF
  • 环境:ubuntu22.04 + humble
  • RMF 22.09版本

Open-RMF:

  • Open-RMF是一个异构多智能体协同调度系统,用于协调不同机器人车队进行不同任务管理的可视化管理系统
  • 架构图

请输入图片描述

源码安装步骤: 

rm online.sh ; wget https://gitee.com/ncnynl/commands/raw/master/online.sh ; sudo chmod +x ./online.sh; ./online.sh
  • RCM命令行版安装
rm online_shell.sh ; wget https://gitee.com/ncnynl/commands/raw/master/online_shell.sh ; sudo chmod +x ./online_shell.sh; ./online_shell.sh
cs -s install_rmf_humble_source
  • 搜索脚本,找ros2_rmf分类下的脚本ID进行安装

  • 安装过程下载模型,时间比较长(60分钟+), 根据设备性能和网络情况,可能会失败

  • RCM安装rmf-panel-js, 参考安装教程具体安装教程查看

cs -s install_rmf_panel
  • 搜索脚本,找ros2_rmf分类下的脚本ID进行安装

测试:

  • 启动office
ros2 launch rmf_demos_gz_classic office.launch.xml server_uri:="ws://localhost:7878"
  • 启动panel
cd ~/ros2_rmf_ws/rmf-panel-js
./load_http.sh

参考:

  • https://github.com/open-rmf/rmf/tree/release/22.09
  • https://osrf.github.io/ros2multirobotbook/intro.html

纠错,疑问,交流: 请进入讨论区点击加入Q群

获取最新文章: 扫一扫右上角的二维码加入“创客智造”公众号


标签: ros2与open-rmf仿真教程