An open API service indexing awesome lists of open source software.

https://github.com/audrow/update-ros2-repos

Tools to update ROS 2 repositories.
https://github.com/audrow/update-ros2-repos

typescript

Last synced: 11 months ago
JSON representation

Tools to update ROS 2 repositories.

Awesome Lists containing this project

README

          

# README

This repository is intended to be a suite of tools for working with ROS 2 repositories.

## Setup

1. Download [NodeJS 18](https://nodejs.org/en/)
2. Clone this repository
3. Install dependencies:
```bash
npm clean-install
```
4. Build the project:
```bash
npm run build
```
5. (Optional) Test the project
```bash
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.