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
相关推荐
Dream Cosmos2 分钟前
C++ 多态下篇:虚函数表、动态绑定与多态底层原理_Twink1e13 小时前
openJiuwen 实训营 Day 1 · WorkSwarm 入门教程dong_junshuai14 小时前
每天一个开源项目#87 fmt:24.5K Stars 的 C++ 格式化核心雪的季节15 小时前
Multisim14.0的详细中文安装步骤【附安装包】Persistent的粽子!16 小时前
C++:类与对象(二)蒸蒸yyyyzwd17 小时前
cpp 选手备战秋招学习笔记 day23.YM.Z17 小时前
C++ STL 容器深度剖析:vector 与 list 的模拟实现及对比mengzhi啊18 小时前
QEventLoop loop配合loop.exec();替代while(1)。电脑cpu占用为0,使用while(1)cpu占用率100%HugoStudio_SWAN18 小时前
洛谷 P1319 / P1320 压缩技术——同一枚硬币的正反面小小晓.19 小时前
C++单例模式万字详解:6种实现演进+线程安全彻底解决+CRTP终极模板
https://zhuanlan.zhihu.com/p/510712104