Society of Robots - Robot Forum
|
Robot Tutorials
|
FAQ
|
Welcome,
Guest
. Please
login
or
register
.
Did you miss your
activation email
?
1 Hour
1 Day
1 Week
1 Month
Forever
Login with username, password and session length
News:
Squirrels have fuzzy tails.
Home
Help
Search
Login
Register
Society of Robots - Robot Forum
»
Software
»
Software
»
How to use the roborealm software..
Print
Author
Topic: How to use the roborealm software.. (Read 5652 times)
0 Members and 1 Guest are viewing this topic.
superchiku
Supreme Robot
Posts: 952
Helpful? 5
cooll
How to use the roborealm software..
«
on:
February 19, 2009, 11:37:59 AM »
iam used to programming in C but but i wwant to learn how to do image processing...RoboRealm is a gud platform... i wanted to know how use roborealm ...like which language is used there...what are the basic know how's u must know as a beginner for this software and also ..how do i control motors using this software after processing the image...and also how do i write programs using th9is software...to do the above said functions...
SOME BASIC HELP PLZZ>>
Logged
JAYDEEP ...
IT AND ROBOTICS ENGINEER
"IN THE END IT DOESNT EVEN MATTER"
pomprocker
Supreme Robot
Posts: 1,431
Helpful? 16
Sorry miss, I was giving myself an oil-job.
Re: How to use the roborealm software..
«
Reply #1 on:
February 19, 2009, 11:42:22 AM »
Did you read their tutorials?
Logged
Blog:
Nerd Stuff - Programming, Electronics, Mechanics
superchiku
Supreme Robot
Posts: 952
Helpful? 5
cooll
Re: How to use the roborealm software..
«
Reply #2 on:
February 19, 2009, 11:55:43 AM »
ya read some coudlnt get the idea what do u mean by modules...and also is it a gui interface which has buttons to do image processing or is code based...i saw some basic techniques but for beginner like me i need some more basics...can u help plzz
Logged
JAYDEEP ...
IT AND ROBOTICS ENGINEER
"IN THE END IT DOESNT EVEN MATTER"
pomprocker
Supreme Robot
Posts: 1,431
Helpful? 16
Sorry miss, I was giving myself an oil-job.
Re: How to use the roborealm software..
«
Reply #3 on:
February 19, 2009, 12:59:09 PM »
Start with the webcam on your computer and use their GUI software they provide.
Logged
Blog:
Nerd Stuff - Programming, Electronics, Mechanics
superchiku
Supreme Robot
Posts: 952
Helpful? 5
cooll
Re: How to use the roborealm software..
«
Reply #4 on:
February 19, 2009, 01:07:07 PM »
ok thats for the basics...but i have seen that u can add some extra codes....how do u do that...and also if i wanna control motors using it then how i do that???
Logged
JAYDEEP ...
IT AND ROBOTICS ENGINEER
"IN THE END IT DOESNT EVEN MATTER"
pomprocker
Supreme Robot
Posts: 1,431
Helpful? 16
Sorry miss, I was giving myself an oil-job.
Re: How to use the roborealm software..
«
Reply #5 on:
February 19, 2009, 02:02:40 PM »
start simple, when the time is right you will learn all that
Logged
Blog:
Nerd Stuff - Programming, Electronics, Mechanics
superchiku
Supreme Robot
Posts: 952
Helpful? 5
cooll
Re: How to use the roborealm software..
«
Reply #6 on:
February 19, 2009, 02:06:55 PM »
hey thanks ... i get the logic i can control motors via the pc's parallel port but...how do i generate pwm using the parallel port
Logged
JAYDEEP ...
IT AND ROBOTICS ENGINEER
"IN THE END IT DOESNT EVEN MATTER"
pomprocker
Supreme Robot
Posts: 1,431
Helpful? 16
Sorry miss, I was giving myself an oil-job.
Re: How to use the roborealm software..
«
Reply #7 on:
February 19, 2009, 04:03:48 PM »
Hey once you get a robot camera hooked up to your MCU via UART, you can then have the camera send positional data determined by what the camera is programmed to detect. With that positional data you can then use your decision algorithms on your MCU to control your servos and other actuators.
Logged
Blog:
Nerd Stuff - Programming, Electronics, Mechanics
superchiku
Supreme Robot
Posts: 952
Helpful? 5
cooll
Re: How to use the roborealm software..
«
Reply #8 on:
February 20, 2009, 02:31:58 AM »
i can directly use the parallel port for that by firectly connecting the data pins to the l293d the thing is ...if i have switch on d0 pin of parallel port then how do i do that using roborealm using vb scripts can i write
motorpin1 is assigned to do pin of the parallel port....
setvariable("motorpin1"),1
Logged
JAYDEEP ...
IT AND ROBOTICS ENGINEER
"IN THE END IT DOESNT EVEN MATTER"
MaltiK
Robot Overlord
Posts: 300
Helpful? 2
Re: How to use the roborealm software..
«
Reply #9 on:
February 20, 2009, 07:24:36 AM »
You can import VB scripts
Logged
Warranty
superchiku
Supreme Robot
Posts: 952
Helpful? 5
cooll
Re: How to use the roborealm software..
«
Reply #10 on:
February 20, 2009, 11:15:36 AM »
i know that but what is the exact way to switch on a particluar pin using roborealm
Logged
JAYDEEP ...
IT AND ROBOTICS ENGINEER
"IN THE END IT DOESNT EVEN MATTER"
MaltiK
Robot Overlord
Posts: 300
Helpful? 2
Re: How to use the roborealm software..
«
Reply #11 on:
February 20, 2009, 03:22:19 PM »
Pin? I am sorry but I think you misunderstand what it does. You dont connect MCU's to your computer and have Roborealm run any kind of module through it. RoboRealm can take the place of the MCU, it runs the image processing. If you are referring to a Motor Driver, you need one that is supported, for instance, all of Dimension Engineering's Sabertooth drivers are. And from there simply go to Control->Sabertooth-> and just slide around.
Logged
Warranty
superchiku
Supreme Robot
Posts: 952
Helpful? 5
cooll
Re: How to use the roborealm software..
«
Reply #12 on:
February 21, 2009, 03:22:05 AM »
i think if i use a l293d and send ccontrol signals via parallel port i can control the motor.....the thing is ... should i use roborealm...or should i use any other software for image processing...
Logged
JAYDEEP ...
IT AND ROBOTICS ENGINEER
"IN THE END IT DOESNT EVEN MATTER"
Admin
Administrator
Supreme Robot
Posts: 11,704
Helpful? 173
Re: How to use the roborealm software..
«
Reply #13 on:
February 26, 2009, 09:15:29 PM »
If you want to use motor drivers, it needs to have serial capabilities. The Sabertooth is RoboRealm compatible, for example.
superchiku, read my computer vision tutorial, then try to get simple blob tracking to work as per my given example. It'll make much more sense after you learn the basics.
Logged
subscribe to SoR's YouTube account
Print
Society of Robots - Robot Forum
»
Software
»
Software
»
How to use the roborealm software..
SMF spam
blocked by CleanTalk