I am thinking to develop a program/software to simulate autonomous driving car (artificial intelligent agent) using java. A car(agent) will move forward avoiding the obstacle in the dynamic environment. How do i start?
bro3886 0 Newbie Poster
Recommended Answers
Jump to Postare we talking virtual, or an actual "car" that you'll be driving around in your living room or something like that?
if it's the second, don't go for Java. go for a language that 'll be able to completely interact with the hardware to go with it
Jump to Postin that case, Slavi is right.
it's a bit like a maze solver, just check the front of the car with what's in front of it, and what's beside that.
if there's something in front of it, turn (after checking which way).but, indeed, for your start, all you need …
Jump to Poststate machine, collision detection/avoidance algorithms, simple pathfinding algorithm. Don't think you need much more (but you'll have your hands full on those).
All 11 Replies
stultuske 1,116 Posting Maven Featured Poster
Slavi 94 Master Poster Featured Poster
bro3886 0 Newbie Poster
bro3886 0 Newbie Poster
stultuske 1,116 Posting Maven Featured Poster
bro3886 0 Newbie Poster
bro3886 0 Newbie Poster
Slavi 94 Master Poster Featured Poster
stultuske 1,116 Posting Maven Featured Poster
jwenting 1,905 duckman Team Colleague
stultuske 1,116 Posting Maven Featured Poster
Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.