This repository is intended to be a suite of tools for working with ROS 2 repositories.
- Download NodeJS 18
- Clone this repository
- Install dependencies:
npm clean-install
- Build the project:
npm run build
- (Optional) Test the project
npm run test
From there, you can run any of this repository's programs in the apps
directory.
You can find more information on each of these projects in the READMEs in their respective directories.