API Reference#
MotrixSim is a high-performance physics simulation engine that provides a comprehensive Python API for robotics simulation, physical modeling, and real-time rendering.
🚀 Quick Start#
API Quick Reference - Summarizes commonly used APIs grouped by functionality to help you quickly locate the required interfaces
📋 API Architecture#
The MotrixSim API is designed with a layered architecture to meet the needs of different users:
Layer |
Module |
Features |
Application Scenarios |
|---|---|---|---|
Core |
Simple, user-friendly API |
Robot control, reinforcement learning |
|
Model Building |
Programmatic model combining |
Multi-robot scenes, dynamic model assembly |
|
Rendering |
Real-time rendering, interactive UI |
Simulation visualization, debugging and analysis |
|
IK Module |
Efficient solving, easy to use |
Inverse kinematics solving |
|
OSC Module |
Task-space control, dynamics decoupling |
Operational space control, torque-based robot control |