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...
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...
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....
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...
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...
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...
The wheel position sensing tutorial on the RidgeSoft Web Site (see http://www.ridgesoft.com/articles/wheelpositionsensing/WheelPositionSensing.pdf) discusses...
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...
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 ...
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...
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...
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...
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...
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...
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...
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...
... 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,...
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...
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...
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...
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:...
"...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...
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...
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...