mirror of
https://github.com/AtsushiSakai/PythonRobotics.git
synced 2026-02-11 09:36:15 -05:00
code clean up for LGTM
This commit is contained in:
@@ -222,7 +222,6 @@ def extend_path(cx, cy, cyaw):
|
||||
|
||||
def main():
|
||||
# target course
|
||||
import numpy as np
|
||||
cx = np.arange(0, 50, 0.1)
|
||||
cy = [math.sin(ix / 5.0) * ix / 2.0 for ix in cx]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user