Skip to content

Commit

Permalink
Fixed instructions for running the server demo.
Browse files Browse the repository at this point in the history
  • Loading branch information
Ernesto Corbellini committed Jan 5, 2016
1 parent 2a46afb commit 7e5262e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ Got Fibonacci result sequence!
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.TestClient```
* 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```
3. In another terminal run the actionlib sample client: ```$ rosrun actionlib_tutorials fibonacci_client```
4. Once finished, use Ctrl+C to close the server.
Expand Down

0 comments on commit 7e5262e

Please sign in to comment.