v0.1.10
This commit is contained in:
@@ -5,7 +5,7 @@ from dataclasses import dataclass
|
||||
class JointState:
|
||||
pos: np.ndarray # [rad] shape (n_dof,)
|
||||
vel: np.ndarray # [rad/s] shape (n_dof,)
|
||||
force: np.ndarray # [N*m] shape (n_dof,)
|
||||
torque: 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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user