mirror of
https://github.com/AtsushiSakai/PythonRobotics.git
synced 2026-04-22 03:00:22 -04:00
Correct typos (#542)
* Update cubic_spline_planner.py * Update rear_wheel_feedback.py
This commit is contained in:
@@ -12,7 +12,7 @@ import numpy as np
|
||||
from scipy import interpolate
|
||||
from scipy import optimize
|
||||
|
||||
Kp = 1.0 # speed propotional gain
|
||||
Kp = 1.0 # speed proportional gain
|
||||
# steering control parameter
|
||||
KTH = 1.0
|
||||
KE = 0.5
|
||||
|
||||
Reference in New Issue
Block a user