Alexanderallenbrown / MotionBase

An open-source motion platform for driving simulation
16 stars 6 forks source link

switch angle solver to bisection method #14

Closed Alexanderallenbrown closed 8 years ago

Alexanderallenbrown commented 8 years ago

At your convenience, borrow the bisection code from Dallis's branch High-Pass-Filter-Creation and add to your platform position code, instead of using fminsearch. This will prevent us from requesting motor angles outside of the range (0, pi/2)

megantuttle commented 8 years ago

fixed with commit 28dc1d1