Search the web
Sign In
New User? Sign Up
intellibrain · IntelliBrain Forum
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Show off your group to the world. Share a photo of your group with us.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 371 - 400 of 410   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
371
Turns out that my 3 year old AirCable setup does not have a Mac OS driver. I have the board working with a wired setup now. It's a shame that they don't...
aokjoey
Offline Send Email
Jun 4, 2009
12:32 pm
372
The Roving Wireless FirePlug USB Bluetooth adapter does work with the Mac. It and a compatible RS-232 adapter for the IntelliBrain controller side are...
ridgesoft
Offline Send Email
Jun 4, 2009
12:45 pm
373
I am trying to use the Intellibrain2 with Eclipse IDE. I have followed the integration instructions provided in documentation and can get a clean compile....
decker_5838
Offline Send Email
Jun 9, 2009
1:07 pm
374
It sounds like you may be attempting to execute the program on the PC rather than on the robot. Please verify you are using the procedure in the "Loading and...
ridgesoft
Offline Send Email
Jun 9, 2009
2:17 pm
375
is the intellibrain 2, too complicated to use, does it run out of processing power, memory etc? I want to buy and use it but am scared that it may too...
Pranav
pranavtrehun007
Offline Send Email
Jun 13, 2009
11:23 pm
376
My experience is that most of the Intellibrain example programs are fairly simple and do not use threads. I even rewrote a serial port driver for doing remote...
Paul King
pkinghu88
Online Now Send Email
Jun 14, 2009
6:05 am
377
I'm using the Sumo11 board Ok the Analog Input ports are set for Pulled High Meaning if I put the port into a while() loop and so a...
jujames84
Offline Send Email
Jul 28, 2009
1:25 pm
378
The wheel position sensing tutorial on the RidgeSoft Web Site (see http://www.ridgesoft.com/articles/wheelpositionsensing/WheelPositionSensing.pdf) discusses...
ridgesoft
Offline Send Email
Jul 28, 2009
2:52 pm
379
It compiles fine in netbeans, but I get these errors with RoboJDE (even when I only point to the file I still get the same errors... [code] Found 16 semantic...
jujames84
Offline Send Email
Aug 5, 2009
4:41 am
380
It appears AirConditioner.java does not exist - Robot JDE/RoboJDE/MobileMeter package Please verify all other java classes exist within the same ...
David Suarez
navaho4x4
Offline Send Email
Aug 5, 2009
4:31 pm
381
One more question..... Whats the best way to set a precision for decimal places I realised that import java.text for bigdecimal places not included so i tried ...
jujames84
Offline Send Email
Aug 5, 2009
9:19 pm
382
I'm not familiar with the syntax "A.00" etc. in Java. what is this? Casting to an int will result in overflow for numbers that exceed the size of an int. On...
Paul King
pkinghu88
Online Now Send Email
Aug 10, 2009
5:04 am
383
hello i want to know is there some way to start the robot without pressing the start button? in example: ->i have program wich opens robo jde,opens some...
stefgrozni
Offline Send Email
Aug 23, 2009
2:16 pm
384
There is a check box in the project properties, "Run automatically" that provides this feature. See page 13 of the RoboJDE User Guide ...
ridgesoft
Offline Send Email
Aug 23, 2009
2:59 pm
385
Good day Guys... we bought intellebrain bot and sonar at ridgesoft and cmucmu cam at seattle robotics few weeks ago... I'm going to use that for my project...
COE
coesectionb
Offline Send Email
Oct 2, 2009
3:49 pm
386
Note that the cmucam is not a full computer vision system. All it can tell you is the x,y location of the ball at any given moment (the ball being a brightly...
Paul King
pkinghu88
Online Now Send Email
Oct 2, 2009
5:15 pm
387
I know nothing about computer graphics and the rest, but would be really interested in knowing if you could convert the head-on view of the socces ball into...
Peter Chatterton
peter_chatte...
Offline Send Email
Oct 3, 2009
3:07 am
388
Paul King, i downloaded the pdf...than you very much..hope u will help me soon......
COE
coesectionb
Offline Send Email
Oct 3, 2009
8:53 pm
389
converting between coordinate systems is not very computation intensive. probably not more then 5 or 10 floating point multiplies, which would only need to be...
Paul King
pkinghu88
Online Now Send Email
Oct 4, 2009
1:47 pm
390
My problem was that I thought you were mapping a 3 dimensional path of the ball from the head-of-view. If you're only trying to put yourself in front of the...
Peter Chatterton
peter_chatte...
Offline Send Email
Oct 4, 2009
7:59 pm
391
... To Peter : The robot is facing the ball because the cmucam is mounted in front of the robot, that serve as the vision of the robot....The ball is moving,...
COE
coesectionb
Offline Send Email
Oct 5, 2009
12:40 pm
392
That two page paper looks very promising but stops just when it's getting interesting and maybe even useful. The Kalman filter article is a total waste of...
Peter Chatterton
peter_chatte...
Offline Send Email
Oct 6, 2009
4:35 am
393
To Peter: The CMUCAM is facing the ball because is is mounted in front of the intellebrain bot..it serve as the vision of the bot, and it is use to predict of...
COE
coesectionb
Offline Send Email
Oct 6, 2009
4:36 am
394
To Peter and Paul:                        Thank you guys for your effort and idea.....i appreciate it so much...But if you have any idea about...
COE SECTIONB
coesectionb
Offline Send Email
Oct 6, 2009
2:00 pm
395
What are you considering as the x and y axes? I assume that x is 'right and left' as the goalie looks at the playing field, and that y is up and down. In that...
blescohier
Offline Send Email
Oct 6, 2009
3:27 pm
396
How can you 'capture the x and y' positions when you just have an end-on view? Are you sure that the height of the ball isn't variable as well? Peter ... From:...
Peter Chatterton
peter_chatte...
Offline Send Email
Oct 6, 2009
5:19 pm
397
Take the center of the goal as (0,0). y (vertical axis) ^ ... 0 | ball | ... <-------------x-----------> (horizontal)...
blescohier
Offline Send Email
Oct 7, 2009
2:30 am
398
"...the time it takes the ball to get from one point to the other is your ball.x and ball.y velocities." Isn't it the speed of the end-on image? I don't see...
Peter Chatterton
peter_chatte...
Offline Send Email
Oct 7, 2009
3:35 am
399
i keep on searching about soccer robot (goal keeper) on then net, but goal keeper is seldom...most of them did not used cmu cam and Ibrain, so there process is...
COE SECTIONB
coesectionb
Offline Send Email
Oct 8, 2009
2:56 pm
400
thanks to everyone....for posting your idea.....I'm still accepting Idea :)...our Intellebrain can track the ball...but it can't able to move closer  to the...
COE SECTIONB
coesectionb
Offline Send Email
Oct 8, 2009
2:56 pm
Messages 371 - 400 of 410   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help