Skip to content

Commit

Permalink
Correct topic names in readme file
Browse files Browse the repository at this point in the history
  • Loading branch information
pawelirh committed Sep 12, 2024
1 parent 0d38e49 commit 181556d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,15 +51,15 @@ By default, linear `X` and `Y` are held by the left stick. Angular `Z` is contro

## ROS node API

ROS node is translating `/joy` topic to `/cmd_vel` topic.
ROS node is translating `joy` topic to `cmd_vel` topic.

### Publish

- `/cmd_vel` *(geometry_msgs/Twist)*
- `cmd_vel` *(geometry_msgs/Twist)*

### Subscribe

- `/joy` *(sensor_msgs/Joy)*
- `joy` *(sensor_msgs/Joy)*

### Parameters

Expand Down

0 comments on commit 181556d

Please sign in to comment.