Thanks to the efforts of James Snow and Dr. Timothy Fossum at the State University of New York, Potsdam, the IntelliBrain-Bot now interoperates with Pyro...
Hello, we are trying to use of bunch of intellibrain bots in an entry level class. I prepared some stuff to run on them, but want to "hide" some of the ...
Ok, Let's see we use BlueJ in that class too. And BlueJ can create jar files. So what I did is copied the class that I want to turn into a jar file in a...
I've done it in JCreator and the only jar you need is c:\program files\robojde\robojde.jar (or wherever you put the robojde folder). Unfortunately, you can...
I'm curious, is it possible to capture an entire frame off of the CMUCam2? If so, how? I looked through the API and didn't see a command to do so. Jim...
Frame capture is not supported by the CMUcam classes. However, it is possible to retrieve raw frame data by communicating directly with the CMUcam at a lower...
RidgeSoft is pleased to announce its latest product, the IntelliBrain™ 2 robotics controller. The IntelliBrain 2 robotics controller combines the most...
Due to discontinuation of a key component, the IntelliBrain Expansion Board has been discontinued. A small number of units are still available and may be...
The release notes pdf is 404. Does this version support auto-starting a program on power-up? ... described in ... RoboJDE ... than ... robotics ... community...
Unfortunately the period at the end got interpreted as part of the URL. This link should work: http://www.ridgesoft.com/robojde/1.5/ReleaseNotes.pdf Yes,...
Hi Chris, You are the first to post regarding MS Robotics Studio. We have done some initial testing to verify he IntelliBrain-Bot works with the MS Robotics...
I have a comment on the article at the RidgeSoft web site "Enabling Your Robot to Keep Track of Its Position". I also have a request for the membership of...
The document is correct. The calculation is intended to determine the distance the center of the robot moves, which, for small movements, is the average of...
No sooner did I let the post get out than I realized that I was dead wrong. Please disregard my comment. The calculation is correct as stated in the...
Line following posters for use with the IntelliBrain-Bot are now available from the RidgeSoft store. See http://www.ridgesoft.com/shop.htm#LineSensorKit ...
RidgeSoft's introductory Java robotics programming tutorials are now available as a printed and spiral bound book. Click the following link for more...
I would like to use the sample RidgewarriorII java code to test on my platform but I cannot get the java code converted to use motors instead of servos. Help!...
I will try it out. Yes I do have analog shaft encoders. I'm new to JAVA so I will have to figure out the wrapper class. Thank you for your help. I will let you...
In the future, I'm planning to do all I/O via Bluetooth. I was wondering if it is safe to operate the Intellibrain 2 without the LCD, the idea being saving...
Joe, Yes, you can safely operate IntelliBrain controllers without an LCD display. See the following for a Bluetooth adapter we have tested. Regards, RidgeSoft...
I'm getting compile errors on a couple of my classes and I'm betting that I am using things that are not implemented in the VM. In general, can I assume that...
The entire system works great. I am very pleased. I'm using NetBeans to compile and include the resulting JAR file in the project properties. It works fine...