| 
    upkie 10.0.0
    
   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. |