We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 989c504 commit 1ad7ff2Copy full SHA for 1ad7ff2
lib/src/components/gantry/service.dart
@@ -75,4 +75,10 @@ class GantryService extends GantryServiceBase {
75
// TODO: implement getGeometries
76
throw UnimplementedError();
77
}
78
+
79
+ @override
80
+ Future<GetKinematicsResponse> getKinematics(ServiceCall call, GetKinematicsRequest request) {
81
+ // TODO: implement getKinematics
82
+ throw UnimplementedError();
83
+ }
84
0 commit comments