generate java code for actions in same source workspace #71
Description
I'm very happy to see the PRs provided by @exo-core wrt. code generation for action files...
we've recently been hacking around this, too, without finding a satisfying solution
the current kinetic
branch works with actions which are already released (although, I think this is because the msg files generated for each action can be found in the msg
folder within the respective pkg under /opt/ros
- thus the java classes get generated by the same MessageGeneration
doing the topic msg
files)
still, I'm having trouble generating code for actions which are defined in packages which are located in the same source workspace as rosjava_bootstrap
, genjava
& co
we also need this to work for our CI (travis)...using ros-industrial/industrial_ci
where everything is compiled in a single workspace (in which src
is read-only)
I'm still playing around with it a bit more and try to provide a rosinstall
file to reproduce my usecase.
@exo-core @jubeira
what is your experience? have you used it this way?