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
46efc5d7
Commit
46efc5d7
authored
9 years ago
by
Ernesto Corbellini
Browse files
Options
Downloads
Patches
Plain Diff
Removed obsolete path changing instructions.
parent
7e5262ee
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+0
-2
0 additions, 2 deletions
README.md
with
0 additions
and
2 deletions
README.md
+
0
−
2
View file @
46efc5d7
...
@@ -29,7 +29,6 @@ Features implemented:
...
@@ -29,7 +29,6 @@ Features implemented:
1.
Open a new terminal and get a ros master running:
```$ roscore```
1.
Open a new terminal and get a ros master running:
```$ roscore```
2.
In another terminal run the actionlib sample server:
```$ rosrun actionlib_tutorials fibonacci_server```
2.
In another terminal run the actionlib sample server:
```$ rosrun actionlib_tutorials fibonacci_server```
3.
Run our client:
3.
Run our client:
*
Go back to the package folder:
```cd ../..```
*
Source the project environment:
```$ source devel/setup.bash```
*
Source the project environment:
```$ source devel/setup.bash```
*
Run the client:
```$ rosrun rosjava_actionlib execute com.github.ekumen.rosjava_actionlib.TestClient```
*
Run the client:
```$ rosrun rosjava_actionlib execute com.github.ekumen.rosjava_actionlib.TestClient```
...
@@ -59,7 +58,6 @@ Got Fibonacci result sequence!
...
@@ -59,7 +58,6 @@ Got Fibonacci result sequence!
## Running a test server:
## Running a test server:
1.
Run our server:
1.
Run our server:
*
Go back to the package folder:
```cd ../..```
*
Source the project environment:
```$ source devel/setup.bash```
*
Source the project environment:
```$ source devel/setup.bash```
*
Run the server:
```$ rosrun rosjava_actionlib execute com.github.ekumen.rosjava_actionlib.TestServer```
*
Run the server:
```$ rosrun rosjava_actionlib execute com.github.ekumen.rosjava_actionlib.TestServer```
2.
If its not already running, open a new terminal and get a ros master running:
```$ roscore```
2.
If its not already running, 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