forked from UrgNetwork/urg_library
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Readme.txt
69 lines (46 loc) · 1.94 KB
/
Readme.txt
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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
URG Library
About this software:
This software have been developed to provide a library to use
scanning range sensors of Hokuyo Automatic Corporation. Samples
will help to know how to use them.
Authors:
Satofumi Kamimura <[email protected]> Design and implementation of the first version.
Katsumi Kimoto
License:
(C)Simplified BSD License.
(C++)LGPL License.
See COPYRIGHT file.
Mailing list:
Library usage:
Visual Studio Solution (Windows)
Use urg_library-X.X.X/vs2010(or vs2005)/c(or cpp)/urg.sln project file to build.
After building, the urg.lib static library file and the executable files for each
sample program will be generated.
Visual Studio bat compile (Windows)
*Perform the following steps using the command prompt*
1. To configure the environment variables, copy the batch (.bat) file provided by Visual Studio.
Copy the following file:
Microsoft Visual Studio 8/Common7/Tools/vsvars32.bat
into the folder:
urg-library-X.X.X/windowsexe
2. After configuring the environment variables (the above .bat file), execute the following .bat
file to compile:
urg-library-X.X.X/windowsexe/compile.bat
3. The executable file for the sample programs is generated.
The samples' executable files are found in the folder:
urg-library-X.X.X/windowsexe
4. To clean up generated executable files run the following .bat file:
urg-library-X.X.X/windowsexe/cleanobj.bat
gcc (Linux, MinGW)
If you need to change the default installation directory, change the PREFIX variable
in the following file:
urg_library-X.X.X/current/Makefile.release
This is the default setting, change it to suit your needs:
PREFIX = /usr/local
#PREFIX = /mingw
To compile and install, perform the following steps:
$ make
# make install
To learn how to use the library, see the Makefile and source codes on the following folder:
urg-library-X.X.X/samples/