Go to Post Yes, good job being calm and asking about the validity of a rumor before fanning the flames and assuming the conspiracy must be true. - Greg McKaskle [more]
Home
Go Back   Chief Delphi > Technical > Programming
CD-Media   CD-Spy  
portal register members calendar search Today's Posts Mark Forums Read FAQ rules

 
Closed Thread
Thread Tools Rate Thread Display Modes
  #16   Spotlight this post!  
Unread 12-11-2002, 23:05
EricS-Team180's Avatar
EricS-Team180 EricS-Team180 is offline
SPAM, the lunchmeat of superheroes!
AKA: Eric Schreffler
FRC #0180 (SPAM)
Team Role: Engineer
 
Join Date: Apr 2002
Rookie Year: 2001
Location: Stuart, Florida
Posts: 561
EricS-Team180 has a reputation beyond reputeEricS-Team180 has a reputation beyond reputeEricS-Team180 has a reputation beyond reputeEricS-Team180 has a reputation beyond reputeEricS-Team180 has a reputation beyond reputeEricS-Team180 has a reputation beyond reputeEricS-Team180 has a reputation beyond reputeEricS-Team180 has a reputation beyond reputeEricS-Team180 has a reputation beyond reputeEricS-Team180 has a reputation beyond reputeEricS-Team180 has a reputation beyond repute
The optical sensors we got had a yellow body and ... yeah I believe they had a red lens.

We took a long look at using them to lock on a goal at power up so that we could autonomously drive to the goal and lock on. Like Andrew posted, we thought we might gain a sec. or so advantage. When we checked the sensor specs against the distance from our starting position to the center-line of the field, however, the sensitivity of the sensors rolled off big-time about 4ft shy of the reflective tape. So, we'd have to start in manual, get a lock on multiple sensors and triangulate. Since we got ~12fps in high gear, we figured we'd be there by the time we got a good lock! In the end, since we were pretty fast, we relied on pure speed and a beefy front grabber, and just rammed the goal at full speed. We did end up using the optics, though, as part of a tread speed measuring circuit.
__________________

Don't PANIC!
S. P. A. M.
  #17   Spotlight this post!  
Unread 12-11-2002, 23:39
Mark Hamilton's Avatar
Mark Hamilton Mark Hamilton is offline
Belphegor made me do it.
#0108 (SigmaC@t)
 
Join Date: Oct 2001
Location: Ft. Lauderdale, FL
Posts: 207
Mark Hamilton will become famous soon enough
Send a message via ICQ to Mark Hamilton Send a message via AIM to Mark Hamilton
Quote:
Originally posted by Andrew
Re: Autonomy...

On a side note, I only discovered recently that the RC is active while in disable mode. It occurs that an autonomous program that just sends the robot forward when the motors are enabled could gain 1-2 seconds before a driver could react. Until last year, I don't think every second counted.
Andrew
Team 356
Our solution to this was to just start with the joysticks full forward. Easier, more reliable, and it didn't lock us into running headfirst if we didn't want to.

Personally I think a fully autonomous competition would be horrible (Im biased cause Im a driver) I've seen autonomous robotics competitions before. They are a difficult engineering challenge (even with tons of expensive sensors), but they are boring to watch. The part of FIRST that gets people so exicited at competition is the sport aspect. Take away the humans and its just a bunch of bots out on the feild. the human element means every match is different and unique. The robot (and people themselves) can quickly adapt to unexpected situations. THe most exciting matches are ones where everything doesnt go as planned. Who's gonna chant and cheer for an autonomous bot? The real potential would be for FIRST to give us what we need to give robots cabalities to supplement the driver.
__________________
Retired member of Team 108
  #18   Spotlight this post!  
Unread 13-11-2002, 16:28
Adam Y.'s Avatar
Adam Y. Adam Y. is offline
Adam Y.
no team (?????)
 
Join Date: Mar 2002
Location: Long Island
Posts: 1,979
Adam Y. is a splendid one to beholdAdam Y. is a splendid one to beholdAdam Y. is a splendid one to beholdAdam Y. is a splendid one to beholdAdam Y. is a splendid one to beholdAdam Y. is a splendid one to beholdAdam Y. is a splendid one to behold
Send a message via AIM to Adam Y.
Quote:
The real potential would be for FIRST to give us what we need to give robots cabalities to supplement the driver.
Teleoperated robotics is what that's called. Force feedback controls would be a nice idea abeit rather complicated. It all depends on the situation for you to choose an autonomous or remotely operated robot.
__________________
If either a public officer or any one else saw a person attempting to cross a bridge which had been ascertained to be unsafe, and there were no time to warn him of his danger, they might seize him and turn him back without any real infringement of his liberty; for liberty consists in doing what one desires, and he does not desire to fall into the river. -Mill

Last edited by Adam Y. : 13-11-2002 at 16:31.
  #19   Spotlight this post!  
Unread 13-11-2002, 17:04
Andrew Andrew is offline
Registered User
#0356
 
Join Date: May 2002
Location: Little Rock, AR
Posts: 393
Andrew is a name known to allAndrew is a name known to allAndrew is a name known to allAndrew is a name known to allAndrew is a name known to allAndrew is a name known to all
Quote:
Our solution to this was to just start with the joysticks full forward. Easier, more reliable, and it didn't lock us into running headfirst if we didn't want to.
That seems reasonable. You still have to live with a potentially negligible time delay between when your robot becomes live and when it gets the first joystick command. These may occur simultaneously, but, you never know.

Quote:
Personally I think a fully autonomous competition would be horrible (Im biased cause Im a driver) I've seen autonomous robotics competitions before. They are a difficult engineering challenge (even with tons of expensive sensors), but they are boring to watch.
You mean you don't want to watch a robot stuck in a corner, repeatedly executing the same failed maneuver, banging on the playing field border over and over and over and ...? Now that's entertainment!

Andrew, Team 356
  #20   Spotlight this post!  
Unread 13-11-2002, 20:12
Dave Flowerday Dave Flowerday is offline
Software Engineer
VRC #0111 (Wildstang)
Team Role: Engineer
 
Join Date: Feb 2002
Rookie Year: 1995
Location: North Barrington, IL
Posts: 1,366
Dave Flowerday has a reputation beyond reputeDave Flowerday has a reputation beyond reputeDave Flowerday has a reputation beyond reputeDave Flowerday has a reputation beyond reputeDave Flowerday has a reputation beyond reputeDave Flowerday has a reputation beyond reputeDave Flowerday has a reputation beyond reputeDave Flowerday has a reputation beyond reputeDave Flowerday has a reputation beyond reputeDave Flowerday has a reputation beyond reputeDave Flowerday has a reputation beyond repute
Quote:
That seems reasonable. You still have to live with a potentially negligible time delay between when your robot becomes live and when it gets the first joystick command. These may occur simultaneously, but, you never know.
Actually, the robot is receiving the joystick commands anytime the link is active, whether or not the robot is disabled. The PBASIC program is seeing the commands and everything. The reason the robot doesn't move is because there's a microprocessor in between the BASIC Stamp and the actual PWM outputs to the motor. Among other things, this processor ignores the commands from the BASIC Stamp when the robot is disabled. When the robot is enabled, the output processor allows the motors to run off of the BASIC Stamp's commands. This is the reason that people who have "ramp up" code don't see the "ramp up" effect if they start with the joysticks fully throttled: the BASIC Stamp has already gone through it's throttling up phase and already thinks the robot is running at full speed!
  #21   Spotlight this post!  
Unread 13-11-2002, 23:48
Greg Ross's Avatar
Greg Ross Greg Ross is offline
Grammar Curmudgeon
AKA: gwross
FRC #0330 (Beach 'Bots)
Team Role: Mentor
 
Join Date: Jun 2001
Rookie Year: 1998
Location: Hermosa Beach, CA
Posts: 2,245
Greg Ross has a reputation beyond reputeGreg Ross has a reputation beyond reputeGreg Ross has a reputation beyond reputeGreg Ross has a reputation beyond reputeGreg Ross has a reputation beyond reputeGreg Ross has a reputation beyond reputeGreg Ross has a reputation beyond reputeGreg Ross has a reputation beyond reputeGreg Ross has a reputation beyond reputeGreg Ross has a reputation beyond reputeGreg Ross has a reputation beyond repute
Send a message via AIM to Greg Ross Send a message via Yahoo to Greg Ross
Quote:
Originally posted by Dave Flowerday
This is the reason that people who have "ramp up" code don't see the "ramp up" effect if they start with the joysticks fully throttled: the BASIC Stamp has already gone through it's throttling up phase and already thinks the robot is running at full speed!
It is possible, however -- if desired -- to sense whether the robot is enabled (the comp_mode variable), and the robot could wait to start its accelleration ramp until it is enabled.
__________________
Greg Ross (The Grammar Curmudgeon formerly known as gwross)
S/W Engineer, Team 330, the Beach 'Bots
<--The Grammar Curmudgeon loves this cartoon.
“Life should not be a journey to the grave with the intention of arriving safely in a pretty and well preserved body, but rather to skid in broadside in a cloud of smoke, thoroughly used up, totally worn out, and loudly proclaiming "Wow! What a Ride!" Hunter S. Thompson
"Playing a practical joke means doing something mean and calling it funny." Me
Closed Thread


Thread Tools
Display Modes Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Interesting Find UCGL_Guy General Forum 2 13-10-2003 11:58
Interesting "Terms of Service" George1902 Chit-Chat 7 17-09-2003 22:25
Why legs rule and wheels don't. An interesting article relating to the segway Adam Y. Dean Kamen's Inventions 1 30-10-2002 15:29
Interesting facts from the FIRST 9 regionals archiver 2001 12 24-06-2002 02:35
Interesting thing with the times Joe Ross CD Forum Support 6 14-05-2002 21:51


All times are GMT -5. The time now is 07:05.

The Chief Delphi Forums are sponsored by Innovation First International, Inc.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2017, Jelsoft Enterprises Ltd.
Copyright © Chief Delphi