forked from MASKOR/cc_qMapit_IO_plugin
-
Notifications
You must be signed in to change notification settings - Fork 0
/
info.json
33 lines (32 loc) · 1.02 KB
/
info.json
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
{
"type" : "I/O",
"core" : true,
"name" : "mapit I/O",
"description": "This plugin adds the mapit I/O features to CloudCompare.
You have to create and open the mapit-cloudcompare file (*.cc-mapit).
Which has to have the following setup:<br>
<br> --frame_id # identifier for next line
<br> sensor # the frame_id of the data
<br> --workspace # identifier for next line
<br> ws # the workspace to open
<br> --files # identifier for next lines
<br> /input/ # this must can be read as .*/input/.*
<br> /other-input/ # other data .*/other-input/.*
<br>
<br> The supported entity types are:
<ul>
<li>Pointclouds</li>
</ul>",
"authors" : [
{
"name" : "Tobias Neumann",
"email" : "[email protected]"
}
],
"maintainers" : [
{
"name" : "Tobias Neumann",
"email" : "[email protected]"
}
]
}