This repository holds code of a ROS package for point cloud acquisition with Gocator3100 3D cameras. It is basically a ROS wrapper of the low-level API provided by LMI Technologies, the manufacturer of the camera.
The package has been tested with the following dependencies:
- Ubuntu 14.04
- CMake + gcc
- ROS Indigo
- Point Cloud Library v1.7 (shipped with ROS Indigo)
- GoSDK library (propietary library from manufacturer LMI Technologies)
To install GoSDK dependency, the following steps are required:
- With a Serial Number of a device, register as a customer at the LMI website
- Download the SDK from the LMI website (file 14400-4.2.5.17_SOFTWARE_GO_SDK.zip)
- Uncompress GoSDK
- Build GoSDK
$ cd GO_SDK/Gocator
$ make -f GoSdk-Gnu.mk
$ git clone https://github.com/beta-robots/gocator_3100.git
- Indicate, by editing the CMakeLists.txt of this package (line 58), where GoSDK library is placed (This point should be improved , see issue #7)
- The build procedure is the ROS-catkin standard.From your ROS workspace:
$ catkin_make --only-pkg-with-deps gocator_3100
- Plug your camera correctly, in terms of power, signal and grounding!
- Properly edit the config/gocator_3100_params.yaml according your configuration and needs.
- Call the launch file. From the package folder would be
$ roslaunch launch/gocator_3100.launch