Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 837 Bytes

README.md

File metadata and controls

10 lines (6 loc) · 837 Bytes

acquire_ros

This repository contains ROS2 wrappers around the acquire drivers, allowing seamless integration of acquire camera and storage drivers into ROS2-based projects.

Build instructions

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.