Skip to content

Commit

Permalink
Minor corrections
Browse files Browse the repository at this point in the history
  • Loading branch information
rgov committed Jan 29, 2021
1 parent 969e5a3 commit a0c64f8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,13 @@ Navigate to https://whoigit.github.io/ros-web-gamepad/?rosbridge-websocket-url=w

Your browser's security settings may prevent the page from connecting to the rosbridge. In this case, download the HTML file and open it locally.

The application publishes [`sensor_msgs/Joy`][sensor_msgs/Joy] to the `/joy` topic at 10 Hz.
The application publishes [`sensor_msgs/Joy`][sensor_msgs/Joy] messages to the `/joy` topic at 10 Hz.

Most browsers support the Gamepad API, but Safari's support seems buggy. At the time of writing, Chrome works well.

This has been tested against ROS Melodic. It probably does not work with ROS2.

The appearance of the gamepad indicators is derived from [`ipywidgets`][].
The appearance of the gamepad indicators is derived from [`ipywidgets`][ipywidgets].

[sensor_msgs/Joy]: https://github.com/ros/common_msgs/blob/noetic-devel/sensor_msgs/msg/Joy.msg
[ipywidgets]: https://github.com/jupyter-widgets/ipywidgets

0 comments on commit a0c64f8

Please sign in to comment.