upkie 9.0.1
Open-source wheeled biped robots
|
External force applied to a robot link. More...
Public Member Functions | |
def | __init__ (self, Union[List[float], np.ndarray] force, bool local=False) |
Initialize external force. More... | |
str | __repr__ (self) |
String representation of the external force. More... | |
Public Attributes | |
force | |
Force vector [fx, fy, fz] in Newtons. | |
local | |
Whether the force is in local frame (True) or world frame (False). More... | |
External force applied to a robot link.