Skip to content

Commit

Permalink
Removed obsolete path changing instructions.
Browse files Browse the repository at this point in the history
  • Loading branch information
Ernesto Corbellini committed Jan 6, 2016
1 parent 7e5262e commit 46efc5d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ Features implemented:
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```
3. Run our client:
* Go back to the package folder: ```cd ../..```
* Source the project environment: ```$ source devel/setup.bash```
* Run the client: ```$ rosrun rosjava_actionlib execute com.github.ekumen.rosjava_actionlib.TestClient```

Expand Down Expand Up @@ -59,7 +58,6 @@ Got Fibonacci result sequence!

## Running a test server:
1. Run our server:
* Go back to the package folder: ```cd ../..```
* Source the project environment: ```$ source devel/setup.bash```
* 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```
Expand Down

0 comments on commit 46efc5d

Please sign in to comment.