Skip to content

Commit 58ebe9e

Browse files
rc-0.3.0 (#285)
Co-authored-by: benjirewis <benjirewis@users.noreply.github.com>
1 parent 1334824 commit 58ebe9e

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "viam-sdk"
3-
version = "0.2.19"
3+
version = "0.3.0"
44
description = "Viam Robotics Python SDK"
55
authors = [ "Naveed <naveed@viam.com>" ]
66
license = "Apache-2.0"

src/viam/services/motion/client.py

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,27 +5,27 @@
55
from viam.proto.common import (
66
DoCommandRequest,
77
DoCommandResponse,
8+
GeoObstacle,
9+
GeoPoint,
10+
Pose,
811
PoseInFrame,
912
ResourceName,
1013
Transform,
1114
WorldState,
12-
Pose,
13-
GeoPoint,
14-
GeoObstacle,
1515
)
1616
from viam.proto.service.motion import (
1717
Constraints,
1818
GetPoseRequest,
1919
GetPoseResponse,
2020
MotionServiceStub,
21-
MoveRequest,
22-
MoveResponse,
23-
MoveSingleComponentRequest,
24-
MoveSingleComponentResponse,
2521
MoveOnGlobeRequest,
2622
MoveOnGlobeResponse,
2723
MoveOnMapRequest,
2824
MoveOnMapResponse,
25+
MoveRequest,
26+
MoveResponse,
27+
MoveSingleComponentRequest,
28+
MoveSingleComponentResponse,
2929
)
3030
from viam.resource.rpc_client_base import ReconfigurableResourceRPCClientBase
3131
from viam.resource.types import RESOURCE_NAMESPACE_RDK, RESOURCE_TYPE_SERVICE, Subtype

0 commit comments

Comments
 (0)