Installation ############ .. note:: Instructions here assume that you are **on the NAO**, and in a ROS2 workspace root directory. Binary Installation ******************* Follow the instructions below to install the binary package: .. code-block:: console sudo apt update sudo apt install ros-${ROS_DISTRO}-nao-lola-client Source Installation ******************* Cloning repositories ==================== Source your ROS installation, then run the following in your ROS workspace: .. code-block:: console git clone --recursive https://github.com/ros-sports/nao_lola.git src/nao_lola --branch ${ROS_DISTRO} rosdep install --from-paths src -i Building ======== To build the package and its dependencies, in the workspace root directory, run: .. code-block:: console colcon build