Skip to content

ccny-ros-pkg/rgbd2schematic

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RGB-D To Schematic

The closest you can come to destroying your office with a pickaxe (without legal repercussions).

#Minecraft room

rgbd2schematic is a set of tools for converting colored 3D models of real-world environements into Minecraft .schematic files. The models can be built using an RGB-D camera (such as the Microsfot Kinect) and the ccny_rgbd software.

The supported input formats are:

  • Octomap (.ot) files
  • PCL pointcloud (.pcd) files

The output schematics can be imported into Minecraft world editors such as mcedit

Building

First, obtain the dependencies. You can get either or both, depending on what input files you want to convert:

If one of the dependencies is not installed, the corresponding converter executable will not be built.

Download the package from github:

git clone https://github.com/idryanov/rgbd2schematic.git

To compile:

cd rgbd2schematic
mkdir build
cd build
cmake ..
make

The executables will be generated in rgbd2schematic/bin

Usage

Octomap to schematic:

./bin/octomap2schematic data/room.ot data/room.schematic

PCL to schematic:

./bin/pcd2schematic data/room.pcd data/room.schematic

Acknowledgements

Special thanks to Patrick Min for the schematic output code.

License

rgbd2schematic is licensed under GPLv3.

About

Converts 3D file formats to Minecraft schematics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published