This comprehensive tutorial demonstrates how to build a modular robot control system using Dora's dataflow architecture with the dora-mujoco simulation node and robot-specific control logic.
Load and run a Franka Panda simulation using the dora-mujoco node.
Add robot-specific control logic with programmatic pose commands.
Connect a gamepad for real-time interactive control.
gamepad nodecd examples/franka-mujoco-control
# 1. Basic simulation
cd 01_basic_simulation
dora build basic.yml
dora run basic.yml
# 2. Target pose control
cd ../02_target_pose_control
dora build target_pose_control.yml
dora run target_pose_control.yml
# 3. Gamepad control
cd ../03_gamepad_control
dora build gamepad_control.yml
dora run gamepad_control.yml
After completing this tutorial, you'll understand how to: