Changes

Day 5

559 bytes added, 21:18, 8 August 2018
Created page with "= Log = # <code>MAV_CMD_NAV_TAKEOFF_LOCAL</code> is not support in px4 (command 24), so we are forced to use the one without _LOCAL = KML Parser Library for Python = To have..."
= Log =
# <code>MAV_CMD_NAV_TAKEOFF_LOCAL</code> is not support in px4 (command 24), so we are forced to use the one without _LOCAL

= KML Parser Library for Python =

To have some sample data easily available and customizable, it is convenient to use the .kml format. To be able to handle it in the python boundary border, we may use [https://pythonhosted.org/pykml/installation.html pyKml]. To install we need:

# <code>sudo apt-get install libxml2-dev libxslt-dev python-dev</code>
# <code>sudo pip install lxml</code>
# <code>sudo pip install pykml</code>