ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question
0

Kinect library for arduino

asked 2017-03-20 01:23:44 -0500

bonzi gravatar image

I have a question. Because i did not find such resources on the web. Is there any way to interface kinect v2 and arduino on ubuntu 14.40 ros indigo. Can anybody provide links for it. Im trying to navigate a robot using point cloud data from kinect v2 and using that data, moving the dc motors. Can anyone guide me on this part.

edit retag flag offensive close merge delete

Comments

The arduino was built to read some pins and maybe control a motor. It's by orders of magnitude too small to keep up with the data flow of a kinect.

NEngelhard gravatar image NEngelhard  ( 2017-03-20 02:37:52 -0500 )edit

1 Answer

Sort by ยป oldest newest most voted
1

answered 2017-03-20 03:17:01 -0500

gvdhoorn gravatar image

I think this would indeed be impossible. A Kinect2 does on average about 120MB/s, which would totally overwhelm an Arduino.

A somewhat more beefier board (RPi 2, 3 or a Jetson) will be a much better fit, although obviously more expensive.

You could then use something like rosserial or ros_arduino_bridge to use the Arduino to control your actuators.

edit flag offensive delete link more

Question Tools

1 follower

Stats

Asked: 2017-03-20 01:23:44 -0500

Seen: 736 times

Last updated: Mar 20 '17