We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1308e76 commit d9745eeCopy full SHA for d9745ee
PathTracking/lqr_steer_control/lqr_steer_control.py
@@ -11,9 +11,9 @@
11
import numpy as np
12
import sys
13
import pathlib
14
-from utils.angle import angle_mod
15
-sys.path.append(str(pathlib.Path(__file__).parent.parent.parent))
16
+sys.path.append(str(pathlib.Path(__file__).parent.parent.parent))
+from utils.angle import angle_mod
17
from PathPlanning.CubicSpline import cubic_spline_planner
18
19
Kp = 1.0 # speed proportional gain
0 commit comments