Skip to content

Commit

Permalink
Adding clarification about remapping arguments in README.
Browse files Browse the repository at this point in the history
  • Loading branch information
Juan Ignacio Ubeira committed Jan 28, 2019
1 parent acb2e5b commit a25652a
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions example_workspace/src/hello_world_example_app/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,3 +34,11 @@ If you already have compiled the basic catkin workspace, you can enter the docke
adb logcat

You should see the heartbeat messages as well as any message you publish to `/chatter` topic in Android's log.

### Remapping arguments

You can also remap topics as if you were launching a ROS console application. For example, to remap the topic enter the following:

/chatter:=/custom_topic

In this case, you will see the output in `/custom_topic` instead.

0 comments on commit a25652a

Please sign in to comment.