Skip to content
Snippets Groups Projects
Unverified Commit 7ed5c3ed authored by harderthan's avatar harderthan Committed by GitHub
Browse files

Update index.rst

I was following this guide.
To install ros2-navigation, need to edit `ros2-dashing-navigation2` to `ros-dashing-navigation2`.

When I tried original command from this guide, I got error below.

```bash
$ sudo apt install ros2-dashing-navigation2
Reading package lists... Done
Building dependency tree... 50%
Building dependency tree       
Reading state information... Done
E: Unable to locate package ros2-dashing-navigation2
$ sudo apt install ros2-dashing-nav2-bringup
Reading package lists... Done
Building dependency tree       
Reading state information... Done
E: Unable to locate package ros2-dashing-nav2-bringup
```
parent e99d63bd
No related branches found
No related tags found
No related merge requests found
......@@ -29,8 +29,8 @@ Installation
.. code-block:: bash
sudo apt install ros2-dashing-navigation2
sudo apt install ros2-dashing-nav2-bringup
sudo apt install ros-dashing-navigation2
sudo apt install ros-dashing-nav2-bringup
3. Install the Turtlebot 3 packages. Again, for Ubuntu 18, it looks like this:
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment