From 4718f501aec4a4b49a70da850c39645f7e78ab51 Mon Sep 17 00:00:00 2001
From: Supernovae <51359628+shubham-shahh@users.noreply.github.com>
Date: Wed, 20 Oct 2021 23:48:02 +0530
Subject: [PATCH] Update ros.rst
---
dev/source/docs/ros.rst | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/dev/source/docs/ros.rst b/dev/source/docs/ros.rst
index b10f2dcdd3..e18968fabe 100644
--- a/dev/source/docs/ros.rst
+++ b/dev/source/docs/ros.rst
@@ -9,7 +9,7 @@ ROS
ArduPilot capabilities can be extended with `ROS `__ (aka Robot Operating System).
-`ROS `__ provides libraries, tools, hardware abstraction, device drivers, visualizers, message-passing, package management, and more to help software developers create robot applications. In the future we expect ROS will be replaced by `ROS2 `__
+`ROS `__ provides libraries, tools, hardware abstraction, device drivers, visualizers, message-passing, package management, and more to help software developers create robot applications. In the future, we expect ROS will be replaced by `ROS2 `__
`MAVROS `__ is a ROS "node" that can convert between ROS topics and `MAVLink messages `__ allowing ArduPilot vehicles to communicate with ROS. The `MAVROS code can be found here `__.
@@ -36,9 +36,9 @@ These pages will show you how to:
Prerequisites
=============
-- Learn on to use ArduPilot first by following the relevant wiki for `Rover `__, `Copter `__ or `Plane `__. In particular make sure the vehicle works well in Manual and Autonomous modes like Guided and Auto before trying to use ROS.
+- Learn on to use ArduPilot first by following the relevant wiki for `Rover `__, `Copter `__ or `Plane `__. In particular, make sure the vehicle works well in Manual and Autonomous modes like Guided and Auto before trying to use ROS.
- Learn how to use ROS by reading the `beginner tutorials `__. In the case of a problem with ROS, it is best to ask on ROS community forums first (or google your error). You will find many other tutorials about ROS like `Emlid `__.
-- Install ROS Kinetic Kame on Ubuntu Linux (16.04). Those are default and LTS version of both ROS and Ubuntu. ROS does not yet officially support Windows nor MAC.
+- Install ROS Kinetic Kame on Ubuntu Linux (16.04). Those are the default and LTS versions of both ROS and Ubuntu. ROS does not yet officially support Windows nor MAC.
VR Robotics has successfully used Rover with ROS for SLAM as demonstrated below.