Apollo  6.0
Open source self driving car software
Classes | Namespaces | Typedefs
track.h File Reference
#include <map>
#include <memory>
#include <string>
#include "gtest/gtest_prod.h"
#include "modules/perception/fusion/base/sensor_object.h"
Include dependency graph for track.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  apollo::perception::fusion::Track
 

Namespaces

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

Typedefs

typedef std::map< std::string, SensorObjectPtr > apollo::perception::fusion::SensorId2ObjectMap
 
typedef std::shared_ptr< Track > apollo::perception::fusion::TrackPtr
 
typedef std::shared_ptr< const Track > apollo::perception::fusion::TrackConstPtr