|
Apollo
v5.5.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 | |
| 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