ApolloAuto / apollo

An open autonomous driving platform
Apache License 2.0
25.22k stars 9.72k forks source link

Annotating parking lot and parking space on hdmap to test open space planner on Apollo 3.5 #6366

Open cyberphysicalrobotics opened 5 years ago

cyberphysicalrobotics commented 5 years ago

System information

Steps to reproduce the issue:

I want to test open space planner. Before that, I'm annotating parking space parking lot on the map.

Supporting materials (screenshots, command lines, code/script snippets):

overlap {
id { id: "parking_overlap_1" } object { id { id: "parking_lot_1" } parking_lot_overlap_info {} } } overlap { id { id: "parking_overlap_1" } object { id { id: "parking_space_1" } parking_space_overlap_info {} } } parking_lot { id { id = "parking_lot_1" } polygon { point { x: 552928.04 y: 4182010.40 } point { x: 552939.07 y: 4181999.53 } point { x: 552928.32 y: 4181988.69 } point { x: 552917.45 y: 4181999.41 } } overlap_id { id: "parking_overlap_1" } } parking_space { id { id = "parking_space_1" } polygon { point { x: 552921.52 y: 4182003.56 } point { x: 552924.17 y: 4182006.39 } point { x: 552928.27 y: 4182002.29 } point { x: 552925.36 y: 4181999.50 } } overlap_id { id: "parking_overlap_1" } heading { heading: 0.78096632679 } }

wobistdu commented 5 years ago

@lianglia-apollo any comment on this? I want to try the parking planner too. Thanks

Andrea2202 commented 5 years ago

Updates?