问题描述
在python生成了脚本后放入c++环境调用,求解时报错:
type in 1280721872 Unknown external function argument type for argument 4
解决方案
经排查是由于c++和Python使用的acados版本不一致导致的,在Acados仓库中直接checkout对应版本的tag重新编译即可
git checkout tags/v0.1.9
发布于 2024-11-29 0 次阅读
在python生成了脚本后放入c++环境调用,求解时报错:
type in 1280721872 Unknown external function argument type for argument 4
经排查是由于c++和Python使用的acados版本不一致导致的,在Acados仓库中直接checkout对应版本的tag重新编译即可
git checkout tags/v0.1.9
Comments NOTHING