go away spammer

Author Topic: Robot that travels specific distances at measurable speeds  (Read 3931 times)

0 Members and 1 Guest are viewing this topic.

Offline SciOlyStudentTopic starter

  • Full Member
  • ***
  • Posts: 67
  • Helpful? 0
Robot that travels specific distances at measurable speeds
« on: November 16, 2007, 01:30:18 PM »
I'm currently designing a robot that can travel a certain distance (which I can change quickly and accurately) at a certain speed (so I can predict the time for it to travel that distance).  I was thinking I could use the 50$ robot setup, except add something to measure distance traveled instead of light.  What modifications would I have to make in order to do this? Thanks for any help!:D

Offline Admin

  • Administrator
  • Supreme Robot
  • *****
  • Posts: 11,703
  • Helpful? 173
    • Society of Robots
Re: Robot that travels specific distances at measurable speeds
« Reply #1 on: November 16, 2007, 01:44:36 PM »
As always, I have a few questions to ask:

What is the robot terrain like?
Your budget?
What is your acceptable error rate (absolute minimum distance off)? All sensors have error . . . high acceptable error rates are cheaper and easier :P

Offline SciOlyStudentTopic starter

  • Full Member
  • ***
  • Posts: 67
  • Helpful? 0
Re: Robot that travels specific distances at measurable speeds
« Reply #2 on: November 16, 2007, 02:22:16 PM »
What is the robot terrain like?
Your budget?
What is your acceptable error rate (absolute minimum distance off)?
1. The terrain is hard, level and even.
2. Very limited.  This is why i asked if I could just modify the 50$ robot to my needs.
3. Hmmm... well, I'd have to say that I would like a fairly small error rate, maybe a few centimeters or less.
      This is a competition in which my robot has to travel a specified distance which will be announced just prior to the competition (literally minutes), so it has to be a quick adjustment type situation.  Thank you  :).

Offline Admin

  • Administrator
  • Supreme Robot
  • *****
  • Posts: 11,703
  • Helpful? 173
    • Society of Robots
Re: Robot that travels specific distances at measurable speeds
« Reply #3 on: November 16, 2007, 02:35:44 PM »
You will need encoders for this task.

You can either make your own, or get this:
http://www.acroname.com/robotics/parts/R238-WW01-KIT.html

Offline bens

  • Expert Roboticist
  • Supreme Robot
  • *****
  • Posts: 335
  • Helpful? 3
Re: Robot that travels specific distances at measurable speeds
« Reply #4 on: November 16, 2007, 02:42:18 PM »
Does your robot just have to go in a straight line?  It sounds like going at a constant speed doesn't have to be a concern.  Basically all you need is a simple encoder to keep track of your wheels' rotations.  Typically you want to use two sensors per wheel for what's known as "quadrature", which lets you determine the direction the wheel is rotating along with its rotational speed.  If your wheels are always only moving forward, you would just need a single sensor for each wheel.

Actually, if you really just have to go in a straight line on a flat course, you could mechanically link both wheels via a single axle and simply monitor the rotation of one of those wheels with a single sensor and an encoder wheel.

Offline SciOlyStudentTopic starter

  • Full Member
  • ***
  • Posts: 67
  • Helpful? 0
Re: Robot that travels specific distances at measurable speeds
« Reply #5 on: November 16, 2007, 03:02:50 PM »
Does your robot just have to go in a straight line?  It sounds like going at a constant speed doesn't have to be a concern.
  What you say is true, but in the first post I mentioned the fact that I need to be able to estimate the total time it will take my robot to travel the specified distance.  Hooking the two wheels to one axle and tracking the rotations that way is a good idea.  Just a question about servos, if I can make the robot stop after a certain distance, will the servos automatically stop the robot at that distance?

Offline Admin

  • Administrator
  • Supreme Robot
  • *****
  • Posts: 11,703
  • Helpful? 173
    • Society of Robots
Re: Robot that travels specific distances at measurable speeds
« Reply #6 on: November 16, 2007, 03:31:11 PM »
Quote
Just a question about servos, if I can make the robot stop after a certain distance, will the servos automatically stop the robot at that distance?
Depends on many factors . . . what you will end up doing is designing a PID control algorithm, where you test to find the coefficients needed to make your robot stop as fast as you want.

check this out:
http://www.societyofrobots.com/programming_PID.shtml

What you want is a very short settling time (not measured, just minimized, right?). Basically put in the Actuator_Output equation as in the tutorial into your robot, and change the tweaks until your robot does what you like in testing.

If your robot is light weight, you can ignore the acceleration ('I' term).

Offline SciOlyStudentTopic starter

  • Full Member
  • ***
  • Posts: 67
  • Helpful? 0
Re: Robot that travels specific distances at measurable speeds
« Reply #7 on: November 18, 2007, 02:16:25 PM »
So can I basically use the 50$ robot design except connect the encoders instead of the photoresistors?  Or is there a different setup (circuitry) needed in order for it to accept the encoders?  If possible, is there a cheaper way to make this robot (less than 50$)?

Offline Admin

  • Administrator
  • Supreme Robot
  • *****
  • Posts: 11,703
  • Helpful? 173
    • Society of Robots
Re: Robot that travels specific distances at measurable speeds
« Reply #8 on: November 18, 2007, 04:14:40 PM »
Quote
So can I basically use the 50$ robot design except connect the encoders instead of the photoresistors?
yeap . . . but you will need to change the code a bit . . .

as for getting cheaper, you can always make your own encoders . . .

 


Get Your Ad Here