suppressed automatic print statements in opt_min_curv()
added COLCON_IGNORE
file to ignore this package in colcon builds (for brains repo)
Optimized functions calc_splines
, interp_track_widths
, calc_spline_lengths
, interp_splines
.
Fixed small bug in local_path_matching()
to be able to localize points after the last
point in the track.
fixed a small bug in opt_min_curv
in the prints
Fixed a bug in calc_splines
and only left quadprog
as dependency for curvature minimization
Fixed import of git deps in setup.py
Updated the dependency system to full pip and updated the repo to match
python_boilerplate
v2.0.1
Changed the interface of some functions
added splunif to the stack
Upgraded the import system and added an option in opt_min_curv
to choose the QP
solver.