12 Star 67 Fork 27

智路理事会 / airos-edge

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
Perception_Pipeline.md 1.10 KB
一键复制 编辑 原始数据 按行查看 历史
wozh 提交于 2024-03-28 17:32 . Upgrade to the latest version of AIROS

Perception Pipeline

1 模块介绍

功能 文档链接
单相机感知 Perception Camera Service
多传感器融合 Perception Fusion Service
Lidar感知检测 Perception Lidar Service

2 快速开始

获取项目产出

bash docker/scripts/docker_start.sh # 拉取docker镜像并启动容器
bash docker/scripts/docker_into.sh # 进入docker容器
bash build_airos.sh release # 编译且发布

运行感知Pipeline,执行以下命令:

source /home/airos/os/setup.bash # 初始化运行环境
airos_launch perception # 拉起感知pipeline

运行感知可视化,执行以下命令:

source /home/airos/os/setup.bash # 初始化运行环境
airos_launch camera_viz # 拉起相机感知可视化
airos_launch fusion_viz # 拉起多传感器融合可视化
C++
1
https://gitee.com/ZhiluCommunity/airos-edge.git
git@gitee.com:ZhiluCommunity/airos-edge.git
ZhiluCommunity
airos-edge
airos-edge
master

搜索帮助