Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > Python > How do you drive-by-wire a car using Python ?

Reply
Thread Tools

How do you drive-by-wire a car using Python ?

 
 
igorcarron@gmail.com
Guest
Posts: n/a
 
      05-30-2005
Hello everybody,

Our entry in the DARPA Grand Challenge race uses Python as a
programming language. For those of you who are interested, we are
beginning to put some of our code on our blog.

Before being autonomous, our vehicle (a four wheel drive Jeep) has to
first be driven by wire, i.e. use controls through a computer in order
to command the different steering, acceleration/braking actions.

This entry shows you the lighter version of the code we use to do this
drive-by-wire

http://pegasusbridge.blogspot.com/20...car-using.html

(please note the disclaimer)

Cheers,

Igor.

 
Reply With Quote
 
 
 
 
Tim Churches
Guest
Posts: n/a
 
      05-30-2005
wrote:
> Hello everybody,
>
> Our entry in the DARPA Grand Challenge race uses Python as a
> programming language. For those of you who are interested, we are
> beginning to put some of our code on our blog.


Here is a shot of a Pythonic DARPA Grand Challenge autonomous vehicle
pausing to do garbage collection:
http://www.shoalhaven.nsw.gov.au/cou...ting_bin_1.jpg

Tim C


 
Reply With Quote
 
 
 
 
igorcarron@gmail.com
Guest
Posts: n/a
 
      05-31-2005
Please note we had to avoid trash cans when the DARPA folks came to
visit us. Our vehicle aims at being a garbage avoidance system instead


Igor.

 
Reply With Quote
 
Cameron Laird
Guest
Posts: n/a
 
      05-31-2005
In article < .com>,
<> wrote:
>Please note we had to avoid trash cans when the DARPA folks came to
>visit us. Our vehicle aims at being a garbage avoidance system instead
>
>
>Igor.
>


Python clearly is unsuitable for Grand Challenges, as I believe I once
heard someone in a hallway say that it doesn't properly release garbage
back to The System, and, anyway, it doesn't recognize every spelling for
garbage used in any other language. Python must be for weak girlie men.
 
Reply With Quote
 
igorcarron@gmail.com
Guest
Posts: n/a
 
      05-31-2005
Cameron,

Good point, I know you are a newbie . Let me help you out, just tell
the guy in the hallway that for the recognition of the spelling for
garbage in any other languages we use the zipfile module as pointed out
in
http://pegasusbridge.blogspot.com/20...ve-part-i.html
"...Using the Right Classification Approach

One of our approach to make classification of images for the purpose of
road following as well as obstacle avoidance is based on defining some
type of distance between drivable and non-drivable scenes. There are
many different projection techniques available in the literature. Let
us take the example of the "zipping-classifier" mechanism and how we
are using it for obstacle avoidance. This technique uses a compressor
like Winzip or 7-zip to produce some type of distance between files
(here images.) A very nice description of it can be read here...."

Hope this helps

Cheers,

Igor.

 
Reply With Quote
 
 
 
Reply

Thread Tools

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

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Re: How include a large array? Edward A. Falk C Programming 1 04-04-2013 08:07 PM
CAR INSURANCE FOR YOUR CAR Ahmed Digital Photography 3 10-31-2007 10:50 AM
CAR INSURANCE FOR YOUR CAR Ahmed C++ 0 10-31-2007 02:25 AM
CAR INSURANCE FOR YOUR CAR Ahmed C Programming 0 10-31-2007 02:24 AM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57