Skip to content

Latest commit

 

History

History
39 lines (24 loc) · 814 Bytes

installation.rst

File metadata and controls

39 lines (24 loc) · 814 Bytes

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:

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:

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:

colcon build