Skip to content

Commit

Permalink
Update flight_tasks.md
Browse files Browse the repository at this point in the history
using trajectory setpoint
  • Loading branch information
NourElMenshawy authored and MaEtUgR committed Oct 28, 2023
1 parent 9c36e9d commit 2095490
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion en/concept/flight_tasks.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ The instructions below might be used to create a task named *MyTask*:
virtual ~FlightTaskMyTask() = default;
bool update();
bool activate(vehicle_local_position_setpoint_s last_setpoint);
bool activate(const trajectory_setpoint_s &last_setpoint) override;
private:
float _origin_z{0.f};
Expand Down

0 comments on commit 2095490

Please sign in to comment.