HW5-4 Impossible Path (not a problem - just an observation)

Does anyone else find it irritating/interesting that the racetrack in problem 5-4 is impossible to follow in real life? The driver would have to instantaneously adjust the steering wheel at the join points between the arcs and the edges.

Edit: This is a point that civil engineers are very conscious of. The transition between an arc and a straight segment of road must follow a spiral.

asked 22 Mar '12, 12:27

John-Paul's gravatar image

John-Paul
98331328
accept rate: 60%

edited 22 Mar '12, 12:51


One Answer:

You're right, it's an impossible implementation: in real life, you would find that your errors would be larger (CTE) so your response would be amplified (steer more to correct the error). So really, the way we modeled the robot's reaction is not right. To make it more accurate, we would have to model the maximum delta steering / delta time. And we should model a much smaller delta t. :)

For the purposes of what we're doing here, it gets the theory introduced. Perhaps you might post the question to the office hours thread - how can we more accurately model the robot's response to the CTE?

link

answered 22 Mar '12, 12:33

deweycooter's gravatar image

deweycooter
4663715

I have a feeling that they're going to discuss that exact question in Unit 6.

(22 Mar '12, 12:36) John-Paul John-Paul's gravatar image
Your answer
Question text:

Markdown Basics

  • *italic* or _italic_
  • **bold** or __bold__
  • link:[text](http://url.com/ "Title")
  • image?![alt text](/path/img.jpg "Title")
  • numbered list: 1. Foo 2. Bar
  • to add a line break simply add two spaces to where you would like the new line to be.
  • basic HTML tags are also supported

Tags:

×5,185
×92
×2

Asked: 22 Mar '12, 12:27

Seen: 246 times

Last updated: 22 Mar '12, 12:51