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

create georerenced map with gps coordinates for each map point #530

Open
stah-ba opened this issue Jan 30, 2025 · 0 comments
Open

create georerenced map with gps coordinates for each map point #530

stah-ba opened this issue Jan 30, 2025 · 0 comments

Comments

@stah-ba
Copy link

stah-ba commented Jan 30, 2025

@TixiaoShan since the other issue is already closed: could you elaborate a little more on the possibility to add the gps coordinate to each point in the map? I would like to have a map in utm coordinates. I started as you suggested above, but i get the gps position only each few meters and it is inserted to the factor graph for optimizatiion. Can i get the information afterwards for each point from the optimized position also as a global gps position?

One way to do this is create another keyframe copy similar to


vector<pcl::PointCloud<PointType>::Ptr> cornerCloudKeyFrames;

vector<pcl::PointCloud<PointType>::Ptr> surfCloudKeyFrames;

Instead of saving points coordinate in the local frame, you can use a new copy to save GPS coordinates for each point.

Originally posted by @TixiaoShan in #118

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

1 participant