-
Notifications
You must be signed in to change notification settings - Fork 59
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
add pbstream_to_ros_map_node #54
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the contribution! Note that I retargeted this to the ros2
branch, which I've now switched to for Rolling. This should be backportable, so if you'd like to see this for Foxy and Galactic let me know.
Yes, I think it should be in any other ROS release |
@Mergifyio backport dashing |
(cherry picked from commit 447e993)
✅ Backports have been created
|
(cherry picked from commit 447e993) Co-authored-by: Liangqian <[email protected]>
This is redundant with the full conversion we did here: cartographer-project#1622 |
I'm honestly not sure. I would love to drop this fork entirely and just rely on the upstream (thanks for doing that conversion!). Unfortunately, I don't have any commit rights to upstream, so there isn't a whole lot I can do there. I've left an overall impression review, though. If you can't get any traction there, we could consider opening a PR to this repository instead and moving it forward that way. It is less ideal, but at least it would make it available to the community, and be newer than the version we are currently shipping. |
Let's try to get the right in the original repo if possible! That was the original plan: cartographer-project#1536 |
#53
Add a conversion node from pbstream to ros map
Now the ros map can be saved in a way similar to ROS1
Finally, convert the pbstream to ros map through pbstream_to_ros_map_node
which will generate the
test_ros_map.pgm
andtest_ros_map.yaml
in current folder