PythonRobotics icon indicating copy to clipboard operation
PythonRobotics copied to clipboard

Remove Pandas dependency

Open AtsushiSakai opened this issue 1 year ago • 0 comments

Currently, only state_lattice_planner.py use Pandas for importing csv path file. If we use numpy.loadtxt for it we can remove pandas dependency.

AtsushiSakai avatar Sep 10 '22 13:09 AtsushiSakai