22 #include "CivetServer.h" 54 void TerminateProfilingMode();
56 std::unique_ptr<cyber::Timer> exit_timer_;
58 std::unique_ptr<SimulationWorldUpdater> sim_world_updater_;
59 std::unique_ptr<PointCloudUpdater> point_cloud_updater_;
60 std::unique_ptr<SimControl> sim_control_;
61 std::unique_ptr<CivetServer> server_;
62 std::unique_ptr<WebSocketHandler> websocket_;
63 std::unique_ptr<WebSocketHandler> map_ws_;
64 std::unique_ptr<WebSocketHandler> point_cloud_ws_;
65 std::unique_ptr<WebSocketHandler> camera_ws_;
66 std::unique_ptr<ImageHandler> image_;
67 std::unique_ptr<MapService> map_service_;
68 std::unique_ptr<HMI> hmi_;
69 std::unique_ptr<PerceptionCameraUpdater> perception_camera_updater_;
71 std::unique_ptr<TeleopService> teleop_;
72 std::unique_ptr<WebSocketHandler> teleop_ws_;
PlanningContext is the runtime context in planning. It is persistent across multiple frames...
Definition: atomic_hash_map.h:25
apollo::common::Status Start()
apollo::common::Status Init()
A general class to denote the return status of an API call. It can either be an OK status for success...
Definition: status.h:43
Definition: dreamview.h:45