Skip to content

Commit

Permalink
control frequency into metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
codekansas committed Jan 22, 2025
1 parent 45d4c7e commit 6e9969b
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 @@ -23,6 +23,7 @@ class JointMetadata(BaseModel):

class RobotURDFMetadata(BaseModel):
joint_name_to_metadata: dict[str, JointMetadata] | None = None
control_frequency: Decimal | None = None


class RobotClass(BaseModel):
Expand Down

0 comments on commit 6e9969b

Please sign in to comment.