tesseract-robotics / trajopt

Trajectory Optimization Motion Planner for ROS
385 stars 103 forks source link

TrajOptIfopt lacks max_qp_solver_failures parameter and logic #368

Closed rjoomen closed 10 months ago

rjoomen commented 10 months ago

TrajOptIfopt has no logic to handle repeated solver failures (with parameter max_qp_solver_failures like TrajOpt).

I have a PR in the works to add this.