File: log2graph.1

package info (click to toggle)
octomap 1.9.7%2Bdfsg-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, trixie
  • size: 3,020 kB
  • sloc: cpp: 9,783; sh: 265; python: 71; xml: 65; makefile: 10
file content (28 lines) | stat: -rw-r--r-- 487 bytes parent folder | download | duplicates (5)
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
.TH LOG2GRAPH 1  "User Commands"
.SH NAME
log2graph \-  plain text log file into a binary scangraph 
.SH SYNOPSIS
.B log2graph
[
InputFile.log OutputFile.graph
]
.SH DESCRIPTION
This tool converts a plain text log file into a binary scangraph file
which can be used in Octomap.
.PP
The log file needs to be in the format of:
NODE x y z roll pitch yaw
.PP
x y z
.PP
x y z
.PP
\&...
.PP
NODE x y z roll pitch yaw
.PP
x y z
\&...
.PP
Lines starting with '#' or empty lines are ignored.
.PP