Skip to content

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.log of the Node, if you see undefined symbol then check to make sure you properly prefixed any functions you defined / declared in the Components. If you declare a function in SomeComponent's Members, then you will need to makes sure the function definition contains the SomeComponent:: prefix in the Definitions. If that is not the issue, then check to see that any Library that you're using that has source files in it properly has checked CompilesToSO and any Link Libraries are properly defined.

Clone this wiki locally