Error while trying to generate inverse kinematics c++ code: Fatal Error C1083 Cannot open include file: 'mcos_factory/mi.hpp': No such file or directory

6 views (last 30 days)
Hi,
I have succesfully modeled and simulated a manipulator on simscape multibody. Now, I'm trying to generate code via Simulink Coder for its inverse kinematics (IK block from Robotics Toolbox).
However, Simulink Coder fails to publish the code because it can't find a reference.
Any ideas on how to fix it?
Not sure if it matters but:
  • The rigid body tree was exported from R2023b to R2023a
  • Im targeting Twincat
Thanks

Answers (1)

Remo Pillat
Remo Pillat on 10 Nov 2023
Thanks for reaching out, Felipe. I believe you already connected to our tech support; what you are enountering is likely a limitation in PLC Coder. Let us know if you have any additional questions.
  2 Comments
Theo
Theo on 22 Jan 2024
Hi,
I have encountered the exact same error by trying to publish the generated code from Matlab to a TwinCat Target.
How were you able to solve this problem?
Kind regards
Felipe
Felipe on 30 Jan 2024
I ended up writting the IK/FK analytically on matlab. Then, in a matlab module on simulink I generated code targetting Twincat to create a library.

Sign in to comment.

Categories

Find more on Simulink Coder in Help Center and File Exchange

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!