【Acados】type in Unknown external function argument type for argument 4

Jamil 发布于 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
  • wechat_img
此作者没有提供个人介绍
最后更新于 2025-01-17