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

如何输出多机的地图, #16

Open
heisetiantang opened this issue Oct 26, 2023 · 3 comments
Open

如何输出多机的地图, #16

heisetiantang opened this issue Oct 26, 2023 · 3 comments

Comments

@heisetiantang
Copy link

作者原有的地图输出模块是注释掉了,并且通过测试发现并不能正常使用,求助如何进行修改

@zhongshp
Copy link
Collaborator

zhongshp commented Nov 1, 2023

Hi! heisetiantang~
目前代码中并没有保存地图的功能或者已被注释掉了。但如果你需要地图输出,你可以尝试:

  1. 利用initial_values的位姿对keyframe_cloud_array的点云进行transform之后得到全局的地图(注:全局是指以prior robot的坐标系为准)
  2. 输出成.pcd或.ply点云地图,或者其他地图形式如octomap

@heisetiantang
Copy link
Author

谢谢您的回答

@heisetiantang
Copy link
Author

在构建多机拼接地图的过程中,我使用一个笔记本接收三个机器人的全局地图话题,在rviz上可以有回环矫正,效果如下
2023-09-08 09-34-47屏幕截图
但当我将这个点云使用pcd进行保存的时候,回环的效果又消失了,三个机器人的地图在没有回环的情况下,直接就叠在一起了
2023-12-28 15-43-38 的屏幕截图
想请教作者,怎么获得多机器人全局地图,又回环矫正的

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

2 participants