Learning Perception Module

参考文章:自动驾驶开发者说|框架|如何单独运行apollo相机感知模块? - 知乎引言文章主要尝试了apollo框架下,视觉感知模块的单独运行,并利用离线的数据包进行检测实时展示结果。过程相对来说比较顺利。在加上已经用VScode搭建的单步调试环境,我可以把玩的很久。 1. 软件-环境-数据准备Ap...https://zhuanlan.zhihu.com/p/510712104

1. 启动模块

1)启动dreamview: ./scripts/bootstrap.sh bash scripts/bootstrap.sh

2)启动transform模块:

cyber_launch start /apollo/modules/transform/launch/static_transform.launch

3)启动图像压缩模块:

cyber_launch start modules/drivers/tools/image_decompress/launch

/image_decompress.launch

4)启动障碍物检测模块:

mainboard -d modules/perception/productio/dag/dag_streaming_perception_camera.dag

相关推荐
可均可可26 分钟前
C++之OpenCV入门到提高004:Mat 对象的使用
c++·opencv·mat·imread·imwrite
白子寰1 小时前
【C++打怪之路Lv14】- “多态“篇
开发语言·c++
小芒果_011 小时前
P11229 [CSP-J 2024] 小木棍
c++·算法·信息学奥赛
gkdpjj1 小时前
C++优选算法十 哈希表
c++·算法·散列表
王俊山IT1 小时前
C++学习笔记----10、模块、头文件及各种主题(一)---- 模块(5)
开发语言·c++·笔记·学习
-Even-1 小时前
【第六章】分支语句和逻辑运算符
c++·c++ primer plus
我是谁??2 小时前
C/C++使用AddressSanitizer检测内存错误
c语言·c++
发霉的闲鱼2 小时前
MFC 重写了listControl类(类名为A),并把双击事件的处理函数定义在A中,主窗口如何接收表格是否被双击
c++·mfc
小c君tt2 小时前
MFC中Excel的导入以及使用步骤
c++·excel·mfc
xiaoxiao涛2 小时前
协程6 --- HOOK
c++·协程