mirror of
https://github.com/okalachev/flix.git
synced 2025-08-18 01:26:10 +00:00
Add missing set_velocity method stub to pyflix
This commit is contained in:
@@ -278,6 +278,9 @@ class Flix:
|
||||
def set_position(self, position: List[float], yaw: Optional[float] = None, wait: bool = False, tolerance: float = 0.1):
|
||||
raise NotImplementedError('Position control is not implemented yet')
|
||||
|
||||
def set_velocity(self, velocity: List[float], yaw: Optional[float] = None):
|
||||
raise NotImplementedError('Velocity control is not implemented yet')
|
||||
|
||||
def set_attitude(self, attitude: List[float], thrust: float):
|
||||
raise NotImplementedError('Automatic flight is not implemented yet')
|
||||
|
||||
|
Reference in New Issue
Block a user