ros2-patterns

Installation
SKILL.md

ROS 2 Patterns

Instructions

When creating ROS 2 code:

  1. Use the provided templates as starting points
  2. Follow ROS 2 Humble conventions
  3. Include proper error handling
  4. Add docstrings and comments

Common Patterns

Pattern Template Use Case
Publisher publisher.py Sending data to topics
Subscriber subscriber.py Receiving data from topics
Service Server (extend publisher) Request/response pattern
Action Server (advanced) Long-running tasks
Installs
Repository
smithery/ai
First Seen
ros2-patterns — smithery/ai