tesseract-robotics / trajopt

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

Added extra logging to trajopt_sqp to match the output of trajopt_sco #379

Open rjoomen opened 9 months ago

rjoomen commented 8 months ago

I used this for direct comparisons. But maybe it's better to add the iteration counter logging from TrajOpt Ifopt to TrajOpt instead:

| ======================================================================================== |
|                                      ROS Industrial                                      |
|                              TrajOpt Ifopt Motion Planning                               |
| ======================================================================================== |
|                            Iteration (Box Size: 0.000437894)                             |
| ---------------------------------------------------------------------------------------- |
|        Overall: 23   |      Convexify: 7    |    Trust Region: 1   |        Penalty: 2   |
| ======================================================================================== |
|      merit |   oldexact |  new_exact | new_approx |    dapprox |     dexact |      ratio |
| ---------------------------------------------------------------------------------------- |
Levi-Armstrong commented 8 months ago

I used this for direct comparisons. But maybe it's better to add the iteration counter logging from TrajOpt Ifopt to TrajOpt instead:

Yea, I think that would be best.