Skip to content

Latest commit

 

History

History
41 lines (33 loc) · 1.73 KB

README.md

File metadata and controls

41 lines (33 loc) · 1.73 KB

Introduction

The repo provides some ROS2 cheat-sheet.

Content

Useful packages

  • ROS 2 domain bridge: How to bridge communication between different domains.
  • RMF: The framework proposed by OR for building your own fleet management system.
  • message filter example: The package shows you how to use message filter.
  • topic_tools: Manipulate ROS 2 topic at a meta-level
# Topic relay: subscribe and then republish
ros2 run topic_tools relay <origin_topic> <new_topic>

Reference