Skip to content

Commit f91449d

Browse files
committed
[skip ci] publish latest
Signed-off-by: fmrico <fmrico@gmail.com>
1 parent 24ce941 commit f91449d

32 files changed

Lines changed: 468 additions & 1653 deletions

_sources/getting_started/index.rst.txt

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,22 @@ Getting Started
55

66
To get started with **EasyNav**, we will use a simple example: a Turtlebot2 robot navigating in a domestic environment.
77

8-
1. Create your workspace and move to the `src` directory:
8+
1. Install EasyNav core packages. Depending on the availability of binary packages for your distro, you have two options:
9+
10+
1. From binaries:
11+
12+
.. code-block:: bash
13+
14+
sudo apt install ros-${ROS_DISTRO}-easynav-system
15+
16+
2. From sources:
17+
18+
.. code-block:: bash
19+
20+
git clone -b ${ROS_DISTRO} https://github.com/fmrico/yaets.git # Needed by EasyNavigation
21+
git clone -b ${ROS_DISTRO} https://github.com/EasyNavigation/EasyNavigation.git
22+
23+
2. Create your workspace and move to the `src` directory:
924

1025
.. code-block:: bash
1126

_sources/tutorials/easynav_costmap_stack/navigating_with_icreate copy.rst.txt

Lines changed: 0 additions & 299 deletions
This file was deleted.

0 commit comments

Comments
 (0)