pyomeca / bioptim

An optimization framework that links CasADi, Ipopt, ACADOS and biorbd for Optimal Control Problem
MIT License
94 stars 47 forks source link

Testing solution outputs to manually display graphs of pendulum #813

Closed Ipuch closed 8 months ago

Ipuch commented 11 months ago

@Alpha2Shahiri we would like you to try the new interface in order to display the results in a Matplotlib graphs without using sol.graphs. It would largely help us to see if we did our job correctly.

You can do a PR on the pendulum.py to properly do it.

Wait for the next merge to start.

Alpha2Shahiri commented 10 months ago

Done. Thanks "https://github.com/pyomeca/bioptim/pull/820"

mickaelbegon commented 10 months ago

@Alpha2Shahiri Why the PR has been closed?

Alpha2Shahiri commented 10 months ago

Following Ipuch's suggestion to try a different approach. I plan to repeat the process