ROS 2 Gem

The ROS 2 Gem uses the Robot Operating System (ROS) to enable robotic simulation in Open 3D Engine (O3DE).

The ROS 2 Gem has the following features:

  • Direct and natural support of the ROS 2 ecosystem:
    • Does not use any bridges to communicate between ROS and O3DE. A simulation node will function as any other ROS 2 node.
      • Enables you to directly include ROS 2 headers and write ROS 2 code in O3DE.
      • Having no bridge improves communication performance.
      • Custom messages, services, and actions just work!
    • Provides an easy way to include ROS 2 dependencies.
  • Sensors:
    • Are abstracted through the Sensor Component Base, which takes care of the publishing of sensor data and common settings such as frequency.
  • Utilities for automated handling of:
    • Simulation time: - publishing /clock, with support for non-real time.
    • Computing and publishing of transformation frames (/tf, /tf_static).
    • Namespaces- allowing multi-robot simulation in O3DE by default!
    • Validation for topic and namespace names.
    • Dynamic spawning of robots through ROS 2 services.

This Gem is a base for any ROS 2 project. It provides the necessary components and functionality to build robotic simulations effectively. It can be extended with additional features available in ROS 2 Sensors Gem and ROS 2 Controllers Gem.

TopicDescription
Robotics in O3DELearn about robotics in O3DE, including Gems, Templates and demos to help you get started.
ROS 2 Gem Concepts and StructureOverview of the concepts and structure of the ROS 2 Gem, including an overview of its components
ROS 2 Gem API referenceGenerated documentation for ROS 2 Gem’s API reference.

Copyright © 2026 DawnEngine. All rights reserved.

DawnEngine is a commercial 3D engine distributed under the DawnEngine end-user license agreement. Engine binaries and source are proprietary and are not covered by the licenses below.

Documentation only: the prose and templates on this site are a derivative work of Open 3D Engine (O3DE) documentation by the O3DE Contributors, used under CC BY 4.0 (documentation content), Apache 2.0 (site code), and the MIT license (inline code samples).

The open-source 3D engine that DawnEngine is built on top of is Open 3D Engine . DawnEngine is not affiliated with, endorsed by, or sponsored by The Linux Foundation or the O3DE project. “O3DE” and “Open 3D Engine” are trademarks of The Linux Foundation.