mirror of
https://github.com/AtsushiSakai/PythonRobotics.git
synced 2026-04-22 03:00:22 -04:00
update jupyter docs
This commit is contained in:
@@ -26,6 +26,7 @@ class QuinticPolynomial:
|
||||
|
||||
def __init__(self, xs, vxs, axs, xe, vxe, axe, time):
|
||||
# calc coefficient of quintic polynomial
|
||||
# See jupyter notebook document for derivation of this equation.
|
||||
self.a0 = xs
|
||||
self.a1 = vxs
|
||||
self.a2 = axs / 2.0
|
||||
|
||||
Reference in New Issue
Block a user