_simulate_manual_scene

Iterative Scene Simulator.

Module Contents

Functions

simulate_manual_scene(→ None)

Simulate a scene for checking if a robot was built correctly.

simulate_manual_scene(scene: revolve2.simulation.scene.Scene, render_backend: mujoco_simulator._render_backend.RenderBackend = RenderBackend.GLFW) None

Simulate a scene for checking if a robot was built correctly.

Parameters:
  • scene – The scene to simulate.

  • render_backend – The render backend.