Yahoo Answers is shutting down on May 4th, 2021 (Eastern Time) and beginning April 20th, 2021 (Eastern Time) the Yahoo Answers website will be in read-only mode. There will be no changes to other Yahoo properties or services, or your Yahoo account. You can find more information about the Yahoo Answers shutdown and how to download your data on this help page.
Trending News
How many seconds does it take for a "car" to turn a certain amount of degrees? *math*?
Alright, I have a robot. Essentially, I have motors controlling both of my wheels. My idea is to have one wheel stationary while the other wheel turns, providing a turn. That's where it gets tricky. https://imgur.com/SuFltL8 pic for reference. There is a drag stand below the board. The wheels have a radius of 1.1 inches. The distance between the wheels is 6.875 inches. I put a marker on the wheel and observed it spin 2.25 RPS (revolutions per second.) I need a function that will tell me how many seconds my wheels need to be spinning to achieve a specific amount of degrees.
Sorry for the repost. Just wanted the updates seen.
2 Answers
- MorningfoxLv 73 years agoFavorite Answer
If the outer wheel in the turn doesn't slip, then the time to turn can be calculated.
Time for one revolution of the wheel = 1 / 2.25 = 0.444 seconds.
Distance covered by wheel in one revolution = 2 pi r = 6.9115 inches.
Distance needed for a 360 deg turn = 2 pi R = 2 pi 6.875 = 43.1969 inches.
Wheel revs needed for a 360 turn = 43.1969 / 6.9115 = 6.250 revs.
Time for that many revs = 6.250 * 0.444 = 2.778 seconds.
Time for each degree = 2.778 / 360 = 0.00772 seconds.
But ... in real life, there will always be some slip, and the amount depends on speed and the condition of the wheels and surface. That's why it's better to have some method to sense the direction of your robot. Maybe a gyro system, but those drift over even a few minutes. A magnetic compass doesn't drift, but is affected by speed and vibration. There are ways to combine them to get the best of each, see the second link below. Takes a lot of software.
Source(s): https://www.superdroidrobots.com/shop/custom.aspx/... https://www.superdroidrobots.com/shop/item.aspx/mi... - JimLv 73 years ago
Using Unit Cancellation:
Formulas:
Circumference of a circle = 2𝛑r
For degrees for a given time:
X seconds ( 2.25 RPS wheel revolutions/second) ( 2𝛑 *1.1in /wheel rev) (360 degrees/(2 𝛑 6.875 inches))
= ____ degrees
So simplified down:
(X seconds) (129.6) = _____ degrees
Or for time for degrees just take inverse:
(x degrees) /0.007716049382716 = _____ seconds
Source(s): Here's a very short 2 minute video on how to work 'unit cancellation' and conversion problems. https://www.youtube.com/watch?v=8jB-LaTGgq8 Note: In the problem above, I'll typically have the converter in (parens). Converters = (1)