From 2a46afbe6b797f866a0855215f72ecd4ab3dbccd Mon Sep 17 00:00:00 2001 From: Ernesto Corbellini <ecorbellini@ekumenlabs.com> Date: Tue, 22 Dec 2015 17:10:06 -0300 Subject: [PATCH] Removed deploy app instructions for now it's done automatically. --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 2ffbb28..709df12 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,13 @@ # Actionlib for Rosjava A pure java implementation of [actionlib](http://wiki.ros.org/actionlib) for [rosjava](http://wiki.ros.org/rosjava). Features implemented: -Basic client: + +### Basic client: * methods for publishing goal and cancel messages. * callback interface for status, feedback and result messages. * goal state tracking is not implemented yet -Basic server: + +### Basic server: * methods for publishing result, feedback and status messages. * periodic goal status publishing as heartbeat * callback interface for accepting goals, and receiving cancel messages. @@ -22,8 +24,6 @@ Basic server: ## Compiling: 1. Go to the package folder: ```$ cd rosjava_actionlib``` 2. Compile the code: ```$ catkin_make``` -3. Move to the project folder: ```$ cd src/rosjava_actionlib``` -4. Build the execution target: ```$ ./gradlew deployApp``` ## Running a test client: 1. Open a new terminal and get a ros master running: ```$ roscore``` -- GitLab