Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
flockwave-server / server / ext / virtual_uavs / __init__.py
Size: Mime:
"""Extension that creates one or more virtual UAVs in the server.

Useful primarily for debugging purposes and for testing the server without
having access to real hardware that provides UAV position and velocity data.
"""

from .extension import construct, dependencies, description, enhancers
from .schema import schema

__all__ = ("construct", "dependencies", "description", "enhancers", "schema")