增加了README.md
This commit is contained in:
1
foudations/README.md
Normal file
1
foudations/README.md
Normal file
@@ -0,0 +1 @@
|
||||
这个编写基础功能组件
|
||||
0
libraries/map-custom/README.md
Normal file
0
libraries/map-custom/README.md
Normal file
3
libraries/mogo-map-api/README.md
Normal file
3
libraries/mogo-map-api/README.md
Normal file
@@ -0,0 +1,3 @@
|
||||
##### 说明
|
||||
不做具体实现,这里自定义具备那些功能
|
||||
注意:所有的坐标系都是用 WGS84(GPS)坐标系,如果涉及到了高德坐标系,使用 CoordinatesTransformer 进行转换
|
||||
2
libraries/mogo-map/README.md
Normal file
2
libraries/mogo-map/README.md
Normal file
@@ -0,0 +1,2 @@
|
||||
#### 说明
|
||||
这里所提供的功能都是通过 ARouter 使用依赖查找的方式发现服务,主动去发现服务并使用
|
||||
2
modules/README.md
Normal file
2
modules/README.md
Normal file
@@ -0,0 +1,2 @@
|
||||
#### 说明
|
||||
编写基于鹰眼具有具体业务逻辑的模块
|
||||
12
modules/mogo-module-obu/README.md
Normal file
12
modules/mogo-module-obu/README.md
Normal file
@@ -0,0 +1,12 @@
|
||||
#### 说明
|
||||
自研OBU感知预警模块,wiki: http://wiki.zhidaohulian.com/pages/viewpage.action?pageId=58209118
|
||||
接收OBU回调数据,进行UI呈现及相关业务
|
||||
|
||||
|
||||
硬件记录:
|
||||
|
||||
经纬度采用:WGS84坐标系
|
||||
自车信息:100毫秒回调一次(需要处理断连风险,采用Android系统自身定位信息「可能需要转换下坐标」)
|
||||
V2I场景:会有持续性通知,Status。需要有保底的情况进行超时清除事件;
|
||||
RV场景:收到即显示,收不到或断链的时候清除;
|
||||
多预警场景触发:HV,RV 会采用两个通道,同时触发的时候会采用集合的形式回调,优先级高的在最上面(待验证)
|
||||
@@ -1,2 +1,3 @@
|
||||
#### 说明
|
||||
这里对mogo-service-api设计的接口进行实现,这里会依赖foudations、modules
|
||||
# services-api 代理层
|
||||
|
||||
|
||||
Reference in New Issue
Block a user