25 #include "modules/canbus/proto/vehicle_parameter.pb.h" 60 std::unique_ptr<MessageManager<::apollo::canbus::ChassisDetail>>
std::unique_ptr< VehicleController > CreateVehicleController() override
create neolix_edu vehicle controller
PlanningContext is the runtime context in planning. It is persistent across multiple frames...
Definition: atomic_hash_map.h:25
The class of MessageManager.
std::unique_ptr< MessageManager<::apollo::canbus::ChassisDetail > > CreateMessageManager() override
create neolix_edu message manager
The class of VehicleController.
virtual ~Neolix_eduVehicleFactory()=default
destructor
this class is the abstract factory following the AbstractFactory design pattern. It can create Vehicl...
Definition: abstract_vehicle_factory.h:44
this class is inherited from AbstractVehicleFactory. It can be used to create controller and message ...
Definition: neolix_edu_vehicle_factory.h:43