Installation

Installation#

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

Note

You can also try navground on binder without installing anything.

Building navground from source let you customize and install everything you need, but there are also pre-built Python wheels that may be more suitable 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