Apollo 10.0
自动驾驶开放平台
valet_parking_command_processor.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
23#include <memory>
24
25#include "modules/common_msgs/external_command_msgs/valet_parking_command.pb.h"
26#include "cyber/cyber.h"
29
30namespace apollo {
31namespace external_command {
32
34 : public MotionCommandProcessorBase<ValetParkingCommand> {
35 private:
43 bool Convert(const std::shared_ptr<ValetParkingCommand>& command,
44 std::shared_ptr<apollo::routing::RoutingRequest>&
45 routing_request) const override;
52 bool ProcessSpecialCommand(
53 const std::shared_ptr<ValetParkingCommand>& command,
54 const std::shared_ptr<apollo::planning::PlanningCommand>&
55 planning_command) const override;
56};
57
61
62} // namespace external_command
63} // namespace apollo
#define CYBER_PLUGIN_MANAGER_REGISTER_PLUGIN(name, base)
class register implement
Definition arena_queue.h:37