If a robot is traveling on a north heading at v1 inches per second and has the ability to only make N degree changes in direction (left or right) each second, what is the unobstructed distance required to the right or left of the robot to make the turn (i.e., the turn radius)? Round to 2 places
Solution Stats
Problem Comments
2 Comments
Solution Comments
Show comments
Loading...
Problem Recent Solvers373
Suggested Problems
-
Find the sum of all the numbers of the input vector
54936 Solvers
-
How long do each of the stages of the rocket take to burn?
500 Solvers
-
401 Solvers
-
1751 Solvers
-
Determine if x is a combination of m and n
441 Solvers
More from this Author31
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
Problem wording clearly suggests discrete changes in the heading ("make N degree changes in direction each second"), but the test suite contradicts this.
I concur with Gergely, the problem description is misleading. What is meant here is not that the robot is making a single, discrete N degree turn each second, but rather that it turns continuously while moving at a rate of N degrees per second.