Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Can Sphero detect objects without bumping into them?

Tags:

sphero-api

Does Sphero have any sensors that can help it detect obstacles before actually colliding with them? Something like an infrared sensor, or anything that can be used as "eyes" for the Sphero.

One use-case for this is to program Sphero to follow moving objects, or just to avoid collision with other objects.

Thanks!

like image 537
Andrei Soare Avatar asked Dec 12 '13 19:12

Andrei Soare


2 Answers

not sure why the mixed reality software couldn't detect using the iphone camera. 'RoseRolls', a hacked sphero tried to use "infrared photodiodes: to detect obstacles by capturing the reflexions of the IR emmitted by the IrDA. They turned out to be useless because the average power emitted by the IrDA was too low" quoted from http://roserolls.perso.rezel.net/hardware.html

like image 127
user3345083 Avatar answered Oct 22 '22 18:10

user3345083


The list of sensors is on their gitHub page:

  • Three axis rotation rate gyro
  • Three axis accelerometer
  • Approximate ground speed
  • Data from radio link
  • Battery voltage

So, the answer is no, you can't detect object without Sphero bumping into them.

like image 28
dolmen Avatar answered Oct 22 '22 19:10

dolmen