[add]添加新接口 工控机发送感知红绿灯

This commit is contained in:
xinfengkun
2022-03-30 15:13:35 +08:00
parent b0aa0d6556
commit b86df0a49f
12 changed files with 161 additions and 5 deletions

View File

@@ -0,0 +1,15 @@
# 工控机PB文件 用于生成Java Bean
## 1. studio中*.proto文件中如果出现“Cannot resolve symbol 'xxxx'”提示
**不影响正常编译只影响美观以及无法在proto文件中跳转**
~~~
1. setting> Languages & Frameworks>Protocol Buffers 取消选中Configure automatically
2. 点击加号选择proto文件所在路径例如\MoGoEagleEye\libraries\mogo-adas-data\src\main\proto 点击OK
~~~
## 2. 遇到例如 MessagePad.Header 提示找不到的情况
**不影响正常编译,只影响美观以及无法点击跳转**
~~~
1. 选中mogo-adas-data
2. 点击Build> Make Moudle 'MoGoEagleEye.libraries.mogo-adas-data'
~~~