Installation

Note

Instructions here assume that you are on the NAO, and in a ROS2 workspace root directory.

Binary Installation

The package is released only for ROS2 galactic and rolling. Follow the instructions below to install the binary package:

sudo apt update
sudo apt install ros-${ROS_DISTRO}-nao-lola

Source Installation

Cloning repositories

In your ROS2 workspace, clone the repository:

git clone --recursive https://github.com/ijnek/nao_lola.git src/nao_lola
rosdep install --from-paths src -i

Building

To build the package and its dependencies, in the workspace root directory, run:

colcon build