From a0c64f89a8acabcba5b74c0c777a971a2ab6d9d9 Mon Sep 17 00:00:00 2001 From: Ryan Govostes Date: Fri, 29 Jan 2021 00:24:05 -0500 Subject: [PATCH] Minor corrections --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1a025b0..0d534e5 100644 --- a/README.md +++ b/README.md @@ -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