Home

Awesome

GPU Voxels Logo

GPU-Voxels is a CUDA based library which allows high resolution volumetric collision detection between animated 3D models and live pointclouds from 3D sensors of all kinds. It is mainly developed for robotics planning and monitoring tasks. See our videos on http://www.gpu-voxels.org/demos/ to get an impression.

Support:

Find more information on our website http://www.gpu-voxels.org Doxygen is available at http://www.gpu-voxels.org/doxygen/html/

If you have questions or experience any problems with the software, please post to our GitHub Bugtracker: at https://github.com/fzi-forschungszentrum-informatik/gpu-voxels/issues

Install dependencies:

This software is tested under 64 Bit Ubuntu Linux 14.04, 16.04 and 18.04. Find detailed installation and linking instructions in our Doxygen.

Core:

Visualizer:

Examples:

Compiling:

    mkdir build
    cd build
    cmake ..
    make

==> This will also generate example programs and a visualization tool to see some live demos.

Doxygen files can be generated by

    make doc

Compiling without C++11

C++11 is enabled by default. To compile without C++11 mode comment out this at the top of packages/gpu_voxels/CMakeLists.txt: SET(CMAKE_CXX_STANDARD 11) This is important if you are still using ROS Indigo and need to compile without C++11 support for compatibility reasons. There is a separate indigo branch that only differs in this line to disable C++11 during compilation.

Known issues

Maintainers:

The library is developed and maintained by:

Contributors are (in temporal order):

License:

The software in this repository underlies different licenses. Please consider the LICENSE.txt in the different package directories. Feel free to contact us for any licensing questions.

To clarify this:

Please let us know if you are using the GPU-Voxels library, as we are curious to find out how it enables other people's work or research.

We would be grateful if scientific publications resulting from projects that make use of GPU-Voxels would cite our overview paper: A. Hermann, F. Drews, J. Bauer, S. Klemm, A. Roennau and R. Dillmann: “Unified GPU Voxel Collision Detection for Mobile Manipulation Planning” in Intelligent Robots and Systems (IROS 2014, Chicago, September 2014)

Copyright (c) 2014, FZI Forschungszentrum Informatik, Karlsruhe, Germany All rights reserved.

Thanks:

The GPU-Voxels library was developed at the FZI Forschungszentrum Informatik, Karlsruhe, Germany.

The research leading to the results has received funding from...