Apollo 10.0
自动驾驶开放平台
speed_optimizer.h
浏览该文件的文档.
1/******************************************************************************
2 * Copyright 2023 The Apollo Authors. All Rights Reserved.
3 *
4 * Licensed under the Apache License, Version 2.0 (the "License");
5 * you may not use this file except in compliance with the License.
6 * You may obtain a copy of the License at
7 *
8 * http://www.apache.org/licenses/LICENSE-2.0
9 *
10 * Unless required by applicable law or agreed to in writing, software
11 * distributed under the License is distributed on an "AS IS" BASIS,
12 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13 * See the License for the specific language governing permissions and
14 * limitations under the License.
15 *****************************************************************************/
16
21#pragma once
22
27
28namespace apollo {
29namespace planning {
30
31class SpeedOptimizer : public Task {
32 public:
33 virtual ~SpeedOptimizer() = default;
35 ReferenceLineInfo* reference_line_info) override;
36
37 protected:
38 virtual common::Status Process(const PathData& path_data,
39 const common::TrajectoryPoint& init_point,
40 SpeedData* const speed_data) = 0;
41
42 void RecordDebugInfo(const SpeedData& speed_data);
43 void RecordDebugInfo(const SpeedData& speed_data,
44 planning_internal::STGraphDebug* st_graph_debug);
45};
46
47} // namespace planning
48} // namespace apollo
A general class to denote the return status of an API call.
Definition status.h:43
Frame holds all data for one planning cycle.
Definition frame.h:62
ReferenceLineInfo holds all data for one reference line.
virtual ~SpeedOptimizer()=default
common::Status Execute(Frame *frame, ReferenceLineInfo *reference_line_info) override
void RecordDebugInfo(const SpeedData &speed_data)
virtual common::Status Process(const PathData &path_data, const common::TrajectoryPoint &init_point, SpeedData *const speed_data)=0
Planning module main class.
class register implement
Definition arena_queue.h:37
: data with map info and obstacle info