|
|
|
![]() |
|
|||||||
|
||||||||
![]() |
|
|
Thread Tools |
Rating:
|
Display Modes |
|
|
|
#1
|
|||||
|
|||||
|
Re: New Robot Control System!
Quote:
The fewer layers of abstraction, the faster the program will run, with assembly language being the fastest. However, this speed increase is offset by increased development time. I believe a good compromise is reached in the C programming language, as do many other robot programmers! ![]() Something like EasyC is different in that it actually reduces your high-level instructions to C and them compiles the resulting C code (correct me if I am wrong here!). If the current trends continue and no low-level access is required, then EasyC is probably the best solution to the programming problem. There are two ways that you can utilize increased CPU speed or RAM storage: 1.) You can program as efficiently as you did on the smaller machine, and as a result the machine can do more tasks, or 2.) You can fill up the new resources with programming language "bloat", offering few new features and probably introducing many bugs! Just my $0.02. ![]() Last edited by Eldarion : 17-05-2007 at 02:52. |
|
#2
|
||||
|
||||
|
Re: New Robot Control System!
Quote:
|
|
#3
|
||||
|
||||
|
Re: New Robot Control System!
Still though... I'm sure the stack sizes (not to mention pertinent memory associated with the interpretive code executor, and all the processing overhead for that) are massive... probably far beyond what an embedded processor can handle. A blackfin or coldfire maybe, but...
<rant> well to put it simply i like a low weight class for my software... a medium amount of hardware, light software, means fast execution. I'd rather have my quick and fast C than a big bulky processor running a whole ton of code I didnt write (means that it'll probably crash since its near impossible to debug their machine code)... </rant> well... maybe i'm old fasioned... just i've always found the close interatction with the hardware of the processor that assembly and C provide... -q |
|
#4
|
||||
|
||||
|
Re: New Robot Control System!
Quote:
Having played with robots programed in Java last week, I can tell you that Java ME does work rather well when it comes to developing software for small, power constrained devices. (You actually use the same interfaces that you use for writing programs that run on a Java-enabled cellphone.) .Net CF has a slightly larger footprint, but it too likely could handle the processors that I imagine FIRST is looking at using in the post-2008 era. When they say 'support for multiple languages', that smacks to me of a device that's capable of running an operating system in some fashion, rather than just a simple processor... so it's back to the whole wait-and-see... |
|
#5
|
||||
|
||||
|
Re: New Robot Control System!
Quote:
I will also second the notion that Java has a number of features that do lend themselves to robot programming. In particular Java handles events and exceptions well. Just as a simple example, I made some code for the InteliBrain robot from Ridgesoft that uses the CMU cam and can find the FRC game light and move the robot to within 5 feet of it very quickly. If the Java code is used with an IDE that compiles the code efficiently, it will not be anything like Java byte codes. Something like xCode perhaps. |
|
#6
|
||||
|
||||
|
Re: New Robot Control System!
Quote:
|
|
#7
|
|||||
|
|||||
|
Re: New Robot Control System!
Quote:
) |
|
#8
|
|||||
|
|||||
|
Re: New Robot Control System!
I have been thinking about this and if FIRST was not going to use the IFI processor, here is what I would do if I were FIRST:
1) Research the different ready-made processors available in the market. 2) Pick out everything that is decent and buy them 3) Vigorously test each processor in conditions that real competition would require 4) Research the company and determine if it is a work-able partnership. 5) Work out details with the partnering company to provide adequate supply and support for all FIRST teams. There are a lot of other things to figure out such as speed controllers, spikes etc. So, even though we have all our wishes of the type of processor and its features, I am sure FIRST is researching this in a planned manner and will determine what is best for our applications. We might not get what we expect or like, but hopefully it is what is best for us. |
![]() |
| Thread Tools | |
| Display Modes | Rate This Thread |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| pic: FIRST's New field control system | Greg Needel | Extra Discussion | 22 | 12-01-2007 09:23 |
| New control system? | David55 | Rumor Mill | 2 | 29-12-2006 08:28 |
| New control system ... new forum. | Brandon Martus | Control System | 0 | 06-01-2004 15:05 |
| New Control System Photos | archiver | 2000 | 18 | 23-06-2002 22:13 |
| New Control System? | smokescreen | Rumor Mill | 4 | 07-03-2002 15:48 |