|
Apollo
6.0
Open source self driving car software
|
#include <memory>#include <string>#include <vector>#include <Eigen/Core>#include "absl/strings/str_cat.h"#include "modules/perception/base/object_supplement.h"#include "modules/perception/base/object_types.h"#include "modules/perception/base/sensor_meta.h"

Go to the source code of this file.
Classes | |
| class | apollo::v2x::ft::base::Info< Val, Var > |
| class | apollo::v2x::ft::base::Info3f |
| class | apollo::v2x::ft::base::Info3d |
| struct | apollo::v2x::ft::base::Object |
| struct | apollo::v2x::ft::base::ObjectList |
Namespaces | |
| apollo | |
| PlanningContext is the runtime context in planning. It is persistent across multiple frames. | |
| apollo::v2x | |
| apollo::v2x::ft | |
| apollo::v2x::ft::base | |
Typedefs | |
| typedef std::shared_ptr< Object > | apollo::v2x::ft::base::ObjectPtr |
| typedef std::shared_ptr< const Object > | apollo::v2x::ft::base::ObjectConstPtr |
| typedef std::shared_ptr< ObjectList > | apollo::v2x::ft::base::ObjectListPtr |
| typedef std::shared_ptr< const ObjectList > | apollo::v2x::ft::base::ObjectListConstPtr |
1.8.13