alexispascual / GreenBot

0 stars 0 forks source link

Control law for steering/collision avoidance #6

Closed alexispascual closed 3 years ago

alexispascual commented 3 years ago

Create library for control law

Methods:

alexispascual commented 3 years ago

Added code for steering in a straight path. Architecture is not pretty but I think it will work. Will test tomorrow.

alexispascual commented 3 years ago

Architecture is now prettier and works well. Will now have to calibrate k_d, k_theta, and turn durations

alexispascual commented 3 years ago

Didn't work. Wheels have too high of a friction with the floor to do fine corrections. Modified the algorithm to be more crude but workable.