Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/jafarabdi/rclpy_package_template

A cookiecutter template for a ROS2 rclpy package
https://github.com/jafarabdi/rclpy_package_template

Last synced: 3 days ago
JSON representation

A cookiecutter template for a ROS2 rclpy package

Awesome Lists containing this project

README

        

# Cookiecutter ROS2 RCLPY Package

[Cookiecutter](https://github.com/cookiecutter/cookiecutter) template for a ROS2 rclpy package.

### Quickstart

Install the latest Cookiecutter if you haven't installed it yet:

```bash
pip install -U cookiecutter
pip install -U jinja2_stringcase
```

Generate a ROS2 package project

```bash
cookiecutter https://github.com/JafarAbdi/rclpy_package_template
```