Closed ankur-gupta closed 7 years ago
Hi there, (I'm a CasADi developer) Looks like the example code is using CasADi 2.4 syntax.. As of v3.0, vertcat takes a variable number of arguments as opposed to a list
Hi, and thank you for your interest in casiopeia!
As stated in the installation instructions (http://casiopeia.readthedocs.io/en/latest/install.html), currently a version of CasADi >= 2.4.2 but < 3.x has to be used with casiopeia, e. g. CasADi 2.4.3.
Support for CasADi 3.x is currently worked on, and will be available in the near future. Until then, consider downloading and using e. g. CasADi 2.4.3 from https://sourceforge.net/projects/casadi/files/CasADi/
Oh, yes. Sorry, I did not read the docs fully. I will try casiopeia with CasADi 2.4.3.
I was able to run the example successfully with CasADi 2.4.3. Thank you.
Good to hear! If you encounter further problems, please feel free to contact me!
I installed casadi (casadi-py27-np1.9.1-v3.1.0.tar.gz) manually by following instructions. I have a Kubuntu 16.04 system. I am able to run a casadi example successfully. I installed casiopeia version 0.1.2 using pip. When I try to run the
2d_vehicle_doe.py
example, I get the following error. I get the same error with other examples.Any help with running the examples would be greatly appreciated.