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
Learning Perception Module
ht68062023-11-20 7:08
相关推荐
..空空的人4 分钟前
C++基于protobuf实现仿RabbitMQ消息队列---接口介绍xlq2232239 分钟前
23.二叉树搜索树(下)Source.Liu42 分钟前
【学写LibreCAD】Rust Vector2D 实现与 C++ RS_Vector 的对应关系及优势分析蚂蚁取经1 小时前
Qt C++ 小部件 QCustomPlot 的使用爱装代码的小瓶子1 小时前
【c++知识铺子】最后一块拼图-多态无限进步_1 小时前
C语言文件操作函数解析_OP_CHEN2 小时前
【算法基础篇】(二十六)数据结构封神!Trie 树从入门到爆杀算法题:拼音输入法、单词统计都靠它ULTRA??2 小时前
C++类型和容器在Rust中的对应关系明洞日记2 小时前
【设计模式手册016】中介者模式 - 解耦多对象交互李日灐2 小时前
C++STL:熟悉vector的底层实现,部分源码解析,迭代器失效和深层次浅拷贝
https://zhuanlan.zhihu.com/p/510712104