Prenil
South Africa
Asked
— Edited
Hi,
This is my first time on the forum and I'm very new to the EZ- Robot platform. I'm at statistics student and would like to demonstrate the Kalman filter through a simple action- my idea being to get my robot (the JD) to rotate its head until it can find a door. The door will be recognizable by the presence of two red balls but there would also be single red balls in its field of vision.
Has anyone tried anything similar to this or used a Kalman filter in any way and if so would you mind sharing your script with me? Just so that I have a starting/reference point to go from. Currently I'm a little lost on the platform and not really sure where to start.
Thank you !
That's really simple... No need to make it sound so complicated That's easy with ezrobot!
download and install ARC
load ARC
press project, add control, camera, camera device
select camera from the drop down and press start
select tracking type from the page list
select either color tracking or multi color tracking
if you select multi color tracking, you will need to define your own color filter using the multi color tab
if you select color, then simply selecting the color and brightness with the color tab
press project, add control, scripting, variable watcher
there you will now see the variable data for the objects being detected
A simple script to locate a call can be written....
press project, add control, scripting, script
press the gear icon on the script to edit add a script
Your script would be something like ....
Thank you very much! After seeing your reply, I can definitely agree that I was complicating that far too much!