AGVC SDK  0.8.0
agvc_interface::NavInfo结构体 参考

导航状态信息 / 自动充电状态信息 更多...

#include <type.h>

agvc_interface::NavInfo 的协作图:

Public 属性

Header header
 任务id,任务名称,当前时间,地图id
NavStatus status
 导航状态
NavType type
 导航类型
NavType nav_type
 导航类型
AutoChargingType auto_charging_type
 自动充电类型
StationMark goal_station
 agv行驶路径目标站点
std::vector< Point2dcurrent_trajectory
 还没经过的路径点 {{x(m) y(m)},{}, ...}

详细描述

导航状态信息 / 自动充电状态信息

导航模式时,获取导航状态信息
自动充电模式时,获取自动充电状态信息,type与current_trajectory无效

在文件 type.h783 行定义.

类成员变量说明

◆ auto_charging_type

AutoChargingType agvc_interface::NavInfo::auto_charging_type

自动充电类型

在文件 type.h790 行定义.

◆ current_trajectory

std::vector<Point2d> agvc_interface::NavInfo::current_trajectory

还没经过的路径点 {{x(m) y(m)},{}, ...}

在文件 type.h792 行定义.

◆ goal_station

StationMark agvc_interface::NavInfo::goal_station

agv行驶路径目标站点

在文件 type.h791 行定义.

◆ header

Header agvc_interface::NavInfo::header

任务id,任务名称,当前时间,地图id

在文件 type.h785 行定义.

◆ nav_type

NavType agvc_interface::NavInfo::nav_type

导航类型

在文件 type.h789 行定义.

◆ status

NavStatus agvc_interface::NavInfo::status

导航状态

在文件 type.h786 行定义.

◆ type

NavType agvc_interface::NavInfo::type

导航类型

在文件 type.h788 行定义.


该结构体的文档由以下文件生成:
  • include/agvc_interface/type.h