gok03 / rosjava

Automatically exported from code.google.com/p/rosjava
0 stars 0 forks source link

Dependency chains of messages not built properly #82

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
This seems to be a bug which is caused when rosmaking packages which are 
dependent on message packages which are again dependent on other  message 
packages.

In other words, if a dependency is a package containing messages, which again 
depend on messages in another package, the build will fail.

The build error states that std_msgs can not be found.

Original issue reported on code.google.com by damonkoh...@gmail.com on 31 Jan 2012 at 4:08

GoogleCodeExporter commented 9 years ago
rosmake is no longer supported. The new way to build messages for your package 
is: rosrun rosjava_bootstrap install_generated_modules.py my_package. See 
http://docs.rosjava.googlecode.com/hg/html/index.html for the latest 
documentation on building.

Original comment by damonkoh...@google.com on 13 Mar 2012 at 9:41