Struct SimOne_Data_WayPoints_Entry

Struct Documentation

struct SimOne_Data_WayPoints_Entry

Public Members

int index

路点的索引

  • Index of the waypoint

float posX

主车辆在 OpenDrive 上的路点 X 坐标,单位:米

  • Main vehicle waypoint X coordinate on OpenDrive (in meters)

float posY

主车辆在 OpenDrive 上的路点 Y 坐标,单位:米

  • Main vehicle waypoint Y coordinate on OpenDrive (in meters)

float heading_x

主车辆路点的航向朝向四元数的 x 分量

  • x component of the waypoint heading orientation in quaternion

float heading_y

主车辆路点的航向朝向四元数的 y 分量

  • y component of the waypoint heading orientation in quaternion

float heading_z

主车辆路点的航向朝向四元数的 z 分量

  • z component of the waypoint heading orientation in quaternion

float heading_w

主车辆路点的航向朝向四元数的 w 分量

  • w component of the waypoint heading orientation in quaternion