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

Hey,

First do not use rosws, that was what I was told. Install from source and run catkin_make.

ROSjava has been catkinized. Basically what I did to install was to download into my work space from source https://github.com/rosjava/rosjava_core

cd into my work_space and run "catkin_make". It then nicely compile everything for me. I did run into an error at one point but it has been resolved here https://github.com/rosjava/rosjava_core/issues/156

If catkin_make does not work, you can cd into ROSjava package and just run ./gradlew as well. Or at least I could about a month ago.

Hope that helps :D