Closed t-thanh closed 1 year ago
Hi t-thanh, thanks for pointing this out. Let me renew the license and check it when I have some time. It's probably just a matter of names. Eventually, if open-source alternatives (such as acados) become more numerically stable for this problem, I will update the code to use them instead.
Hi again t-thanh. In the meantime, you can try the steps explained in the forces documentation to kep using the legacy C interface: https://forces.embotech.com/Documentation/back_compatibility/index.html#changes-from-version-6-0-0
Confirm it works, with some adaptation in the code, I will make a pull request for that.
Solved in https://github.com/grvcPerception/pa_powerline_perching/pull/3 - CLOSED the issue
Hi, at the moment of writing ForcesPro client has version 6.0.1 and since version 6.0 they has changed from
casadi2forces
toadtool2forces
. Therefore, compile thesolver_interface
doesn't work anymore.I can't download the client version 5.1.0 - I'm asking for support from Embotech at the moment, however, the server for version 5.1.0 will close soon (31/03/2023)
Adapting the
solver_interface
code doesn't work with me: replace all thecasadi
withadtool
, andPerchingSolver_adtool2forces
returnsolver_int32_default
instead ofvoid
, but it still has error while compile withg++
Can you please adapt your
solver_interface
with the new ForcesPro version, so your code can survive further than the closing date of version 5.1.0?