Installation

Installation#

We provide installation instruction for macOS, Linux, and Windows.

Note

You can also try navground on binder without installing anything.

There are several ways to build/install navground, either from source or from binary distribution. Building navground from source let you customize and install everything you need, but pre-built may be more suitable (easier, faster) in some cases. The different ways to install/run navground, cover the following cases:

Except when building against a binary installation of ROS 2, we suggest installing navground in a Python virtual environment. In this case, start by creating and activating the virtual environment.

python3 -m venv <path_to_the_venv>
. <path_to_the_venv>/bin/activate