Skip to content

Commit

Permalink
Add dataclass (configclass) decorator to SingleArmCfg.DataInfoCfg (#65)
Browse files Browse the repository at this point in the history
add dataclass decorator to SingleArmCfg.DataInfoCfg class
  • Loading branch information
romesco authored Apr 15, 2023
1 parent 944606a commit 9d27e4d
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ class EndEffectorFrameCfg:
rot_offset: Tuple[float, float, float] = (1.0, 0.0, 0.0, 0.0)
"""Additional rotation offset ``(w, x, y, z)`` from the body frame. Defaults to (1, 0, 0, 0)."""

@configclass
class DataInfoCfg:
"""Information about what all data to read from simulator.
Expand Down

0 comments on commit 9d27e4d

Please sign in to comment.