Skip to content

Commit 1a439de

Browse files
version generated files
1 parent dff711a commit 1a439de

35 files changed

+16700
-8
lines changed

.gitignore

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,7 @@ __pycache__
55
dist/
66
build/
77
*.proto
8-
*_pb2.py
9-
*_pb2_grpc.py
108
.idea/
119
*.ropeproject/
1210
.pytest_cache/
1311
.tox/
14-
mavsdk/plugins/

mavsdk/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ def get_event_loop():
4646

4747
# Plugins rely on the eventloop
4848
from .async_plugin_manager import AsyncPluginManager # NOQA
49-
from .plugins import * # NOQA
49+
from .generated import * # NOQA
5050

5151

5252
def connect(*args, **kwargs):

mavsdk/generated/__init__.py

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,12 @@
11
# -*- coding: utf-8 -*-
2+
3+
from .offboard import *
4+
from .calibration import *
5+
from .gimbal import *
6+
from .core import *
7+
from .action import *
8+
from .param import *
9+
from .camera import *
10+
from .info import *
11+
from .mission import *
12+
from .telemetry import *

0 commit comments

Comments
 (0)