My HS has a robotics team participating in the USFIRST competition (sponsored by Dean Kamen, (Yes, inventor of the Segway), and I'm one of the three programmers. Anyway, here's our webpage: http://www.broken-llama.com/robotics/ , and an out of date picture (flaps and suction cup are gone):
[img=right]http://www.broken-llama.com/robotics/images/robot.jpg[/img]. [rant on]Apparently our robot was supposed to lift a large ball into a goal, push little balls around effectively with fold out guides, and hang on a rod 9' above. Apparently, we had to strip out all features except hanging due to weight limits (130lbs). Our autonomous modes except the most basic one could not be implemented due to time constraints, and are implemented w/ dead reckoning, w/ no encoders or gyroscope for navigation. . We currently have a dangerously overpowered robot that can tip over if driven too fast, and can't push balls at full speed w/o riding over them... Also we blew away craploads of time doing nothing waiting for parts to ship in rather than something productive(myself included). We also got a moron who think that C# is better than Linux (the guy w/ no nickname in his profile) and who claims to know C#.
[/rant off]
Obviously I think we won't do well. Then again, I'm always an unhappy pessimist.
FIRST Robotics competition/Design by committee
Moderator: Edi
FIRST Robotics competition/Design by committee
ah.....the path to happiness is revision of dreams and not fulfillment... -SWPIGWANG
Sufficient Googling is indistinguishable from knowledge -somebody
Anything worth the cost of a missile, which can be located on the battlefield, will be shot at with missiles. If the US military is involved, then things, which are not worth the cost if a missile will also be shot at with missiles. -Sea Skimmer
George Bush makes freedom sound like a giant robot that breaks down a lot. -Darth Raptor
Re: FIRST Robotics competition/Design by committee
Eh? Linux is an OS, C# is a programming language...Pu-239 wrote:[rant on]We also got a moron who think that C# is better than Linux (the guy w/ no nickname in his profile) and who claims to know C#. [/rant off]
Obviously I think we won't do well. Then again, I'm always an unhappy pessimist.
Anyway, C# is good for rad development and more importantly biuld times are next to non-existant compared to an equivelent sized C++ project. This really helps the Code-Compile-Debug cycle.
Also, you can use Mono on linux if you want to.
The biggest things is; Are you writing the drivers or just using them?
If you need to writing drivers to directly control the hardwere, then C# is not the way to go. As for using the drivers, it depends on what language bindings there are for them.
"Okay, I'll have the truth with a side order of clarity." ~ Dr. Daniel Jackson.
"Reality has a well-known liberal bias." ~ Stephen Colbert
"One Drive, One Partition, the One True Path" ~ ars technica forums - warrens - on hhd partitioning schemes.
"Reality has a well-known liberal bias." ~ Stephen Colbert
"One Drive, One Partition, the One True Path" ~ ars technica forums - warrens - on hhd partitioning schemes.
Re: FIRST Robotics competition/Design by committee
Which is why he is a moron, especially when combined with the claim that he knows C#, and no, Linux is for the webserver... the robot doesn't run an OS. They provide us the skeleton code for the chip, which calls user routines every 26ms, so all we have to do is read/write variables for the various output and input pins.ggs wrote: Eh? Linux is an OS, C# is a programming language...
ah.....the path to happiness is revision of dreams and not fulfillment... -SWPIGWANG
Sufficient Googling is indistinguishable from knowledge -somebody
Anything worth the cost of a missile, which can be located on the battlefield, will be shot at with missiles. If the US military is involved, then things, which are not worth the cost if a missile will also be shot at with missiles. -Sea Skimmer
George Bush makes freedom sound like a giant robot that breaks down a lot. -Darth Raptor
Re: FIRST Robotics competition/Design by committee
Ugh. Sounds like fun. Probable will need either lowlevel asm or C (Asm with some extra syntax)Pu-239 wrote:Which is why he is a moron, especially when combined with the claim that he knows C#, and no, Linux is for the webserver... the robot doesn't run an OS. They provide us the skeleton code for the chip, which calls user routines every 26ms, so all we have to do is read/write variables for the various output and input pins.ggs wrote: Eh? Linux is an OS, C# is a programming language...
"Okay, I'll have the truth with a side order of clarity." ~ Dr. Daniel Jackson.
"Reality has a well-known liberal bias." ~ Stephen Colbert
"One Drive, One Partition, the One True Path" ~ ars technica forums - warrens - on hhd partitioning schemes.
"Reality has a well-known liberal bias." ~ Stephen Colbert
"One Drive, One Partition, the One True Path" ~ ars technica forums - warrens - on hhd partitioning schemes.
- Sea Skimmer
- Yankee Capitalist Air Pirate
- Posts: 37390
- Joined: 2002-07-03 11:49pm
- Location: Passchendaele City, HAB
Bah, I did that last year and succeed in spending a week in the hospital for it, this year I didn't bother and I'm very glad, from what I've heard teamwork in our team reached an all-time low and group politics have gotten out of control.
[ulr=http://www27.brinkster.com/havenrobotic ... page31.asp]Site[/url]
[ulr=http://www27.brinkster.com/havenrobotic ... page31.asp]Site[/url]
"This cult of special forces is as sensible as to form a Royal Corps of Tree Climbers and say that no soldier who does not wear its green hat with a bunch of oak leaves stuck in it should be expected to climb a tree"
— Field Marshal William Slim 1956
— Field Marshal William Slim 1956
- Dahak
- Emperor's Hand
- Posts: 7292
- Joined: 2002-10-29 12:08pm
- Location: Admiralty House, Landing, Manticore
- Contact:
My university has a RoboCup team, though we aren't all that successful
Great Dolphin Conspiracy - Chatter box
"Implications: we have been intercepted deliberately by a means unknown, for a purpose unknown, and transferred to a place unknown by a form of intelligence unknown. Apart from the unknown, everything is obvious." ZORAC
GALE Force Euro Wimp
Human dignity shall be inviolable. To respect and protect it shall be the duty of all state authority.
Gah, looks like your webmaster simply resized full size images w/ html width/height attributes, making them take forever to download...Sea Skimmer wrote:Bah, I did that last year and succeed in spending a week in the hospital for it, this year I didn't bother and I'm very glad, from what I've heard teamwork in our team reached an all-time low and group politics have gotten out of control.
[ulr=http://www27.brinkster.com/havenrobotic ... page31.asp]Site[/url]
ah.....the path to happiness is revision of dreams and not fulfillment... -SWPIGWANG
Sufficient Googling is indistinguishable from knowledge -somebody
Anything worth the cost of a missile, which can be located on the battlefield, will be shot at with missiles. If the US military is involved, then things, which are not worth the cost if a missile will also be shot at with missiles. -Sea Skimmer
George Bush makes freedom sound like a giant robot that breaks down a lot. -Darth Raptor