Paparazzi UAV extension for VSCodeVSCode extension that provides support for Paparazzi UAV project. AboutPaparazzi UAV is an open-source project for drones (aka UAVs). It is highly modular, to the point it's sometimes confusing to navigate in the numerous configuration files. This extension makes it easier to navigate and develop in paparazzi-uav. UsageThe extension adds a Paparazzi icon in the activity bar opening views in the sidebar:
The extension also adds a button in the status bar for choosing the current Aircraft and target. DevelopmentYou need nodejs with npm to develop the extension. Install the typescript compiler:
And install npm dependencies:
|