v0.1.5
This commit is contained in:
@@ -7,6 +7,7 @@ class JointState:
|
||||
vel: np.ndarray # [rad/s] shape (n_dof,)
|
||||
force: np.ndarray # [N*m] shape (n_dof,)
|
||||
limits: np.ndarray # [rad] shape (n_dof, 2), lower and upper limits
|
||||
names: list # list of joint names
|
||||
|
||||
@dataclass
|
||||
class BaseState:
|
||||
|
||||
Reference in New Issue
Block a user