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
210 stars 73 forks source link

How can I create assure kml file from the map.pcd? #67

Open zhongzebin opened 2 years ago

zhongzebin commented 2 years ago

I've read your document and watched the videos. But, I'm still quite confused about that. First, I entered an imaginary origin point: 2022-02-25 14-40-21屏幕截图 Then, I imported the map.pcd: 2022-02-25 14-41-00屏幕截图 Then, I clicked auto-detection and selected the area like this: 2022-02-25 14-41-48屏幕截图 Then, I drew the lane, like this (from the bottom view): 2022-02-25 14-42-59屏幕截图 I selected a waypoint and checked its properties: 2022-02-25 14-43-13屏幕截图 I can't get the lat, long and alt. I get the x, y and z. But, what does it represent for? What's the unit of it?

hatem-darweesh commented 2 years ago

1- The values you enter at the dialog are initial transformation. 2- if you don't have GPS projection or if you are using PointCloud the GPS values will be ignored 3- X,Y,Z are the Cartesian coordinates in meters based on the point cloud.

xfz12138 commented 2 years ago

Thx for the answer,however i am still confused that: Which point are the X,Y,Z coordinate relative to(or where is the origin point of the point cloud)?

hatem-darweesh commented 2 years ago

When no values entered in the Dialog box, origin is calculated at the center of the point cloud (center_x, center_y, center_z)

zhongzebin commented 2 years ago

Thx, we've fixed that problem. But we found another problem. Can the tool support drawing a boundary like a ring (the area between a big polygon and a small polygon)? We found it can only draw boundaries with the shape of a polygon.

hatem-darweesh commented 2 years ago

Can you explain more what do you mean by drawing a ring

zhongzebin commented 2 years ago

image just like this