1 Star 0 Fork 0

culapple/flowpilot

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
settings.gradle 727 Bytes
一键复制 编辑 原始数据 按行查看 历史
MankaranSingh 提交于 2023-04-18 23:16 . add hardware manager interface
include 'headless', 'android', 'desktop'
include ':ui'
project(':ui').projectDir = file('selfdrive/ui')
include ':messaging'
project(':messaging').projectDir = file('cereal/messaging')
include ':definitions'
project(':definitions').projectDir = file('cereal')
include ':modeld'
project(':modeld').projectDir = file('selfdrive/modeld')
include ':sensord'
project(':sensord').projectDir = file('selfdrive/sensord')
include ':launcher'
project(':launcher').projectDir = file('selfdrive/launcher')
include ':calibration'
project(':calibration').projectDir = file('selfdrive/calibration')
include ':common'
project(':common').projectDir = file('common')
include ':hardware'
project(':hardware').projectDir = file('system/hardware')
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/culapple/flowpilot.git
git@gitee.com:culapple/flowpilot.git
culapple
flowpilot
flowpilot
master

搜索帮助