This documentation is for a prerelease version of O3DE. Click here to switch to the latest release, or select a version from the dropdown.

Version:

Creating a Robotic Simulation

How to create your own robotic simulation

Once you are set up and familiar with the example project, consider the following steps:

  1. Create a new O3DE project
    1. It is best to use one of Project Templates for robotics to start quickly.
  2. Registering ROS2 Gem for your Project guide.
  3. Create or import Assets for your robots and environment.
    1. You can use formats supported by O3DE.
    2. You can import your robot from URDF/XACRO.
    3. Imported models might require some adjustments to be simulation-ready.
    4. Mobilize robot with Vehicle Dynamics controllers.
  4. Determine which sensors you need to simulate.
    1. Some sensors are already implemented in this Gem.
      1. They might require specialization (implementation specific for particular models).
      2. You might like to consider tradeoffs between performance and realism in each case.
    2. Use ROS2SensorComponent as a base class if you are implementing a new sensor.
  5. Develop necessary sensors and their prefabs.
  6. Develop your scene and simulation scenario, placing Assets and configuring components.
  7. Run the simulation with your ROS 2 robot stack. You can build quickly one with some of many ROS 2 packages and projects in ROS 2 ecosystem .