INTRODUCTION Overview Download and Install Quick Start Documentation Publications NONFRAMEWORK CODE Driver Interfaces Drivers Libraries Utilities FRAMEWORK CODE Interfaces Components Libraries Utilities Full Software Listings DEVELOPER Tutorials Examples Dev Guide Dashboard PEOPLE Contributors Users Project Download Mailing lists
|
PureIceJ
|
An example of Orca component written in Java.
Example code intended for component developers.
To test the component, follow the directions of the Quick-Start Guide. After the SickLaser is up and running, start PureIceJ example which will connect to the server, get a single laser scan, and exit. The following line must be executed from the build directory of PureIceJ. We assume here that Ice.jar is placed into $ICE_HOME/lib directory.
$ export ICEJ_HOME=$ICE_HOME $ java -classpath $ICEJ_HOME/lib/Ice.jar:../../interfaces/java/orca.jar:./PureIceJ.jar PureIceJ --Ice.Default.Locator='IceGrid/Locator:default -p 12000'
Note that PureIceJ does not use any configuration files. All connection parameters are hard-wired into the code, so you have to follow the directions of the tutorial exactly, otherwise it will not work.
Webmaster: Tobias Kaupp (tobasco at users.sourceforge.net)