Skip to content
This repository was archived by the owner on Sep 20, 2018. It is now read-only.

Latest commit

 

History

History
10 lines (7 loc) · 380 Bytes

File metadata and controls

10 lines (7 loc) · 380 Bytes

Localization

This is the localization repo from the team for mission 8.

Requirements

Inertial: Python 3, scipy, numpy (currently installed from pip)

Inertial

This is attempting to use physics to determine our location from known attitude and altitude. It uses those values to determine a force IVP, then uses an ODE solver to find the drone's velocity and position.