Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
R
rosjava_actionlib
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Sebastian Ebert
rosjava_actionlib
Commits
2a46afbe
Commit
2a46afbe
authored
9 years ago
by
Ernesto Corbellini
Browse files
Options
Downloads
Patches
Plain Diff
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
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+4
-4
4 additions, 4 deletions
README.md
with
4 additions
and
4 deletions
README.md
+
4
−
4
View file @
2a46afbe
# 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```
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment