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
相关推荐
姜君竹14 分钟前
QT的工程文件.pro文件思捻如枫17 分钟前
C++数据结构和算法代码模板总结——算法部分weixin_478689761 小时前
C++ 对 C 的兼容性k要开心1 小时前
C++概念以及基础框架语法weixin_307779132 小时前
Linux下GCC和C++实现统计Clickhouse数据仓库指定表中各字段的空值、空字符串或零值比例秦少游在淮海3 小时前
C++ - string 的使用 #auto #范围for #访问及遍历操作 #容量操作 #修改操作 #其他操作 #非成员函数const5443 小时前
cpp自学 day2(—>运算符)虾球xz3 小时前
CppCon 2015 学习:CLANG/C2 for WindowsCodeWithMe4 小时前
【C/C++】namespace + macro混用场景SuperCandyXu4 小时前
leetcode2368. 受限条件下可到达节点的数目-medium