Skip to content

Commit

Permalink
removed redundant from_data
Browse files Browse the repository at this point in the history
  • Loading branch information
gonzalocasas committed Jan 10, 2024
1 parent db0b3d3 commit 6976e33
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions src/compas_robots/configuration.py
Original file line number Diff line number Diff line change
Expand Up @@ -355,14 +355,6 @@ def data(self):
"joint_names": self.joint_names,
}

@classmethod
def from_data(cls, data):
return cls(
data.get("joint_values") or [],
data.get("joint_types") or [],
data.get("joint_names") or [],
)

@property
def prismatic_values(self):
"""list of float : Prismatic joint values in meters.
Expand Down

0 comments on commit 6976e33

Please sign in to comment.