I want to try and use OpenCV with the bot. But I also want to use a python ide to interface with the robot. Any tips? also, is it possible to just extract one...
I have been experimenting with pyrorobotics (www.pyrorobotics.org), a python robots toolkit that has a driver for the Intellibrain. Python runs on the host...
I'm actually using the CMUcam2. The intellibrainbot was supposed to be my project, but maybe it's not the best robot for this. The robor is supposed to get...
I think the intellibrain robot is great and you can to quite a bit with it -- much more than most other small robots. (I'm another user like you.) The issue...
hello im just wondering if you could give me a simple code on how to output a sensor reading in a text file. ive been working on it for 3 days now and still...
Hi. I have a program that I have been working on that needs fine tuning. It keeps finding one syntax error that says there is an extra brace, but when I...
First I would like to start by suggesting java IDE tool like eclipse. This will simplify you development. Here are issues I spotted: LED class already exist...
... ** change your class name to avoid conflict ... ** inconsistent spelling ... ** where is the display variable? also I would suggest using indentation and ...
The LCD display shows RoboJDE v1.5.2r1 on the top line and Load on the second line. I've loaded the Demo program and I still get this message. What do I need...
Proper indentation would make the program easier to read. Did the email client remove the indentation? I agree with the compiler that there is one "}" too...
I've also wondered what triggers an "end of stream" on a serial input port. Is it a special terminator character? Or some port disable signal on the serial...
John, Make sure the download completes successfully from the GUI - no error messages, etc. If this is the case, check the status reported in the VM Status...
When I hit the Start button on the IntelliBrainBot, I get LicenseError: objectlimit on the computer screen. I tried uninstalling and re-installing but I still...
Hi John, That error occurs when you haven't installed the license key. You must enter the key from the back of the CD case into the Tools- ... page 6 of the...
I'm hacking a Radio Shack RC car for a mini-magellan contest and can't figure out the servo. It has six wires going to the steering box: brown, red, orange,...
... can't ... go ... of ... left, ... Hi Peter, I have not worked with your particular car, but in general an RC car with a "steering box" is not really using...
Thanks for your reply, the explanation was very helpful. It looks like a lot of work to go with the original 'servo' so I'm going to try to drop in a real...
I'm working on Project to similate the old mouse search for cheese in maze puzzle. The first time through the maze, the mouse smells the cheese from distance...
Do you have any advice about the driving motor? I've got it hooked up to a Motor port but it only goes slowly on high power and otherwise makes whining noises....
RidgeSoft is pleased to announce the availability of the RoboJDE Java-enabled robotics software development environment version 2.0. The major highlights of...
Wow! This is great, I can't wait to try it out! Thanks, Tim ... Wow! This is great, I can't wait to try it out! Thanks, Tim On Feb 19, 2009, at 9:09 AM,...
RoboJDE 2.0 uses the rxtx serial libraries to interface to serial ports. On Windows and Mac systems the libraries are installed by the installer. On Linux...
The example integration with MS Robotics studio runs the HostInterface example on the IntelliBrain-Bot, which allows the PC running MSRS to control the robot...
Thanks, but what I'm interested in is a fully autonomous robot. I was wondering about using MSRS and a superficial search didn't deny the possibility but that...
I have Robotics Studio and Visual C# Express so I am trying to extend the services in the IntellibrainBot and IntelliBrainBotServices. I am running into the...
latency of communication might not be the bottleneck here. The " .net serializer" uses the same communication for MSRS robot control. I haven't used it so,...
Hi, I want to use Intellibrain to sample sensor data and send it over to the PC. The PC will be used for kalman filtering and fuzzy logic control. The PC will...