Skip to content

Commit

Permalink
added source for circle radius stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
VivaanBahl committed Jan 28, 2019
1 parent c84e0f9 commit abcd114
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Software/offline/Collision_Avoidance/avoid_collision.m
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
function new_delta = avoid_collision(x, delta, relative_locs)

% define tolderance, step size, max iter, etc
% define tolerance, step size, max iter, etc

% initialize new_delta to max right
% todo run this again but use full left as well, see if they converge in
Expand All @@ -10,6 +10,7 @@
% determine the gradient

% get the radius of the circle drawn with delta'
% from http://www.davdata.nl/math/turning_radius.html

% use the circle formula on each landmark to figure out if it's on the path

Expand Down

0 comments on commit abcd114

Please sign in to comment.