Skip to content
Snippets Groups Projects
Commit 2a46afbe authored by Ernesto Corbellini's avatar Ernesto Corbellini
Browse files

Removed deploy app instructions for now it's done automatically.

parent 8839b8df
No related branches found
No related tags found
No related merge requests found
# Actionlib for Rosjava # Actionlib for Rosjava
A pure java implementation of [actionlib](http://wiki.ros.org/actionlib) for [rosjava](http://wiki.ros.org/rosjava). A pure java implementation of [actionlib](http://wiki.ros.org/actionlib) for [rosjava](http://wiki.ros.org/rosjava).
Features implemented: Features implemented:
Basic client:
### Basic client:
* methods for publishing goal and cancel messages. * methods for publishing goal and cancel messages.
* callback interface for status, feedback and result messages. * callback interface for status, feedback and result messages.
* goal state tracking is not implemented yet * goal state tracking is not implemented yet
Basic server:
### Basic server:
* methods for publishing result, feedback and status messages. * methods for publishing result, feedback and status messages.
* periodic goal status publishing as heartbeat * periodic goal status publishing as heartbeat
* callback interface for accepting goals, and receiving cancel messages. * callback interface for accepting goals, and receiving cancel messages.
...@@ -22,8 +24,6 @@ Basic server: ...@@ -22,8 +24,6 @@ Basic server:
## Compiling: ## Compiling:
1. Go to the package folder: ```$ cd rosjava_actionlib``` 1. Go to the package folder: ```$ cd rosjava_actionlib```
2. Compile the code: ```$ catkin_make``` 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: ## Running a test client:
1. Open a new terminal and get a ros master running: ```$ roscore``` 1. Open a new terminal and get a ros master running: ```$ roscore```
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment