-
-
Notifications
You must be signed in to change notification settings - Fork 9
Common Errors Pitfalls when using ROSMOD
William Emfinger edited this page Nov 30, 2017
·
3 revisions
-
Nodes / Components are failing when running an experiment
Check the
stderr.logof the Node, if you seeundefined symbolthen check to make sure you properly prefixed any functions you defined / declared in the Components. If you declare a function in SomeComponent'sMembers, then you will need to makes sure the function definition contains theSomeComponent::prefix in theDefinitions. If that is not the issue, then check to see that anyLibrarythat you're using that has source files in it properly has checkedCompilesToSOand anyLink Librariesare properly defined.