Apollo 10.0
自动驾驶开放平台
apollo::common::Transform结构体 参考
apollo::common::Transform 的协作图:

Public 属性

optional bytes source_frame = 1
 
optional bytes target_frame = 2
 
optional Point3D translation = 3
 
optional Quaternion rotation = 4
 

详细描述

在文件 vehicle_config.proto9 行定义.

类成员变量说明

◆ rotation

optional Quaternion apollo::common::Transform::rotation = 4

在文件 vehicle_config.proto18 行定义.

◆ source_frame

optional bytes apollo::common::Transform::source_frame = 1

在文件 vehicle_config.proto10 行定义.

◆ target_frame

optional bytes apollo::common::Transform::target_frame = 2

在文件 vehicle_config.proto12 行定义.

◆ translation

optional Point3D apollo::common::Transform::translation = 3

在文件 vehicle_config.proto15 行定义.


该结构体的文档由以下文件生成: