hatem-darweesh / assuremappingtools

Desktop based tool for viewing, editing and saving road network maps for autonomous vehicle platforms such as Autoware.
GNU General Public License v3.0
204 stars 71 forks source link

ASSURE mapping tool for latest requirements for autonomous parking demo #50

Closed congphase closed 3 years ago

congphase commented 3 years ago

This issue is originated from Autoware.Auto's gitlab issue

Expectation: a simple lane that can be used to set a start pose and a goal pose for lanelet2_global_path_planner(_nodes)

How to re-produce my issue:

[ERROR] [lanelet2_global_planner_node_exe-14]: process has died [pid 23500, exit code -11, cmd '/home/anhnv/AutowareAuto/install/lanelet2_global_planner_nodes/lib/lanelet2_global_planner_nodes/lanelet2_global_planner_node_exe --ros-args -r __node:=lanelet2_global_planner_node -r __node:=lanelet2_global_planner_node -r __ns:=/planning -r HAD_Map_Client:=/had_maps/HAD_Map_Service -r vehicle_kinematic_state:=/vehicle/vehicle_kinematic_state'].

Thank you, Mr. Hatem Darweesh

hatem-darweesh commented 3 years ago

To understand this issue, you can't generate parking trajectory using the lanelet map? or you can't generate any trajectory ?

what are the parking settings? can you share with me reference to those lanelet2 items. are you talking about drop pick up point and drop off point, and parking spot ?

congphase commented 3 years ago

you can't generate parking trajectory using the lanelet map? or you can't generate any trajectory ?

--> The autoware_auto_avp_demo can't generate any trajectory with any start pose (2D estimation) and goal pose I set. It yelled the error log as my above comment.

what are the parking settings?

--> I meant they are parking_spots, parking_access, ref_lanelet, and other possible tags that make a lane capable of picking a start and pose goal on. Their map allows start and goal pose being set at parking spots, or, on a lane with "parking settings". That's what I meant about "parking settings". Looking at their .osm file, there are so many settings that I don't know how to bring them in my map to fit with my pcd, and successfully generate a trajectory.

Can you just take a look at their .osm file, and my .pcd file. And help me with creating a very simple semantic map only for this area in the circle? Untitled

hatem-darweesh commented 3 years ago

I am Sorry, This will need lots of modifications and reviewing lots of Autoware.Auto design documents. I will add it to the future development list. Maybe by the end of this year. Sorry again. My advice: Study the Autoware.Auto map requirements and use JOSM to create your map.

congphase commented 3 years ago

That's a sad thing to hear. Anyway, thank you a lot for the warm welcome, Mr. Hatem.

Hope the next release of ASSURE mapping tool will attract a large number of users.