vtr3 icon indicating copy to clipboard operation
vtr3 copied to clipboard

Controller Bug Fixes

Open a-krawciw opened this issue 10 months ago • 1 comments

Bug Fixes: Hopefully, solve the CBIT crash on spline interpolation when the repeat path is less than five vertices long. (Close #201) Use min speed parameter in the speed scheduler. Was using hard-coded 0.5 m.s

Warnings Reductions: Change many int to size_t in for loops. Remove some unused parameters Start migrating namespaces to match conventions.

a-krawciw avatar Apr 11 '24 01:04 a-krawciw

Needs testing before merge.

a-krawciw avatar Apr 11 '24 01:04 a-krawciw

Tested to work in offline runs path between 5 and 500 vertices long. No seg faults any more.

a-krawciw avatar May 01 '24 01:05 a-krawciw

Tested with extremely short path and long path on Warthog.

a-krawciw avatar May 01 '24 12:05 a-krawciw