tesseract-robotics / trajopt

Trajectory Optimization Motion Planner for ROS
379 stars 102 forks source link

Avoid recreating the problem within the trust region loop #312

Open Levi-Armstrong opened 1 year ago

Levi-Armstrong commented 1 year ago

Most if not all support just updating lower and upper bounds and resolving without recreating the problem. Though currently the problem is recreated and should be updated so this does not occur.