You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 11, 2023. It is now read-only.
The text was updated successfully, but these errors were encountered:
jabrena
changed the title
ROSJava Catkin package support for ROS Lunar o ROS Melodic
ROSJava Catkin package support for ROS Lunar / ROS Melodic
May 26, 2018
@rjcausarano I'd like to move forward with this, in particular for ROS Melodic.
Can you please follow the installation from source tutorials in Ubuntu 18 to check if they work, and point out issues if they appear?
This is the entrypoint for rosjava tutorials in general.
@jubeira Hi, I have rosjava on melodic from source. I don't have time to manually test the tutorials, but I could run some unit tests if there are any?
Hi @bbferka,
The unit tests can be run from rosjava_core using ./gradlew test task. I don't think there will be a difference on that end.
However, we noticed two things:
Some packages listed in rosjava_messages package are not listed in kinetic. Those should be removed from the dependencies until they are released. In particular this tutorial should fail when installing dependencies using rosdep.
Some message definitions in rosjava_mvn_repo need to be updated because they are not present in kinetic. This will need a separate branch there as well to be able to maintain the two distributions.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi,
I would like to know if the tools to create a Catkin package for ROS Java has support for ROS Lunar and ROS Melodic.
http://wiki.ros.org/melodic/Installation
Many thanks in advance
Cheers
Juan Antonio
The text was updated successfully, but these errors were encountered: