Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

Navigational Robot using Neural NEtwroks

Status
Not open for further replies.

bjraval

Newbie level 3
Joined
Jul 25, 2010
Messages
3
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Location
Mumbai
Activity points
1,300
heyy :)
I am thinking of making a robot based on neural networks (Artificial Intelligence).
I need some guidance so that i can start my project on right track.
I need the robot to go 4rom destination A to Destnation B...In btween if there are any obstacles ,they should be avoided..!
I don't want to use GPS for giving my destination point..!
Can any1 please help me telling the general idea how it wil work..?
wil b very helpful..!
thnx :)
 

Even using natural intelligence will not work without a coordinate system, somehow you have to define A and B! Avoiding GPS without a sound reason seems silly - it is there and working - at nearly no cost! Any other attempt to define your robots location and movement will cost more and will be more complex.
 

Yea, for sure you must define a coordinate system. Well egeorgiev, i got many reasons why not to use GPS, as reliability to use the robot indoor and if the size of his system is too small (as standard GPS has a limited accuracy). You should try using a 6-DOF IMU and calculate your actual position but you are going to have some drift. You could use some external and local ultra-sound positioning system but they are expensive. As for useing NeuralNetwork, your main problem is to define your input and outputs of the Network. I would try to make a deterministic program to deal with sensors and generate processed data as you actual position and if there is any object at your front. You could input that data on the NN to have an output as something like a rotation you should make to avoid the object and go to desired location.
 

Status
Not open for further replies.

Similar threads

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top