mirror of
https://github.com/AtsushiSakai/PythonRobotics.git
synced 2026-01-10 05:28:07 -05:00
Add root directory to system path for lattice planner (#1221)
This commit is contained in:
@@ -22,7 +22,9 @@ from matplotlib import pyplot as plt
|
||||
import numpy as np
|
||||
import math
|
||||
import pathlib
|
||||
|
||||
sys.path.append(str(pathlib.Path(__file__).parent.parent))
|
||||
sys.path.append(str(pathlib.Path(__file__).parent.parent.parent))
|
||||
|
||||
import ModelPredictiveTrajectoryGenerator.trajectory_generator as planner
|
||||
import ModelPredictiveTrajectoryGenerator.motion_model as motion_model
|
||||
|
||||
Reference in New Issue
Block a user