Skip to content

Implement Quadrotor plant (12D state, 4D control) #15

Description

@adilfaisal01

src/shinro/plants/quadrotor.py is a registered placeholder — every method raises NotImplementedError. Only TODO in the codebase.

Spec (from class docstring):

  • State: 12D (pose + twist)
  • Control: 4D (thrust + body torques) — higher-level abstraction TBD
  • Follows the HolonomicMobileRobot pattern
  • Needs: standalone analytical dynamics + MuJoCo engine mode

Reference plants: double_pendulum.py (analytical dynamics), holonomicmobilerobot.py, physics_engine/mujoco.py.

Priority: P3.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions