as2_python_api.behavior_actions.trajectory_generation_behavior module
Trajectory Generation Behavior.
- class as2_python_api.behavior_actions.trajectory_generation_behavior.TrajectoryGenerationBehavior(drone: DroneInterfaceBase)
Bases:
BehaviorHandlerTrajectory Generation Behavior.
- modify(path: list | tuple | nav_msgs.msg.Path | as2_msgs.msg.PoseWithID | as2_msgs.msg.PoseStampedWithID, speed: float, yaw_mode: int, yaw_angle: float, frame_id: str = 'earth')
Modify behavior.
- start(path: list | tuple | nav_msgs.msg.Path | as2_msgs.msg.PoseWithID | as2_msgs.msg.PoseStampedWithID, speed: float, yaw_mode: int, yaw_angle: float, frame_id: str = 'earth', wait_result: bool = True) bool
Start behavior.