|
Apollo
6.0
Open source self driving car software
|
#include <utility>#include <vector>#include "modules/perception/common/i_lib/core/i_blas.h"#include "modules/perception/common/i_lib/core/i_rand.h"#include "modules/perception/common/i_lib/geometry/i_plane.h"#include "modules/perception/common/i_lib/pc/i_struct_s.h"

Go to the source code of this file.
Namespaces | |
| apollo | |
| PlanningContext is the runtime context in planning. It is persistent across multiple frames. | |
| apollo::perception | |
| apollo::perception | |
| apollo::perception::common | |
Functions | |
| void | apollo::perception::common::IPlaneEucliToSpher (const GroundPlaneLiDAR &src, GroundPlaneSpherical *dst) |
| void | apollo::perception::common::IPlaneSpherToEucli (const GroundPlaneSpherical &src, GroundPlaneLiDAR *dst) |
1.8.13