Apollo  6.0
Open source self driving car software
Classes | Namespaces | Typedefs
tracked_object.h File Reference
#include <memory>
#include <string>
#include <vector>
#include "Eigen/Core"
#include "modules/perception/base/object.h"
#include "modules/perception/base/object_pool_types.h"
#include "modules/perception/base/object_types.h"
Include dependency graph for tracked_object.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  apollo::perception::lidar::TrackedObject
 

Namespaces

 apollo
 PlanningContext is the runtime context in planning. It is persistent across multiple frames.
 
 apollo::perception
 apollo::perception
 
 apollo::perception::lidar
 

Typedefs

typedef std::shared_ptr< TrackedObject > apollo::perception::lidar::TrackedObjectPtr
 
typedef std::shared_ptr< const TrackedObject > apollo::perception::lidar::TrackedObjectConstPtr