This repository contains ROS2 wrappers around the acquire drivers, allowing seamless integration of acquire camera and storage drivers into ROS2-based projects.
Of course, you must have ROS2 installed, and a workspace created into which you will clone this repo. Build using colcon as directed in the workspace link.
This repository maintains its dependencies through git submodules. It is therefore important to clone this repository recursively (git clone --recurse-submodules ...
) and/or to update them in the source tree (git submodule update --init
).
Package-specific instructions are in the README files of the packages.