ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
The problem is that rosjava was recently catkinized for use with groovy and hydro, and there is no fuerte branch. I've fixed that by forking rosjava and creating a branch just before the catkinization. If you want to use my fork, you can do this:
rosws set --git rosjava_core 'https://github.com/uos/rosjava_core.git' --version=fuerte-devel
Alternatively, you can try getting the rosjava developers to create a fuerte-devel
branch so you can do this with the official repo instead of my fork.