Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
zhongzebin opened this issue Feb 25, 2022 · 6 comments
Open

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

zhongzebin opened this issue Feb 25, 2022 · 6 comments

Comments

@zhongzebin
Copy link

zhongzebin commented Feb 25, 2022

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
Copy link
Owner

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
Copy link

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
Copy link
Owner

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
Copy link
Author

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
Copy link
Owner

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

@zhongzebin
Copy link
Author

image
just like this

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants