Skip to content

Commit

Permalink
armature
Browse files Browse the repository at this point in the history
  • Loading branch information
codekansas committed Jan 22, 2025
1 parent 6e9969b commit 0093c88
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions www/crud/robot_class.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ class JointMetadata(BaseModel):
id: int | None = None
kp: Decimal | None = None
kd: Decimal | None = None
armature: Decimal | None = None
offset: Decimal | None = None
flipped: bool | None = None

Expand Down

0 comments on commit 0093c88

Please sign in to comment.