How does Voxel grid works?
How does voxel grid implementation works? I need more details, cant seems to visualize it.
Is there any other object avoidance method for mobile based? Thanks in advance :D
ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | Q&A answers.ros.org |
How does voxel grid implementation works? I need more details, cant seems to visualize it.
Is there any other object avoidance method for mobile based? Thanks in advance :D
More details than what? It's a 3D grid: A collection of aligned boxes: .
It can be "implemented" using a 3D array in memory, but for voxel maps one usually uses an octree.
If you want to know more about voxel mapping see the page of the octomap library, where you will also find visualizations of voxel grids/maps.
You can also use meshes to query the closest point between two meshes (one is your robot model, the other part of the environment). But as far as I know, performance-wise these are limited to low amounts of polygons, i.e., not well suitable for meshes generated from sensor data.
Raycasting. For more information about voxel mapping I recommend this publication.
Please start posting anonymously - your entry will be published after you log in or create a new account.
Asked: 2016-06-03 06:20:48 -0600
Seen: 5,062 times
Last updated: Jun 03 '16
Navigation Stack: Obstacles detected by RGB-D Camera get cleared out when disappear from FOV
Integrating voxel_layer into the costmap
Having problems with TOD object detection
2d laser scan - object recognition
save pointcloud data for multiple frames for object detection
Filtering pointcloud with voxel grid giving different number of data points
Kinect colored object localization (detection)
Program flow not correct with ROS