Python sample codes and textbook for robotics algorithms.
Dubins path bug fix (#521)
* Without equals sign, sometimes get points that are in the wrong direction - relative to the points before and after it- when change in x or change in y along path is 0 * Created test script for dubins path generator * Broke == 0 into its own case in dubins planner, also Renaming files to appease CI * Reverting some naming changes * Turns out theres already a test for dubins.. not sure how I missed that * Note to self: run the test cases on your own before throwing them at CI
J
Jonathan Schwartz committed
8f3337e78d0258386d220192caa97763e17a33d6
Parent: b0df3c7
Committed by GitHub <noreply@github.com>
on 7/1/2021, 2:46:32 PM