You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am following the ct rbd tutorial to generate code for Fancy robot, whose .kindsl and .tdtsl files are provided in the robcogen.
When I am instantiating my robot system with this line of code: std::shared_ptr<MyRobotNonLinearSystem> myrobot(new MyRobotNonLinearSystem());, I got the following errors:
I am following the ct rbd tutorial to generate code for Fancy robot, whose .kindsl and .tdtsl files are provided in the robcogen.
When I am instantiating my robot system with this line of code:
std::shared_ptr<MyRobotNonLinearSystem> myrobot(new MyRobotNonLinearSystem());
, I got the following errors:MyRobot.h file is like this:
Since I am using the Fancy model provided by the RobCoGen, I suspect that should be correct, but why this error occurred?
Thanks for any suggestions!!
The text was updated successfully, but these errors were encountered: