Unverified Commit 9d27e4dc authored by Rosario Scalise's avatar Rosario Scalise Committed by GitHub

Add dataclass (configclass) decorator to SingleArmCfg.DataInfoCfg (#65)

add dataclass decorator to SingleArmCfg.DataInfoCfg class
parent 944606a7
...@@ -41,6 +41,7 @@ class SingleArmManipulatorCfg(RobotBaseCfg): ...@@ -41,6 +41,7 @@ class SingleArmManipulatorCfg(RobotBaseCfg):
rot_offset: Tuple[float, float, float] = (1.0, 0.0, 0.0, 0.0) 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).""" """Additional rotation offset ``(w, x, y, z)`` from the body frame. Defaults to (1, 0, 0, 0)."""
@configclass
class DataInfoCfg: class DataInfoCfg:
"""Information about what all data to read from simulator. """Information about what all data to read from simulator.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment