-
Notifications
You must be signed in to change notification settings - Fork 19
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
[Backport] Align multiple DEMs with TF (#34) #36
Conversation
a94fdce
to
ebb755c
Compare
Want help fixing merge conflicts? |
@Ryanf55 I actually need to fix the part where tf seeped into the grid_map_geo library first. I would like to keep ros dependencies outside grid_map_geo |
Sounds good. If you want to split the package into |
* Remove terrain alignment * Make frame_id a member of GridMapGeo * Broadcast Tf * Load multiple tif files Backport WIP transform stamped Fix path to rviz config F
ebb755c
to
e6df83a
Compare
@Ryanf55 This should now allow you to download multiple DEMs and Rviz will show them already aligned. |
b5b8cb3
to
1ad2df9
Compare
@Ryanf55 You can actually call davosdorf and dischma_valley that looks like the following |
4da6f97
to
f0b4516
Compare
f0b4516
to
97af8cc
Compare
@Ryanf55 Good to get in? |
Looks good! |
Problem Description
This is a backport of #34 to ROS2