ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

Since you message in folder A depend on the messages in folder B you must generate the messages of B before A. Therefore B must be added before A.

If you can't do that for your real project then I am just guessing that your folder A somehow also depends on B which is basically a circular dependency. You might want to extract the messages of B into a third folder in order to come up with a topological order without circular dependencies.