Continue to Site

Welcome to our site!

Electro Tech is an online community (with over 170,000 members) who enjoy talking about and building electronic circuits, projects and gadgets. To participate you need to register. Registration is free. Click here to register now.

  • Welcome to our site! Electro Tech is an online community (with over 170,000 members) who enjoy talking about and building electronic circuits, projects and gadgets. To participate you need to register. Registration is free. Click here to register now.

Robot walk with a specific behaviour

Status
Not open for further replies.

watzmann

New Member
Hi All ,

i'm workign in my robot now.....but i have an i dea need to know if it is possible to make or not .

i need my robot to walk in specifc path, this path is a square with length of 1 meter.

i don't like the idea of line tracking , i need to make it without this tracking ground .

so please tell me how to let my robot do that , i'm using PIC 16f877


M.ALi
 
You need some method of tracking it, line following is br FAR the easiest method.

If the circuit is smooth, flat, level, and has a constant friction factor, then you could use stepper motors to give a repeatable path.
 
As good as a stepper, and subject to the same terrain limitations - in either case if a tyre slides on the surface at all it won't run straight and accurate.
 
well..

the answer is time delay..

for say 3 seconds let the robot move in straight path.. after that it turns right.. again after 3 seconds it turns right.. to move in clockwise direction..

I advice you to choose time yourself so that it accurately travels the side length of 1 meter..

Regards,

Simran..
 
Last edited:
simrantogether said:
the answer is time delay..

for say 3 seconds let the robot move in straight path.. after that it turns right.. again after 3 seconds it turns right.. to move in clockwise direction..

I advice you to choose time yourself so that it accurately travels the side length of 1 meter..

I presume you've never actually done this?.

First problem, it won't always move the same distance during the same time period, second problem, it won't move in a straight line.

Using stepper motors will help greatly with both problems, but even then if a tyre ever slips at all it's then off course.
 
Hi sir..

Nigel Goodwin said:
First problem, it won't always move the same distance during the same time period..

yes ... but the error distance will be very small


Nigel Goodwin said:
second problem, it won't move in a straight line..

it will move in a straight line.. because.. we are using three strepper motors two for tyres on the rear ... and one is mounted on the front.. to change the direction..


Nigel Goodwin said:
Using stepper motors will help greatly with both problems, but even then if a tyre ever slips at all it's then off course.

we all have seen a wheel chair used in hospitals.. its tyres are available in market easily.. they cannot slip because of bigger size.. when compated with stepper motor..

Regards,

Simran..:)
 
Last edited:
simrantogether said:
yes ... but the error distance will be very small

Using DC motors it will be considerable, with steppers it will be better, but still might not be good enough - unless it's over a VERY small distance.

it will move in a straight line.. because.. we are using three strepper motors two for tyres on the rear ... and one is mounted on the front.. to change the direction..

Again, only over a VERY short distance.

we all have seen a wheel chair used in hospitals.. its tyres are available in market easily.. they cannot slip because of bigger size.. when compated with stepper motor..

A wheelchair has feedback, the 'driver' controls it and keeps it straight.

Try locking the controls of an empty wheelchair and send it down a straight corridor - try it multiple times - then see how many times it doesn't hit the walls! :p
 
Nigel Goodwin said:
Using DC motors it will be considerable, with steppers it will be better, but still might not be good enough - unless it's over a VERY small distance.

yes... it is effective in a small distance about 7-10 metres... but if in a larger distance.. we should use.. servo .. i feel..

Nigel Goodwin said:
A wheelchair has feedback, the 'driver' controls it and keeps it straight.

Try locking the controls of an empty wheelchair and send it down a straight corridor - try it multiple times - then see how many times it doesn't hit the walls! :p

i am talking about the small tyres used in a wheelchair.. that you are seeing in front.. can be used with stepper motor..

**broken link removed**

Regards,

Simran..
 
simrantogether said:
yes... it is effective in a small distance about 7-10 metres... but if in a larger distance.. we should use.. servo .. i feel..

I would call that a LONG distance - even your body isn't that good - close your eyes and try and walk a straight line for 7 - 10 metres!. Make sure you have a friend there to shout and stop you, as you're likely to fall over things, walk across roads etc.

i am talking about the small tyres used in a wheelchair.. that you are seeing in front.. can be used with stepper motor..

Those don't go straight even when you push them from behind! :p
 
Nigel Goodwin said:
I would call that a LONG distance - even your body isn't that good - close your eyes and try and walk a straight line for 7 - 10 metres!. Make sure you have a friend there to shout and stop you, as you're likely to fall over things, walk across roads etc.

ok i agree your point.. but what if tyres are big... :p you obtain accuracy.. because less rotations per small distance..


Those don't go straight even when you push them from behind!

my senior made it and presented in IIT - DELHI.. he got award..:)
 
You could get a compass module, but even those are not 100% accurate, and they are expensive.

The only other thing I can think of is to design a servo system that will lift the front end and move it 90 degrees each time. But you will have a VERY hard time eliminating drifting over time, unless you do a line follower.

If the square is set up in one location then maybe you could get 4 lasers on fixed mounts that the robot can use for a referrence. That might work out pretty good with a stepper motor to help keep the distances consistant.
 
Status
Not open for further replies.

Latest threads

New Articles From Microcontroller Tips

Back
Top