Skip to content

Commit 18636d7

Browse files
Merge pull request #294 from hrnbot/main
0.35.0 MAVSDK Server based MAVSDK-Python
2 parents c16b040 + bbbdc44 commit 18636d7

27 files changed

+603
-116
lines changed

MAVSDK_SERVER_VERSION

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,4 @@
1-
v0.35.0
1+
v0.35.1
2+
3+
4+

mavsdk/action.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# -*- coding: utf-8 -*-
22
# DO NOT EDIT! This file is auto-generated from
3-
# https://github.com/mavlink/MAVSDK-Python/tree/master/other/templates/py
3+
# https://github.com/mavlink/MAVSDK-Python/tree/main/other/templates/py
44
from ._base import AsyncBase
55
from . import action_pb2, action_pb2_grpc
66
from enum import Enum

mavsdk/calibration.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# -*- coding: utf-8 -*-
22
# DO NOT EDIT! This file is auto-generated from
3-
# https://github.com/mavlink/MAVSDK-Python/tree/master/other/templates/py
3+
# https://github.com/mavlink/MAVSDK-Python/tree/main/other/templates/py
44
from ._base import AsyncBase
55
from . import calibration_pb2, calibration_pb2_grpc
66
from enum import Enum

mavsdk/camera.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# -*- coding: utf-8 -*-
22
# DO NOT EDIT! This file is auto-generated from
3-
# https://github.com/mavlink/MAVSDK-Python/tree/master/other/templates/py
3+
# https://github.com/mavlink/MAVSDK-Python/tree/main/other/templates/py
44
from ._base import AsyncBase
55
from . import camera_pb2, camera_pb2_grpc
66
from enum import Enum

mavsdk/core.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# -*- coding: utf-8 -*-
22
# DO NOT EDIT! This file is auto-generated from
3-
# https://github.com/mavlink/MAVSDK-Python/tree/master/other/templates/py
3+
# https://github.com/mavlink/MAVSDK-Python/tree/main/other/templates/py
44
from ._base import AsyncBase
55
from . import core_pb2, core_pb2_grpc
66
from enum import Enum

mavsdk/failure.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# -*- coding: utf-8 -*-
22
# DO NOT EDIT! This file is auto-generated from
3-
# https://github.com/mavlink/MAVSDK-Python/tree/master/other/templates/py
3+
# https://github.com/mavlink/MAVSDK-Python/tree/main/other/templates/py
44
from ._base import AsyncBase
55
from . import failure_pb2, failure_pb2_grpc
66
from enum import Enum

mavsdk/follow_me.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# -*- coding: utf-8 -*-
22
# DO NOT EDIT! This file is auto-generated from
3-
# https://github.com/mavlink/MAVSDK-Python/tree/master/other/templates/py
3+
# https://github.com/mavlink/MAVSDK-Python/tree/main/other/templates/py
44
from ._base import AsyncBase
55
from . import follow_me_pb2, follow_me_pb2_grpc
66
from enum import Enum

mavsdk/ftp.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# -*- coding: utf-8 -*-
22
# DO NOT EDIT! This file is auto-generated from
3-
# https://github.com/mavlink/MAVSDK-Python/tree/master/other/templates/py
3+
# https://github.com/mavlink/MAVSDK-Python/tree/main/other/templates/py
44
from ._base import AsyncBase
55
from . import ftp_pb2, ftp_pb2_grpc
66
from enum import Enum

mavsdk/geofence.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# -*- coding: utf-8 -*-
22
# DO NOT EDIT! This file is auto-generated from
3-
# https://github.com/mavlink/MAVSDK-Python/tree/master/other/templates/py
3+
# https://github.com/mavlink/MAVSDK-Python/tree/main/other/templates/py
44
from ._base import AsyncBase
55
from . import geofence_pb2, geofence_pb2_grpc
66
from enum import Enum

mavsdk/gimbal.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# -*- coding: utf-8 -*-
22
# DO NOT EDIT! This file is auto-generated from
3-
# https://github.com/mavlink/MAVSDK-Python/tree/master/other/templates/py
3+
# https://github.com/mavlink/MAVSDK-Python/tree/main/other/templates/py
44
from ._base import AsyncBase
55
from . import gimbal_pb2, gimbal_pb2_grpc
66
from enum import Enum

0 commit comments

Comments
 (0)