Want to read Slashdot from your mobile device? Point it at m.slashdot.org and keep reading!

 



Forgot your password?
typodupeerror
×
Robotics Software Hardware Science Linux

Linux-Powered Auto-Parking Car 414

megmag writes "A really cool project using a Linux P4 machine for automatic parking of a Volvo S60 was presented last week. Take a look at the video. That's how your parking problem should be solved. It is a final-year student project within the mechanical engineering department at Linköping University, Sweden."
This discussion has been archived. No new comments can be posted.

Linux-Powered Auto-Parking Car

Comments Filter:
  • by forged ( 206127 ) on Wednesday June 30, 2004 @09:17AM (#9570038) Homepage Journal
    I wonder if this will also work in tight spaces, where you end-up inching your way through.
  • white cars only? (Score:2, Interesting)

    by harmanjd ( 414263 ) on Wednesday June 30, 2004 @09:26AM (#9570130)
    Does it only work if you park between two white cars?
  • Questions... (Score:5, Interesting)

    by Whispers_in_the_dark ( 560817 ) * <rich@harkins.gmail@com> on Wednesday June 30, 2004 @09:28AM (#9570145)
    1) Who gets the bill when the system screws up and slams the nice $200K car instead of parking neatly next to it?

    2) How does the system deal with engine/linkage issues. Cars don't provide smooth power/steering at all times. If the engine is out of tune or has a catchy throttle, can the system deal with that as well as/better than a human?

    3) How is it told where to park? It would have been nice if it was clear in the video what the driver did to tell it that. The article alludes to some sort of analysis system for this, but I like pretty pictures. ;)

    Pretty nifty anyway!
  • by fgb ( 62123 ) on Wednesday June 30, 2004 @09:36AM (#9570233)
    The system previewed in BMW Magazine a few months ago. As you drive by the parking space, it measures how big the space is and lets you know if the car will fit. If you tell it to park, it will take over the steering and acceleration. You retain control of the brakes so that you can stop it if necessary. I believe the article said that it would be available in the 6 series in a couple of years.

    I don't believe they recommended that you got out of the car before the parking manuever was completed.
  • Re:This is cool (Score:5, Interesting)

    by Paulrothrock ( 685079 ) on Wednesday June 30, 2004 @09:55AM (#9570404) Homepage Journal
    There was a show on the Discovery channel a while back about the differences between men and women. They were given the task of parking a car (VW New Beetle) in a space 1 foot longer than the length of the car. All of the men who tried could do it. Only 70% of the women could get it in. While not a definitive study, it does provide some non-anecdotal evidence that this is the case.

    To be fair, in the same show they did an experiment where men and women were given a list of things to do in a time limit. Things like answering the door, the phone, cooking, cleaning, writing out a grocery list, and other basic household stuff. All but one of the men failed to finish in the time period, and experienced significantly more stress in accomplishing these tasks. They also tended to do one thing at a time and got flustered when their concentration was broken. All of the women had no trouble finishing the same tasks from the same list in the same environment.

  • by dcsmith ( 137996 ) * on Wednesday June 30, 2004 @09:57AM (#9570436)
    Hell, even I could park in that spot. They did a good job, but until they can park in a spot 8 inches longer than your car like in NYC, it doesn't have so much practical purpose.

    Hell, I can carry a disk between computers faster than that 300 baud modem. If it can't transmit data any faster than that, it doesn't have much practical purpose. What's that? It'll get faster once people start using it and the technology improves? Huh. Who'd a thunk it?

    Sheesh, people, lighten up. Proof of concept.

  • Re:This is cool (Score:5, Interesting)

    by Paulrothrock ( 685079 ) on Wednesday June 30, 2004 @10:31AM (#9570734) Homepage Journal
    Same show, different experiment.

    Men and women were asked to draw a bike from memory. Women always had all the right parts, but rarely in the right places. Men rarely had all the parts, but always in the right places. There is a difference in how men and women's minds work. It's not that one is better or worse than the other, it's that they're different.

  • Re:This is cool (Score:3, Interesting)

    by jswhiting ( 748371 ) on Wednesday June 30, 2004 @10:48AM (#9570914)
    There are exhibitable differences in how men and women think and behave, no doubt, but who can show that these differences are not the result of a lifetime of training in a complex social environment under intense pressures?

    Maybe you could do an experiment to show that men "have a higher capacity for algebra", or "have a higher capacity for mechanical engineering," by doing some basic tests. However, in our society, women are encouraged NOT to understand algebra and engineering. Why? Because a woman who does is unattractive!! Think about the stereotypes and the status quo here - imagine what the general student opinion would be of a girl in high school who took and aced advanced calculus? Do you think the guys would be "all over her"? What would her friends think? In the greater scheme of the social environment, we enforce gender difference in a very complex interlocking web of pressures.
  • Re:Questions... (Score:3, Interesting)

    by Whispers_in_the_dark ( 560817 ) * <rich@harkins.gmail@com> on Wednesday June 30, 2004 @11:38AM (#9571432)

    The same way a human does it, feedback control. i.e. You measure your acceleration, and you adjust the throttle until you get the value you want. With the right control system, the computer should be able to do a better job than a person. This is actually a famous problem in controls, and has been much studied. I was a bit disappointed that the article talked more about the mechanics of interfacing with the car, but maybe they consider the controller a "solved problem"

    I appreciate the detailed article. I will confess up front that I am going to reply without reading the entire thing, but from what I read (could grasp quickly without resorting to formulae) it appears to describe a normal feedback system augmented by visual sensors.

    The thing is, AFAIK, that people usually don't handle controls the same way a machine does. People (although my statistical sample is the smallish one -- myself) will remember how a machine reacts to their inputs and (attempt to) compensate when dealing with those controls. In addition to sight I also rely on hearing and vibration to tell me what the machine is doing. Machines, even ones sophisticated enough to employ a visual augmentation, don't have those (occasionally critical) advantages.

    As an example, my minivan has a sticky accelerator first thing in the morning. I know this, so to make sure it doesn't jump when I try to back out I rev the engine a bit while still in park to clear the stickiness. It doesn't happen after the first start of the day but it has become ritual. A computer, unless employing a learning system or very well programmed, won't act the same way. A feedback system would normally just keep applying force until it got an expected reaction (motion). In my sticky-peddal problem the computer may very well have just rammed the car ahead/behind before realizing it got more force than expected. If I find excessive resistance in the pedal I don't go any further unless I'm SURE I'm in Park.

    Maybe at the millisecond resolution computers can handle the feedback and the my sticky pedal issue isn't a problem (not being in that particular field of computing I wouldn't know). But I suspect those sorts of tactile-memory skills wouldn't transfer easily or well to a machine.

    OTOH, I could be completely off base. It wouldn't be the first time! :)
  • obligatory (Score:2, Interesting)

    by Nspace13 ( 654963 ) on Wednesday June 30, 2004 @11:52AM (#9571584) Homepage
    how long til someone learns to hack it. they stop by your car when your asleep and change a few numbers. the next day you park right into cars instead of next to them.
  • Re:This is cool (Score:2, Interesting)

    by DaZedAdAm ( 131819 ) on Wednesday June 30, 2004 @12:07PM (#9571740)
    Well I happened to take my AP Calculus class two years ago with a girl who aced it and had guys "all over her." Not only that, but she was the homecoming queen, Miss , senior class president, and finished in the top 10 of our 367 in our class. Also, like me, she was a band nerd. She marched in the marching band, played in the symphonic band, tried out for all-state and other honor bands, and even became one of the three drum majors of our 200+ person marching band.

    This girl was one of the most physically attractive, popular, and intelligent people in our school, while also being a math and band nerd.
  • by crache ( 654516 ) <josh AT crache DOT org> on Wednesday June 30, 2004 @12:51PM (#9572236) Homepage
    I knew this looked familiar: Self-Parking Car Available In Japan [slashdot.org]
  • Re:This is cool (Score:2, Interesting)

    by funshine ( 792992 ) on Wednesday June 30, 2004 @02:06PM (#9573165)
    No offense to anyone, but my personal pet peeve recently has been people who appear to be foreigners who are driving around in big cities and clearly do not know the rules of the road. Its wayyyy too easy to get a driver's license in California. :(

Math is like love -- a simple idea but it can get complicated. -- R. Drabek

Working...