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...
Want to share photos of your group with the world? Add a group photo to Flickr.

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 115 - 144 of 410   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
115
The release notes pdf is 404. Does this version support auto-starting a program on power-up? ... described in ... RoboJDE ... than ... robotics ... community...
Don
bozito
Offline Send Email
Oct 2, 2006
3:13 am
116
I would like to read about RidgeSoft's take on the new MS Robotics Studio. Have there been any discussions on this topic yet? -- chris...
Chris Rodriguez
sendto_chris
Offline Send Email
Oct 2, 2006
3:20 am
117
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,...
ridgesoft
Offline Send Email
Oct 2, 2006
3:41 am
118
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...
ridgesoft
Offline Send Email
Oct 2, 2006
4:45 am
119
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...
G.W. Lucas
glacier762000
Offline Send Email
Oct 6, 2006
3:07 pm
120
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...
ridgesoft
Offline Send Email
Oct 6, 2006
3:26 pm
121
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...
G.W. Lucas
glacier762000
Offline Send Email
Oct 6, 2006
4:22 pm
122
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
Offline Send Email
Oct 25, 2006
3:47 pm
123
RidgeSoft's introductory Java robotics programming tutorials are now available as a printed and spiral bound book. Click the following link for more...
ridgesoft
Offline Send Email
Nov 24, 2006
4:59 pm
124
Just want to verify that COM1 is a true RS-232 port with RS-232 voltage levels or does it use microcontroller logic levels? Thx Joe...
aokjoey
Offline Send Email
Nov 27, 2006
4:03 pm
125
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!...
rayraydiazz
Offline Send Email
Nov 27, 2006
5:00 pm
126
Both COM1 and COM2 use RS-232 signal levels. Regards, RidgeSoft Support ... voltage levels or does it use...
ridgesoft
Offline Send Email
Nov 27, 2006
8:24 pm
127
You should be able to replace: ServoMotor leftMotor; ServoMotor rightMotor; leftMotor = new ServoMotor(leftServo, false, 14); rightMotor = new...
ridgesoft
Offline Send Email
Nov 27, 2006
9:25 pm
128
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...
rayraydiazz
Offline Send Email
Nov 28, 2006
5:47 am
129
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...
aokjoey
Offline Send Email
Dec 2, 2006
5:00 am
130
Joe, Yes, you can safely operate IntelliBrain controllers without an LCD display. See the following for a Bluetooth adapter we have tested. Regards, RidgeSoft...
ridgesoft
Offline Send Email
Dec 2, 2006
5:55 am
131
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...
aokjoey
Offline Send Email
Dec 2, 2006
9:08 pm
132
Joe, All of the classes which are supported are documented in the javadoc. See http://www.ridgesoft.com/robojde/1.5/docs/apidoc/index.html ...
ridgesoft
Offline Send Email
Dec 3, 2006
12:46 am
133
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...
aokjoey
Offline Send Email
Dec 6, 2006
4:17 pm
134
Hi Joe, Make sure only RoboJDE.jar is in the class path of your compiler. It sounds like the compiler might be picking up the Integer class from a source...
ridgesoft
Offline Send Email
Dec 6, 2006
8:12 pm
135
Any suggested starting values for the gain and itermmax settings? I did not see anything in the examples. Also, what would be a reason I would NOT want to do...
aokjoey
Offline Send Email
Dec 20, 2006
8:36 pm
136
Joe, The gain constants and integral term maximum are totally dependent on the characteristics of the system you are controlling. The following document gives...
ridgesoft
Offline Send Email
Dec 21, 2006
6:04 am
137
Hi all I am having trouble getting my new Intellibrain2Bot to do the Line Following trick - it does not seem to drive the motors at all - I have tried other...
garthpaine
Offline Send Email
Jan 8, 2007
2:35 am
138
Hi Garth, The sensors should read very high over black - 600 to 900. It could be the surface you are using is not opaque or is too reflective, which would...
ridgesoft
Offline Send Email
Jan 8, 2007
5:50 am
139
Can anyone tell me .... I teach AP COmputer Science and am using JAVA 1.5 with JCreator 3.5. Can I write my programs in JCreator using "standard" java along...
pingber
Offline Send Email
Jan 13, 2007
3:19 pm
140
Phil, You should be able to use JCreator to edit and compile and RoboJDE to download and monitor your programs. Although we have not tried this with JCreator,...
ridgesoft
Offline Send Email
Jan 13, 2007
3:38 pm
141
My apologies if this has been posted before, I did my best to search. Anyway, I am having trouble controlling the speed of the servos. According to some of the...
arturuong
Offline Send Email
Jan 14, 2007
5:20 am
142
Arturo, There a discussion of this topic in the navigation tutorial. See page 6 of the following: ...
ridgesoft
Offline Send Email
Jan 14, 2007
5:29 am
143
Thank you so much, that helped a lot. ... page 6 ... http://www.ridgesoft.com/articles/navigation/ProgrammingYourRobotToNa vig\ ... ...
arturuong
Offline Send Email
Jan 14, 2007
6:27 pm
144
How do you change the default project directory? My software seems insistent on saving back to the original directory when the software was installed....
pingber
Offline Send Email
Jan 16, 2007
4:04 pm
Messages 115 - 144 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