
rex_rudi
Greetings from Norway! Love your work DJ Sures!
I'm planning to build a robot that follows a user, I'm just wondering if there's a way to use the EZ robot controller? I need something that measures distance and direction between the user and the robot, and excludes other users that the robot only follows one user.
I'm a student studying Electronics & Mobile Communication, and therefore do some programming, C, JAVA, VHDL and starting with Python. So it's no problem if the idea need some programming.
Thanks
Rex_Rudi
Ideally, you can also use the Kinect SDK... I was working on a Kinect module, but I haven't figured out what to do with it yet.
Are you using the EZ-SDK DLL?
I'm thinking that the robot should avoid objects. For example a person walks and stop between the user and the robot it should drive around the person, but wouldn't that person interfere with the camera and so on?
It will make your life much easier.
I bought the robot controller
So in the meantime, while I'm waiting for the controller, I'm hacking a 80's Saturn robot and making it ready for the controller
My friend and I are thinking of merging our hobby project with a school project, since the controller has so many awesome features. But we have to use an Arduino Mega and C programming.
Is it possible in for example camera detection mode to use the output commands to motors/servos(5V, yes?) as a kind of TRUE/FALSE sensor on the Arduino?
So that the Robot Controller "controls" sensors such as camera, PING among other things and the Arduino controls motors and communication through XBee(Not the comm. for the robot controller
If so that would be awesome!!
Rex_rudi
I am planning on buying an EZ-B and had the same thought for my robot. I was thinking that I would want to use a blinking IR LED on a wrist or ankle strap as the object to follow. (something invisible to the human eye, but visible to most web cams, just try by looking at the emitter from a TV remote with your web cam). I was assuming that I would need to program this with the EZ-B SDK to capture not just the "color" (which I think will read as white) but also the blink rate, but that I could base it on the existing color tracking functionality.
If you get to it before me (I probably don't have time until later this winter) please share what you come up with.
Alan
That was a pretty good idea, we have to look into to that. At this point we're considering using active RFID (around 8 meters range), with two receivers to calculate the difference between the RSSI datas. But we're worrying that it would consume to much of the projects' time.
But if we choose to use your idea I will share the project and the source code
That was a pretty good idea, we have to look into to that. At this point we're considering using active RFID (around 8 meters range), with two receivers to calculate the difference between the RSSI datas. But we're worrying that it would consume to much of the projects' time.
But if we choose to use your idea I will share the project and the source code
That was a pretty good idea, we have to look into to that. At this point we're considering using active RFID (around 8 meters range), with two receivers to calculate the difference between the RSSI datas. But we're worrying that it would consume to much of the projects' time.
But if we choose to use your idea I will share the project and the source code
There is a feature to have a script execute when the robot has lost focus of an object. On that script, you can have the robot begin to scan to start tracking.