upkie 9.0.1
Open-source wheeled biped robots
|
def __init__ | ( | self, | |
Union[List[float], np.ndarray] | force, | ||
bool | local = False |
||
) |
Initialize external force.
force | Force vector [fx, fy, fz] in Newtons. |
local | Whether the force is in the local (True) or world (False) frame. |