Forward port 63 incremental load vrt - #66
Draft
Ryanf55 wants to merge 2 commits into
Draft
Conversation
* Add vrt parsing node * Load position and extent from VRT server * Add terrain loader node * Use gdal transforms * Remove geoconversion library * Update readme
* Needs a node instance to get the time * Move rviz config to the rviz directory * Use new grid map shared pointer API for converting to ROS messages * Install new node in the ament index Signed-off-by: Ryan Friedman <25047695+Ryanf55@users.noreply.github.com>
Ryanf55
force-pushed
the
forward-port-63-incremental-load-vrt
branch
from
November 30, 2024 23:34
46fd31d to
888c8d3
Compare
Jaeyoung-Lim
approved these changes
Dec 7, 2024
Jaeyoung-Lim
left a comment
Member
There was a problem hiding this comment.
Thanks!
We should actually remove the mav_planning_rviz from the rviz config file, since it is only for terrain_navigation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Purpose
Forward port #63 which demonstrates incrementally loading terrain data from a VRT file, reprojecting it, and loading it onto a single RVIZ map
TODO
Perhaps we need to declare a dependency on
mav_planning_rviz?