Skip to content

danthony06/ensenso

 
 

Repository files navigation

ensenso

ROS package developed by the Control Robotics Intelligence Group from the Nanyang Technological University, Singapore. This package acts as a ROS driver for the ensenso 3D cameras.

Update (13-Jun-2016): On going development continues in the kinetic-devel branch.

For ROS Hydro or Indigo you can use the master branch.

Our setup

  • Ensenso camera N35 (Ethernet version) (Tested with N35-802-16-BL and N35-804-16-BL models)
  • ROS Kinetic (Ubuntu 16.04, 64 bits)

Maintainers

Documentation

  • See the installation instructions below.
  • Throughout the various files in this repository.

Build Status

TODO

(Waiting for travis-ci to give support to Ubuntu 16.04. See this issue for details)

Installation

Go to your ROS working directory:

cd ~/catkin_ws/src

Clone this repository:

git clone https://github.com/crigroup/ensenso.git

Install any missing dependencies using rosdep:

rosdep update
rosdep install --from-paths . --ignore-src -y

Now compile your ROS workspace:

cd ~/catkin_ws && catkin_make

Testing the Installation

Be sure to always source the appropriate ROS setup file, e.g:

source ~/catkin_ws/devel/setup.bash

You might want to add that line to your ~/.bashrc

Try the following command (Be patient, the ensenso camera takes around 10 seconds to start):

roslaunch ensenso viewer.launch

Troubleshooting

Cannot connect to the camera

Look for errors using the ueye camera manager:

ueyecameramanager

Try restarting the ueye daemon

sudo /etc/init.d/ueyeethdrc restart

In case this doesn't work, try a forced stop before restarting:

sudo /etc/init.d/ueyeethdrc force-stop

Camera IP

You can change the camera IP using the ueyesetip command.

About

Code for using Ensenso camera

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 82.5%
  • Python 16.2%
  • CMake 1.3%