Robotics StackExchange | Archived questions

Install ROSJava/Knowrob on Kinetic

Hi Helpers,

I have been attempting to install all kinds of packages and most of them fail either because they don´t exist on kinetic or they don´t build from source because I don´t have the rosjavabuildtools to complete the catkin build process (on Ubuntu 16.04).

So, even though I have no reason for java, apparently I need it to build anything else from source.

I have tried to install it but have found no method that works. Any ideas?

Thanks,

-Todd

============ Update after comments (and reinstallation of kinetic) ===========

Okay, it looks like they got the ros-desktop-base installation finally working for kinetic. In fact, they finally got the installation for roslisprepl working. So, part of my issue was handled just by waiting. But that still leaves this issue of catkin depending on rosjava and the rosjavabuild_tools. I thought it would come along with the desktop install but it didn´t. What is the process I´m using to install rosjava? There is no process available to install from source or otherwise on kinetic on xenial.

todd@ubuntu:~/rosjava$ rosdep install --from-paths src -i -y
ERROR: the following packages/stacks could not have their rosdep keys resolved
to system dependencies:
rosjava_build_tools: No definition of [ant] for OS version [xenial]

In fact, even the apt-get installation of rosjava indigo doesn´t exist anymore. As I implied before, I don´t see why they even released kinetic if the build system isn´t even functional yet. For the time being, I´m trying to find a person knowledgeable with knowrob to see if I can get around this.

Asked by toddcpierce on 2016-08-09 20:17:47 UTC

Comments

I'm confused: you say you don't 'have any reason for java'. Why would you want to install it then?

Would it an idea to try and troubleshoot why you can't build things from source first?

Asked by gvdhoorn on 2016-08-13 14:14:55 UTC

Please edit your question to include the actual error messages when your attempt to install the packages and include enough information about your process for someone to reproduce your problem. http://wiki.ros.org/Support

Asked by tfoote on 2016-08-14 00:46:19 UTC

@toddpierce what tutorial are you following? Have you tried this one? http://wiki.ros.org/rosjava/Tutorials/kinetic/Source%20Installation is that causing you trouble?

Asked by jubeira on 2017-10-24 10:14:36 UTC

Answers