(!) Please ask about problems and questions regarding this tutorial on answers.ros.org. Don't forget to include in your question the link to this page, the versions of your OS & ROS, and also add appropriate tags.

Installation

Description: Source installation instructions for rosjava jmdns libraries.

Tutorial Level: INTERMEDIATE

Next Tutorial: Publishing Services

Overview

The source installation process uses catkin+gradle to deposit jars in your local maven repository for reuse by other projects.

Instructions

> mkdir -p ~/rosjava
> wstool init ~/rosjava/src https://raw.github.com/ros-java/rosjava_tools/hydro-devel/rosjava.rosinstall
> source /opt/ros/hydro/setup.bash
> cd ~/rosjava
> catkin_make

You can later just call gradle on the individual projects as needed. For example, from the root of the zeroconf_jmdns_suite directory:

> ./gradlew clean install installApp

Validation

Follow the instructions in the jmdns tutorials.

Wiki: zeroconf_jmdns_suite/Tutorials/hydro/Installation (last edited 2013-06-26 13:44:25 by DanielStonier)