The current package has been tested on Ubuntu and ROS2 Humble, Rolling and Jazzy. Complete following sections in order.
Create the workspace folder by running following commands in the terminal.
mkdir -p /home/$USER/capabilities_ws/src
cd /home/$USER/capabilities_ws/srcClone the package using Git
git clone https://github.com/CollaborativeRoboticsLab/capabilities2.gitOptionally you can clone
git https://github.com/CollaborativeRoboticsLab/std_capabilities.gitMove the terminal to workspace root and install dependencies.
cd /home/$USER/capabilities_wsrosdep install --from-paths src --ignore-src -r -yUse colcon to build the packages:
colcon build