Skip to content

Commit

Permalink
Fixed executable names (#74)
Browse files Browse the repository at this point in the history
  • Loading branch information
lemunozm authored and richiware committed Dec 11, 2019
1 parent a860ed1 commit b6659d4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/introduction.rst
Original file line number Diff line number Diff line change
Expand Up @@ -85,13 +85,13 @@ The application build can be used to spawn any number of publishers and subscrib

On Linux: ::

./HelloWorldPublisherSubscriber publisher
./HelloWorldPublisherSubscriber subscriber
./HelloWorld publisher
./HelloWorld subscriber

On Windows: ::

HelloWorldPublisherSubscriber.exe publisher
HelloWorldPublisherSubscriber.exe subscriber
HelloWorld.exe publisher
HelloWorld.exe subscriber

You may need to set up a special rule in your Firewall for *eprosima Fast RTPS* to work correctly on Windows.

Expand Down

0 comments on commit b6659d4

Please sign in to comment.