Markus Giftthaler
Markus Giftthaler
> Btw, I recognized that the values are not entirely omitted from the computations, I accidentally set infinities to the bounds -> which still resulted in errors despite the mask...
prq #75 already eliminates two classes by using typedefs instead. proper solution pending.
See the following issue: https://github.com/joaoleal/CppADCodeGen/issues/27#issuecomment-538776009 See also the following example: https://github.com/joaoleal/CppADCodeGen/blob/master/example/jit_linux.cpp
The accumulation of saved (old) libraries cannot be circumvented easily. LLVM is now an optional dependency which allows to perform JIT without creating a dynamic library. As of now, deep-cloning...
To use llvm/clang, currently the following installation instructions have to be used: https://blog.kowalczyk.info/article/k/how-to-install-latest-clang-6.0-on-ubuntu-16.04-xenial-wsl.html
Hi, I can confirm the issue for cross-referencing. E.g. when you try to navigate go a class reference in ct_core while being on the ct_optcon pages, you will get a...
No, unfortunately not out of the box. > Am 31.10.2021 um 08:59 schrieb abczhou123 ***@***.***>: > > > Can I use it for a hexapod robot > > —...
Dear @awa152 nice video! I believe in principle we are facing the same problem here and in the other issue you opened. In principle, the problem is ill conditioned in...
Hi, in the version of robcogen that we are using in the CT, robcogen should generate the -impl headers rather than *.cpp files. Are you sure you are using the...
https://bitbucket.org/robcogenteam/robcogen-downloads/downloads/robcogen-0.4ad.0.zip > Am 06.07.2021 um 14:28 schrieb mustang ***@***.***>: > > > Hi, thanks for your advice!! > I followed the RobCoGen official tutorial and used the RobCoGen-0.5.2 version,...