Apollo 10.0
自动驾驶开放平台
precise_parking_command.proto
浏览该文件的文档.
1syntax = "proto2";
2
3package apollo.external_command;
4
7
9 CHARGE = 0;
10 DUMP = 1;
11}
12
14 optional apollo.common.Header header = 1;
15 // Unique identification for command.
16 optional int64 command_id = 2 [default = -1];
17 // If the start pose is set as the first point of "way_point".
18 optional bool is_start_pose_set = 3 [default = false];
19 // Pose of the parking spot.
20 required Pose parking_spot_pose = 4;
21 // true: parking inwards, false: parking outwards
22 required bool parking_inwards = 5;
23 required PreciseMissionType mission_type = 6;
24 // not given, the default target speed of system will be used.
25 optional double target_speed = 7;
26}
apollo::common
class register implement
Definition arena_queue.h:37