ERAU-RAER / AEROLOGIC

AErial Routing and Operational LOGistics Integration Code
0 stars 0 forks source link

Update Aircraft Takeoff Logic (CTL) #11

Closed cfrankovich closed 4 months ago

cfrankovich commented 7 months ago

Description

Overview

The previous takeoff vehicle command px4_msgs::msg::VehicleCommand::VEHICLE_CMD_NAV_TAKEOFF will not work with a conventional takeoff/landing (herein referred to as CTL) model. See related documents/links for a runway CTL implementation using px4.

Goal/Purpose

To implement a conventional runway takeoff for the simulated aircraft.

User Story

As a developer for SUAS, I want to implement CTL procedures, so that I will be able to accurately test my code mirroring our real hardware.

Related Documents/Links

https://docs.px4.io/v1.12/en/flight_modes/takeoff.html#runway-takeoff

Acceptance Criteria

  1. After transitioning to the takeoff state, the aircraft uses a runway to take off.