File: binvox2bt.1

package info (click to toggle)
octomap 1.8.1%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 2,880 kB
  • ctags: 1,391
  • sloc: cpp: 9,871; python: 71; xml: 59; makefile: 47
file content (39 lines) | stat: -rw-r--r-- 1,074 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
.TH BINVOX2BT  1 "User Commands"
.SH NAME 
binvox2bt \- convert 3D mesh voxelizer meshes to a single bonsai tree file
.SH SYNOPSIS
.B binvox2bt 
[
.B options 
<binvox filenames> ...]
.SH DESCRIPTION
.I binvox2bt
Read files generated by Patrick Min's 3D mesh voxelizer
("binvox", available at: http://www.cs.princeton.edu/~min/binvox/)
and convert the voxel meshes to a single bonsai tree file.
This file is based on code from http://www.cs.princeton.edu/~min/binvox/read_binvox.cc
.PP
These options are available:
.TP
.BI "-o <file>"
Output filename (default: first input filename + -.bt)
.TP
.BI "--mark-free"
Mark not occupied cells as 'free' (default: unknown)
.TP
.BI "--rotate"
Rotate left by 90 deg. to fix the coordinate
.TP
.BI "--system"
when exported from Webots
.TP
.BI "--bb <minx> <miny> <minz> <maxx> <maxy> <maxz>" 
force bounding box for OcTree
.TP
.BI "--offset <x> <y> <z>"
add an offset to the final coordinates 

If more than one binvox file is given, the models are composed to a single
bonsai tree.
.TP
All options apply to the subsequent input files.