Skip to content

Commit

Permalink
friction
Browse files Browse the repository at this point in the history
  • Loading branch information
codekansas committed Jan 22, 2025
1 parent 0093c88 commit 12e86ba
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 @@ -18,6 +18,7 @@ class JointMetadata(BaseModel):
kp: Decimal | None = None
kd: Decimal | None = None
armature: Decimal | None = None
friction: Decimal | None = None
offset: Decimal | None = None
flipped: bool | None = None

Expand Down

0 comments on commit 12e86ba

Please sign in to comment.