Skip to content

Commit

Permalink
remove limits
Browse files Browse the repository at this point in the history
  • Loading branch information
codekansas committed Jan 22, 2025
1 parent 6563e7d commit 100eb58
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions www/crud/robot_class.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,6 @@ class JointMetadata(BaseModel):
kp: Decimal | None = None
kd: Decimal | None = None
offset: Decimal | None = None
lower_limit: Decimal | None = None
upper_limit: Decimal | None = None
flipped: bool | None = None


Expand Down

0 comments on commit 100eb58

Please sign in to comment.