Menu

Tree [457052] master /
 History

HTTPS access


File Date Author Commit
 current 2016-07-25 Mehrez Kristou Mehrez Kristou [a5426d] Fixed GS and MS command support
 .hgignore 2015-10-13 Mehrez kristou Mehrez kristou [29417e] Small refactoring in the TCP line read releated...
 AUTHORS.txt 2015-10-13 Mehrez kristou Mehrez kristou [29417e] Small refactoring in the TCP line read releated...
 Makefile 2015-10-13 Mehrez kristou Mehrez kristou [29417e] Small refactoring in the TCP line read releated...
 Readme.txt 2015-10-13 Mehrez kristou Mehrez kristou [29417e] Small refactoring in the TCP line read releated...
 Readme_ja.txt 2015-10-13 Mehrez kristou Mehrez kristou [29417e] Small refactoring in the TCP line read releated...
 Releasenotes.txt 2015-11-11 jun jun [54a4b2] Releasenotes.txt???
 split_comment.rb 2015-10-13 Mehrez kristou Mehrez kristou [29417e] Small refactoring in the TCP line read releated...

Read Me

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 <satofumi@users.sourceforge.net> Design and implementation of the first version.
  Katsumi Kimoto

License:
  (C)Simplified BSD License.
  (C++)LGPL License.
  See COPYRIGHT file.


Mailing list:
  urgnetwork-support@lists.sourceforge.net


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/ 

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.