-
Notifications
You must be signed in to change notification settings - Fork 280
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
Efficiency improvements and customizable occupancy 2D map projection. #9
Open
carlosmccosta
wants to merge
6
commits into
OctoMap:master
Choose a base branch
from
carlosmccosta:master
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Commits on Jun 16, 2014
-
Efficiency improvements and customizable occupancy 2D map projection.
+ Efficiency improvements: | avoid transforming clouds already in map frame (added additional parameter to specify sensor frame_id for calculating sensor pose) | create occupancy cloud directly as ros message instead of pcl cloud (avoids conversion) + Projection of nav_msgs::OccupancyGrid with customizable height and initialization as free or unknown. + Increased tf listener buffer to 30 sec.
Configuration menu - View commit details
-
Copy full SHA for 29d32c1 - Browse repository at this point
Copy the full SHA 29d32c1View commit details
Commits on Jun 18, 2014
-
Improved efficiency of pointcloud integration and better parametrization
of sensor frame id. - Line 310 of OctomapServer.cpp was doing an unnecessary internal copy (pc_nonground = pc), that can be avoided by using shared pointers. - Improved assembly of pointcloud from octree by using vector reserve instead of resize. - Improved parametrization of sensor frame id. This way the input cloud can be sent in any frame id (map, sensor, other), and the parameter sensor_frame_id can be used to specify which is the sensor frame to compute the origin for the raytracing algorithms (used to integrate the pointcloud into the octree).
Configuration menu - View commit details
-
Copy full SHA for cfe8293 - Browse repository at this point
Copy the full SHA cfe8293View commit details
Commits on Aug 13, 2014
-
Configuration menu - View commit details
-
Copy full SHA for dbb4055 - Browse repository at this point
Copy the full SHA dbb4055View commit details
Commits on Feb 18, 2015
-
Added option to load the initial OctoMap from nav_msgs/OccupancyGrid msg
and regulate how often the 2D projection map is published.
Configuration menu - View commit details
-
Copy full SHA for 03f1c1c - Browse repository at this point
Copy the full SHA 03f1c1cView commit details
Commits on Mar 4, 2015
-
Configuration menu - View commit details
-
Copy full SHA for 87d6004 - Browse repository at this point
Copy the full SHA 87d6004View commit details
Commits on Jul 9, 2015
-
Configuration menu - View commit details
-
Copy full SHA for e102f8b - Browse repository at this point
Copy the full SHA e102f8bView commit details
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.