|
AGVC SDK
0.8.0
|
|
|
|
地图中的虚拟区域 更多...
#include <type.h>

Public 属性 | |
| Header | header |
| 虚拟区域的id,虚拟区域的名称,当前时间,虚拟区域所在地图的id | |
| MapVirtualAreaType | type |
| 虚拟区域的类型 | |
| MapVirtualAreaShape | shape |
| 虚拟区域形状 | |
| double | width_speed |
| 虚拟墙的宽度/膨胀半径/减速区域的最大速度 | |
| std::vector< Point2d > | vertex |
| 虚拟区域的顶点 {{x(m) y(m)},{}, ...} 直线、多边形:按照顺时针顺序把顶点加入到 vertex 中 圆弧:圆弧起点、圆弧上一点、圆弧终点 圆形:圆上按顺序排序的任意不共线三个以上的点(包含3个) | |
| Header agvc_interface::MapVirtualArea::header |
| MapVirtualAreaShape agvc_interface::MapVirtualArea::shape |
| MapVirtualAreaType agvc_interface::MapVirtualArea::type |
| std::vector<Point2d> agvc_interface::MapVirtualArea::vertex |