elvout / cs393r

CS 393R Graduate Autonomous Robots, Fall 2021 | Autobots
0 stars 0 forks source link

Arc Obstacle detection #8

Closed aiddun closed 3 years ago

aiddun commented 3 years ago

Given a point cloud and a turning curvature/radius, detect if/when a point will collide with either

This relies on the similar triangle technique discussed in class, which Aidan is going to try to get more information about.

aiddun commented 3 years ago

https://github.com/elvout/cs393r-a1/tree/object-detection

ignore time of poasting

aiddun commented 3 years ago

Visualizations can be turned on by macro flag.

image

'obstacle point' is cross at rightmost part of circle, a+b and a are shown as the inner arcs.