ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
I solved this issue this way, by using an old version of rosjava for now, and also modifying the files slightly.
- hg: local-name: rosjava_core uri: https://rosjava.googlecode.com/hg version: rosjava_core-0.2.0
rosmake rosjava
doesn't just work on that for me (although it might for you) so I had to also remove references to debuglevel="${debuglevel}" in the files rosjava/build.xml
and rosjava_bootstrap/scripts/build-msg.xml
. Once I did these two things, rosmake rosjava
worked as expected, and the tutorial steps on the Tutorial Page worked as expected.
2 | Updated to a newer hash that also works. |
I solved this issue this way, by using an old version of rosjava for now, and also modifying the files slightly.
- hg: local-name: rosjava_core uri: https://rosjava.googlecode.com/hg version:
rosjava_core-0.2.0ea121c0749f2
rosmake rosjava
doesn't just work on that for me (although it might for you) so I had to also remove references to debuglevel="${debuglevel}" in the files rosjava/build.xml
and rosjava_bootstrap/scripts/build-msg.xml
. Once I did these two things, rosmake rosjava
worked as expected, and the tutorial steps on the Tutorial Page worked as expected.