Skip to content

cubeeye/ros-cubeeye-mtf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CUBE EYE camera ROS driver(MTF device)

These are packages for using MTF device with ROS

  • MDC200S, MDC600S, MDC200D, MDC500D

Please refer to our website for detailed product specifications. http://www.cube-eye.co.kr

Installation Instructions

The following instructions support ROS Kinetic, on Ubuntu 16.04.

Step 1 : Install the ROS distribution

  • Install ROS Kinetic, on Ubuntu 16.04

Step 2 : Install driver

  • Create a catkin workspace

$mkdir –p ~/catkin_ws/src
$cd ~/catkin_ws/src/
Copy the driver source to the path(catkin_ws/src)
  • driver build

$catkin_init_workspace
$cd ..
$catkin_make clean
$catkin_make -DCMAKE_BUILD_TYPE=Release
  • Setting environment

$sudo mtfinstall.sh

Usage Instructions

Connect the camera power and execute the following command

$roslaunch cubeeye_mtf depth_camera.launch

Topics

  • /cubeeye/mtf/amplitude_raw : IR Image
  • /cubeeye/mtf/depth_raw : Depth Image
  • /cubeeye/mtf/points : Point Cloud Image

Operating Test

$rqt
/cubeeye/mtf/amplitude_raw, /cubeeye/mtf/depth_raw

$rosrun rviz rviz
Fixed Frame : pcl
PointCloud2 : /cubeeye/mtf/points

Using Dynamic Reconfigure Params

$rosrun rqt_reconfigure rqt_reconfigure

About

CUBE EYE 3D DEPTH CAMERA(MDC200S, MDC600S, MDC200D, MDC500D)

Resources

License

Stars

Watchers

Forks

Packages

No packages published