save pose graph when merging map#196
save pose graph when merging map#196sunrentao wants to merge 5 commits intoSteveMacenski:melodic-develfrom
Conversation
| transformScan(iter, submap_correction); | ||
| transformed_scans.push_back((*iter)); | ||
|
|
||
| if (iter == it_LRV->begin() && id != 1){ |
There was a problem hiding this comment.
Please add a space between ) {. Also you didn't indent your if/else code. Finally, remove all spaces between pointer accessors.
SteveMacenski
left a comment
There was a problem hiding this comment.
Looks good - small thing.
My action items after that's fixed:
- test locally with rviz plugin
- merge
- cherry pick to noetic / ROS2
|
|
||
| // transform all the scans into the new global map coordinates | ||
| int id = 0; | ||
| bool processed = false; |
There was a problem hiding this comment.
You don't use this variable. You can just ignore the return type if you're not checking its validity.
There was a problem hiding this comment.
Hello, done.
And I am developing the lifelong merge, I am planning to add a new service something like "lifelong merge", it works as lifelong to decay old node when merge pose graph , if you want, I can create another PR after I finish.
Co-Authored-By: Steve Macenski <stevenmacenski@gmail.com>
|
Hello, we have a problem here, for example, if I use lifelong mode, after about 20 minutes , the map will drift, the dock position in the map frame will not be 100% same as initial map. What is your opinion about this problem ? Thank you. |
Basic Info
Description of contribution in a few bullet points
Description of documentation updates required from your changes
Future work that may be required in bullet points