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 993e399 commit 14b2799Copy full SHA for 14b2799
src/components/pose-tracker/client.ts
@@ -1,6 +1,6 @@
1
import { type JsonValue, Struct } from '@bufbuild/protobuf';
2
import type { CallOptions, PromiseClient } from '@connectrpc/connect';
3
-import { PoseTrackerService } from '../../gen/component/pose-tracker/v1/pose-tracker_connect';
+import { PoseTrackerService } from '../../gen/component/posetracker/v1/pose_tracker_connect';
4
import type { RobotClient } from '../../robot';
5
import type { Options } from '../../types';
6
import { doCommandFromClient } from '../../utils';
0 commit comments