@dronedeploy/rocos-js-sdk 2.6.1 → 3.0.0-alpha.20
Sign up to get free protection for your applications and to get access to all the features.
- package/IRocosSDK.d.ts +3 -26
- package/IRocosSDK.js +1 -5
- package/README.md +18 -0
- package/RocosSDK.d.ts +6 -1
- package/RocosSDK.js +103 -95
- package/api/StreamRegister.d.ts +1 -1
- package/api/StreamRegister.js +23 -12
- package/api/atoms/StreamHeartbeat.js +3 -7
- package/api/streams/caller/CallerStream.d.ts +6 -6
- package/api/streams/caller/CallerStream.js +41 -49
- package/api/streams/caller/CallerStreamAbstract.d.ts +6 -11
- package/api/streams/caller/CallerStreamAbstract.js +55 -67
- package/api/streams/caller/CallerStreamNode.d.ts +6 -6
- package/api/streams/caller/CallerStreamNode.js +48 -61
- package/api/streams/command/CommandStream.d.ts +2 -4
- package/api/streams/command/CommandStream.js +28 -30
- package/api/streams/command/CommandStreamAbstract.d.ts +4 -8
- package/api/streams/command/CommandStreamAbstract.js +33 -42
- package/api/streams/command/CommandStreamNode.d.ts +2 -4
- package/api/streams/command/CommandStreamNode.js +16 -40
- package/api/streams/control/ControlStream.d.ts +4 -6
- package/api/streams/control/ControlStream.js +30 -36
- package/api/streams/control/ControlStreamAbstract.d.ts +6 -9
- package/api/streams/control/ControlStreamAbstract.js +57 -54
- package/api/streams/control/ControlStreamNode.d.ts +3 -5
- package/api/streams/control/ControlStreamNode.js +19 -44
- package/api/streams/fileAccessor/FileAccessorStream.d.ts +2 -4
- package/api/streams/fileAccessor/FileAccessorStream.js +42 -57
- package/api/streams/fileAccessor/FileAccessorStreamAbstract.d.ts +4 -9
- package/api/streams/fileAccessor/FileAccessorStreamAbstract.js +28 -48
- package/api/streams/fileAccessor/FileAccessorStreamNode.d.ts +1 -3
- package/api/streams/fileAccessor/FileAccessorStreamNode.js +23 -53
- package/api/streams/search/SearchStream.d.ts +2 -5
- package/api/streams/search/SearchStream.js +50 -74
- package/api/streams/search/SearchStreamAbstract.d.ts +4 -9
- package/api/streams/search/SearchStreamAbstract.js +33 -35
- package/api/streams/search/SearchStreamNode.d.ts +2 -5
- package/api/streams/search/SearchStreamNode.js +23 -48
- package/api/streams/telemetry/TelemetryStream.d.ts +4 -4
- package/api/streams/telemetry/TelemetryStream.js +49 -78
- package/api/streams/telemetry/TelemetryStreamAbstract.d.ts +8 -11
- package/api/streams/telemetry/TelemetryStreamAbstract.js +126 -145
- package/api/streams/telemetry/TelemetryStreamNode.d.ts +5 -5
- package/api/streams/telemetry/TelemetryStreamNode.js +44 -64
- package/api/streams/webRTCSignalling/WebRTCSignallingStream.d.ts +5 -10
- package/api/streams/webRTCSignalling/WebRTCSignallingStream.js +37 -20
- package/api/streams/webRTCSignalling/WebRTCSignallingStreamAbstract.d.ts +10 -13
- package/api/streams/webRTCSignalling/WebRTCSignallingStreamAbstract.js +37 -37
- package/constants/api.d.ts +14 -5
- package/constants/api.js +130 -126
- package/constants/auth.d.ts +2 -0
- package/constants/auth.js +2 -0
- package/constants/grpc.js +5 -8
- package/constants/identifier.js +6 -9
- package/constants/timezones.d.ts +1 -1
- package/constants/timezones.js +1 -4
- package/grpc/conker_pb.client.d.ts +78 -0
- package/grpc/conker_pb.client.js +55 -0
- package/grpc/conker_pb.d.ts +141 -0
- package/grpc/conker_pb.grpc-client.d.ts +81 -0
- package/grpc/conker_pb.grpc-client.js +58 -0
- package/grpc/conker_pb.js +104 -0
- package/grpc/filagree_pb.client.d.ts +68 -0
- package/grpc/filagree_pb.client.js +48 -0
- package/grpc/filagree_pb.d.ts +404 -0
- package/grpc/filagree_pb.grpc-client.d.ts +69 -0
- package/grpc/filagree_pb.grpc-client.js +51 -0
- package/grpc/filagree_pb.js +329 -0
- package/grpc/google/protobuf/descriptor_pb.d.ts +1798 -0
- package/grpc/google/protobuf/descriptor_pb.js +2378 -0
- package/grpc/google/protobuf/empty_pb.d.ts +23 -0
- package/grpc/google/protobuf/empty_pb.js +47 -0
- package/grpc/pigeon_pb.client.d.ts +96 -0
- package/grpc/pigeon_pb.client.js +72 -0
- package/grpc/pigeon_pb.d.ts +207 -0
- package/grpc/pigeon_pb.grpc-client.d.ts +98 -0
- package/grpc/pigeon_pb.grpc-client.js +68 -0
- package/grpc/pigeon_pb.js +144 -0
- package/grpc/rambo.uri.v1_pb.d.ts +73 -0
- package/grpc/rambo.uri.v1_pb.js +48 -0
- package/grpc/rambo.v1_pb.client.d.ts +66 -0
- package/grpc/rambo.v1_pb.client.js +48 -0
- package/grpc/rambo.v1_pb.d.ts +392 -0
- package/grpc/rambo.v1_pb.grpc-client.d.ts +56 -0
- package/grpc/rambo.v1_pb.grpc-client.js +44 -0
- package/grpc/rambo.v1_pb.js +272 -0
- package/grpc/serviette.uri.v1_pb.d.ts +89 -0
- package/grpc/serviette.uri.v1_pb.js +62 -0
- package/grpc/serviette.v1_pb.client.d.ts +225 -0
- package/grpc/serviette.v1_pb.client.js +174 -0
- package/grpc/serviette.v1_pb.d.ts +827 -0
- package/grpc/serviette.v1_pb.grpc-client.d.ts +215 -0
- package/grpc/serviette.v1_pb.grpc-client.js +162 -0
- package/grpc/serviette.v1_pb.js +553 -0
- package/grpc/slowlane_pb.client.d.ts +61 -0
- package/grpc/slowlane_pb.client.js +41 -0
- package/grpc/slowlane_pb.d.ts +303 -0
- package/grpc/slowlane_pb.grpc-client.d.ts +64 -0
- package/grpc/slowlane_pb.grpc-client.js +44 -0
- package/grpc/slowlane_pb.js +185 -0
- package/grpc/teletubby_pb.client.d.ts +145 -0
- package/grpc/teletubby_pb.client.js +104 -0
- package/grpc/teletubby_pb.d.ts +634 -0
- package/grpc/teletubby_pb.grpc-client.d.ts +152 -0
- package/grpc/teletubby_pb.grpc-client.js +100 -0
- package/grpc/teletubby_pb.js +1264 -0
- package/helpers/arrayRemove.js +2 -6
- package/helpers/arrayUnique.js +2 -6
- package/helpers/average.js +2 -7
- package/helpers/callerMessageHelpers.d.ts +14 -0
- package/helpers/callerMessageHelpers.js +86 -0
- package/helpers/cleanObject.js +17 -19
- package/helpers/cleanObject.spec.d.ts +1 -0
- package/helpers/cleanObject.spec.js +53 -0
- package/helpers/enviroment.js +4 -11
- package/helpers/flattenCallsignsLookup.d.ts +1 -1
- package/helpers/flattenCallsignsLookup.js +1 -5
- package/helpers/flattenObject.js +1 -5
- package/helpers/flattenObject.spec.d.ts +1 -0
- package/helpers/flattenObject.spec.js +29 -0
- package/helpers/flattenOneOf.d.ts +67 -0
- package/helpers/flattenOneOf.js +29 -0
- package/helpers/flattenOneOf.spec.d.ts +1 -0
- package/helpers/flattenOneOf.spec.js +157 -0
- package/helpers/formatServiceUrl.js +1 -5
- package/helpers/formatServiceUrl.spec.d.ts +1 -0
- package/helpers/formatServiceUrl.spec.js +16 -0
- package/helpers/generateUUID.js +3 -7
- package/helpers/getSubscriptionsDifference.d.ts +3 -3
- package/helpers/getSubscriptionsDifference.js +6 -10
- package/helpers/getURLSearchParams.d.ts +2 -0
- package/helpers/getURLSearchParams.js +9 -0
- package/helpers/getURLSearchParams.spec.d.ts +1 -0
- package/helpers/getURLSearchParams.spec.js +19 -0
- package/helpers/getUniqueConfigKey.js +1 -6
- package/helpers/getUniqueId.js +3 -7
- package/helpers/getUnixTimeMs.js +1 -5
- package/helpers/index.d.ts +3 -1
- package/helpers/index.js +5 -15
- package/helpers/nanosecondToMillisecond.d.ts +1 -1
- package/helpers/nanosecondToMillisecond.js +11 -6
- package/helpers/nanosecondToMillisecond.spec.d.ts +1 -0
- package/helpers/nanosecondToMillisecond.spec.js +20 -0
- package/helpers/randomString.js +1 -5
- package/helpers/standardDeviation.js +4 -8
- package/helpers/standardDeviation.spec.d.ts +1 -0
- package/helpers/standardDeviation.spec.js +11 -0
- package/helpers/stringToUint8Array.js +3 -7
- package/helpers/uint8ArrayToString.js +3 -8
- package/helpers/websandbox/connection.d.ts +67 -0
- package/helpers/websandbox/connection.js +133 -0
- package/helpers/websandbox/frame/frame.d.ts +12 -0
- package/helpers/websandbox/frame/frame.js +22 -0
- package/helpers/websandbox/frame/frame.source.d.ts +2 -0
- package/helpers/websandbox/frame/frame.source.js +5 -0
- package/helpers/websandbox/frame/index.d.ts +2 -0
- package/helpers/websandbox/frame/index.js +2 -0
- package/helpers/websandbox/frame/worker/index.d.ts +2 -0
- package/helpers/websandbox/frame/worker/index.js +2 -0
- package/helpers/websandbox/frame/worker/manager.d.ts +11 -0
- package/helpers/websandbox/frame/worker/manager.js +67 -0
- package/helpers/websandbox/frame/worker/manager.spec.d.ts +4 -0
- package/helpers/websandbox/frame/worker/manager.spec.js +127 -0
- package/helpers/websandbox/frame/worker/types.d.ts +11 -0
- package/helpers/websandbox/frame/worker/types.js +1 -0
- package/helpers/websandbox/frame/worker/worker.d.ts +1 -0
- package/helpers/websandbox/frame/worker/worker.js +74 -0
- package/helpers/websandbox/frame/worker/worker.source.d.ts +2 -0
- package/helpers/websandbox/frame/worker/worker.source.js +4 -0
- package/helpers/websandbox/index.d.ts +2 -0
- package/helpers/websandbox/index.js +2 -0
- package/helpers/websandbox/sandbox.d.ts +57 -0
- package/helpers/websandbox/sandbox.js +175 -0
- package/helpers/websandbox/types.d.ts +13 -0
- package/helpers/websandbox/types.js +1 -0
- package/index.js +7 -19
- package/logger/RocosLogger.js +18 -44
- package/models/CallsignStatus.d.ts +6 -0
- package/models/CallsignStatus.js +7 -0
- package/models/ExportDataQuery.js +1 -5
- package/models/ExternalProject.js +1 -5
- package/models/IBaseService.d.ts +1 -0
- package/models/IBaseService.js +1 -2
- package/models/IConfigGroup.js +1 -2
- package/models/IDebugLevel.d.ts +1 -1
- package/models/IDebugLevel.js +1 -2
- package/models/IExportDataQuery.js +1 -2
- package/models/IFunctionConfig.js +1 -2
- package/models/IInvitation.d.ts +1 -1
- package/models/IInvitation.js +1 -2
- package/models/IInvitationExists.js +1 -2
- package/models/IOperation.js +1 -2
- package/models/IPersonalAccessToken.js +1 -2
- package/models/IProject.js +1 -2
- package/models/IProjectApplication.js +1 -2
- package/models/IRobot.d.ts +1 -0
- package/models/IRobot.js +1 -2
- package/models/IRobotConfig.js +1 -2
- package/models/IRobotPlugin.js +1 -2
- package/models/IRobotSettings.d.ts +28 -0
- package/models/IRobotSettings.js +1 -0
- package/models/IRobotTemplate.js +1 -2
- package/models/IRocosSDKConfig.d.ts +3 -9
- package/models/IRocosSDKConfig.js +1 -2
- package/models/ISource.js +1 -2
- package/models/IStream.js +1 -2
- package/models/IStreamConfig.js +1 -2
- package/models/IStreamOptions.js +1 -2
- package/models/IStreamSource.js +1 -2
- package/models/ISubscriberStatus.js +1 -2
- package/models/ITelemetryStreamConfig.js +1 -2
- package/models/IToken.d.ts +7 -3
- package/models/IToken.js +1 -2
- package/models/IWidget.js +1 -2
- package/models/IWidgetLineGroup.js +1 -2
- package/models/ResponseLevelEnum.d.ts +4 -0
- package/models/ResponseLevelEnum.js +6 -5
- package/models/Robot.d.ts +1 -0
- package/models/Robot.js +1 -5
- package/models/RobotConfig.js +1 -5
- package/models/RobotPlugin.js +1 -5
- package/models/RobotTemplate.js +9 -14
- package/models/RocosError.d.ts +1 -0
- package/models/RocosError.js +3 -6
- package/models/ServiceEnum.d.ts +2 -1
- package/models/ServiceEnum.js +3 -5
- package/models/Stream.js +4 -8
- package/models/StreamOptions.js +1 -5
- package/models/StreamSource.js +3 -7
- package/models/SubscriberStatusEnum.js +2 -5
- package/models/Token.d.ts +36 -4
- package/models/Token.js +74 -11
- package/models/Token.spec.d.ts +1 -0
- package/models/Token.spec.js +108 -0
- package/models/Widget.js +4 -8
- package/models/WidgetLineGroup.js +1 -5
- package/models/asset-storage/AssetModelItem.d.ts +3 -0
- package/models/asset-storage/AssetModelItem.js +1 -2
- package/models/caller/IRocosCallerMessageChunk.d.ts +8 -2
- package/models/caller/IRocosCallerMessageChunk.js +1 -2
- package/models/caller/IRocosCallerMessageChunks.d.ts +2 -3
- package/models/caller/IRocosCallerMessageChunks.js +1 -2
- package/models/caller/IRocosCallerMessageHeartbeat.d.ts +3 -2
- package/models/caller/IRocosCallerMessageHeartbeat.js +1 -2
- package/models/caller/IRocosCallerMessageResponse.d.ts +3 -2
- package/models/caller/IRocosCallerMessageResponse.js +1 -2
- package/models/caller/IRocosCallerMessageResponseAck.d.ts +16 -2
- package/models/caller/IRocosCallerMessageResponseAck.js +13 -2
- package/models/caller/IRocosCallerMessageResponseResult.d.ts +15 -2
- package/models/caller/IRocosCallerMessageResponseResult.js +12 -2
- package/models/caller/IRocosCallerMessageResponseReturn.d.ts +8 -0
- package/models/caller/IRocosCallerMessageResponseReturn.js +1 -0
- package/models/caller/IRocosCallerMessageResponseUid.d.ts +10 -2
- package/models/caller/IRocosCallerMessageResponseUid.js +7 -2
- package/models/caller/IRocosCallerMessageResponses.d.ts +2 -3
- package/models/caller/IRocosCallerMessageResponses.js +1 -2
- package/models/caller/RocosCallerResultStatus.d.ts +11 -1
- package/models/caller/RocosCallerResultStatus.js +12 -5
- package/models/caller/RocosResponseLevel.d.ts +6 -0
- package/models/caller/RocosResponseLevel.js +7 -0
- package/models/caller/index.d.ts +11 -0
- package/models/caller/index.js +11 -0
- package/models/callsigns/CallsignsEnums.d.ts +3 -3
- package/models/callsigns/CallsignsEnums.js +11 -14
- package/models/callsigns/CallsignsLookup.js +10 -15
- package/models/callsigns/CallsignsQuery.js +1 -5
- package/models/callsigns/CallsignsQueryPredicate.js +1 -5
- package/models/command/IRocosCommandMessageHeartbeat.d.ts +1 -2
- package/models/command/IRocosCommandMessageHeartbeat.js +1 -2
- package/models/command/IRocosCommandMessageResponse.d.ts +55 -2
- package/models/command/IRocosCommandMessageResponse.js +29 -2
- package/models/command/RocosCommandResultStatus.d.ts +11 -1
- package/models/command/RocosCommandResultStatus.js +12 -5
- package/models/command/index.d.ts +4 -0
- package/models/command/index.js +4 -0
- package/models/file/FileEnums.d.ts +4 -4
- package/models/file/FileEnums.js +9 -12
- package/models/index.d.ts +6 -31
- package/models/index.js +76 -113
- package/models/integrations/Overlay.js +1 -2
- package/models/integrations/Plan.js +1 -2
- package/models/maps/Map.d.ts +2 -3
- package/models/maps/Map.js +1 -2
- package/models/maps/Panorama.d.ts +36 -0
- package/models/maps/Panorama.js +1 -0
- package/models/message/IRocosCallerMessage.js +1 -2
- package/models/message/IRocosChangeMessage.js +1 -2
- package/models/message/IRocosCommandMessage.js +1 -2
- package/models/message/IRocosControlMessage.js +1 -2
- package/models/message/IRocosOpResultMessage.d.ts +2 -2
- package/models/message/IRocosOpResultMessage.js +1 -2
- package/models/message/IRocosSearchMessage.js +1 -2
- package/models/message/IRocosSearchRowMessage.js +1 -2
- package/models/message/IRocosSearchStatusMessage.js +1 -2
- package/models/message/IRocosTelemetryMessage.d.ts +12 -7
- package/models/message/IRocosTelemetryMessage.js +1 -2
- package/models/message/IStreamStatusMessage.js +1 -2
- package/models/message/RocosCallerMessage.d.ts +2 -4
- package/models/message/RocosCallerMessage.js +24 -15
- package/models/message/RocosCommandMessage.d.ts +2 -3
- package/models/message/RocosCommandMessage.js +5 -8
- package/models/message/RocosControlMessage.d.ts +1 -1
- package/models/message/RocosControlMessage.js +6 -10
- package/models/message/RocosOpResultMessage.d.ts +3 -2
- package/models/message/RocosOpResultMessage.js +6 -10
- package/models/message/RocosSearchMessage.d.ts +1 -1
- package/models/message/RocosSearchMessage.js +5 -9
- package/models/message/RocosSearchRowMessage.d.ts +1 -1
- package/models/message/RocosSearchRowMessage.js +8 -12
- package/models/message/RocosTelemetryMessage.d.ts +9 -23
- package/models/message/RocosTelemetryMessage.js +51 -93
- package/models/message/index.d.ts +17 -0
- package/models/message/index.js +17 -0
- package/models/params/ICallerParams.d.ts +12 -1
- package/models/params/ICallerParams.js +1 -2
- package/models/params/ICommandParams.js +1 -2
- package/models/params/IControlParams.d.ts +1 -1
- package/models/params/IControlParams.js +1 -2
- package/models/params/IFileAccessorParams.js +1 -2
- package/models/params/ISearchParams.js +1 -2
- package/models/params/ITelemetryParams.d.ts +1 -1
- package/models/params/ITelemetryParams.js +1 -2
- package/models/params/IWebRTCSignallingParams.js +1 -2
- package/models/projects/ProjectUser.js +1 -2
- package/models/schedule/IScheduleAction.d.ts +1 -1
- package/models/schedule/IScheduleAction.js +2 -5
- package/models/schedule/IScheduleInfo.js +1 -2
- package/models/schedule/IScheduleJob.js +1 -2
- package/models/search/SearchQueryFilter.js +1 -5
- package/models/search/SearchStreamQuery.js +1 -5
- package/models/stream/IBaseStream.js +1 -2
- package/models/stream/ICallerStream.js +1 -2
- package/models/stream/ICommandStream.js +1 -2
- package/models/stream/IControlStream.js +1 -2
- package/models/stream/IFileAccessorStream.d.ts +1 -2
- package/models/stream/IFileAccessorStream.js +1 -2
- package/models/stream/ISearchStream.js +1 -2
- package/models/stream/ITelemetryStream.js +1 -2
- package/models/stream/IWebRTCSignallingStream.d.ts +51 -16
- package/models/stream/IWebRTCSignallingStream.js +1 -7
- package/models/types.d.ts +5 -5
- package/models/types.js +1 -2
- package/models/workflow/Workflow.d.ts +36 -0
- package/models/workflow/Workflow.js +1 -0
- package/node/RocosSDKNode.d.ts +6 -1
- package/node/RocosSDKNode.js +82 -80
- package/node/index.js +7 -19
- package/package.json +10 -11
- package/services/AssetStorageService.d.ts +23 -1
- package/services/AssetStorageService.js +53 -24
- package/services/AuthService.d.ts +59 -27
- package/services/AuthService.js +167 -86
- package/services/AuthService.spec.d.ts +1 -0
- package/services/AuthService.spec.js +163 -0
- package/services/BaseServiceAbstract.d.ts +11 -13
- package/services/BaseServiceAbstract.js +18 -24
- package/services/BaseStreamService.d.ts +18 -0
- package/services/BaseStreamService.js +47 -0
- package/services/CallerService.d.ts +37 -17
- package/services/CallerService.js +86 -65
- package/services/CallerService.spec.d.ts +1 -0
- package/services/CallerService.spec.js +227 -0
- package/services/CallerServiceNode.js +4 -8
- package/services/CommandService.d.ts +5 -17
- package/services/CommandService.js +19 -62
- package/services/CommandServiceNode.js +4 -8
- package/services/ConfigGroupService.js +17 -21
- package/services/ControlService.d.ts +5 -17
- package/services/ControlService.js +22 -65
- package/services/ControlServiceNode.js +4 -8
- package/services/DashboardService.js +20 -24
- package/services/EvaluatorService.d.ts +11 -0
- package/services/EvaluatorService.js +28 -0
- package/services/EventService.js +13 -17
- package/services/FileAccessorService.d.ts +4 -18
- package/services/FileAccessorService.js +14 -62
- package/services/FileAccessorServiceNode.js +4 -8
- package/services/FunctionService.js +17 -21
- package/services/IntegrationService.js +14 -19
- package/services/MapService.d.ts +71 -25
- package/services/MapService.js +113 -40
- package/services/PlatformTimeService.js +8 -12
- package/services/PlatformTimeService.spec.d.ts +1 -0
- package/services/PlatformTimeService.spec.js +180 -0
- package/services/ProfileService.js +36 -40
- package/services/ProjectService.js +23 -27
- package/services/RobotService.d.ts +2 -6
- package/services/RobotService.js +48 -55
- package/services/ScheduleService.js +10 -14
- package/services/SearchService.d.ts +4 -17
- package/services/SearchService.js +24 -59
- package/services/SearchServiceNode.js +4 -8
- package/services/SpotProvisioningService.d.ts +1 -1
- package/services/SpotProvisioningService.js +16 -16
- package/services/SpotProvisioningServiceNode.d.ts +1 -1
- package/services/SpotProvisioningServiceNode.js +16 -16
- package/services/StreamService.js +26 -30
- package/services/TelemetryService.d.ts +15 -17
- package/services/TelemetryService.js +103 -93
- package/services/TelemetryService.spec.d.ts +1 -0
- package/services/TelemetryService.spec.js +37 -0
- package/services/TelemetryServiceNode.js +4 -8
- package/services/TimeSyncerService.js +9 -13
- package/services/UserService.js +37 -41
- package/services/WebRTCSignallingService.d.ts +4 -4
- package/services/WebRTCSignallingService.js +24 -27
- package/services/WorkflowService.d.ts +25 -29
- package/services/WorkflowService.js +39 -75
- package/services/index.d.ts +1 -0
- package/services/index.js +27 -38
- package/store/RocosStore.js +9 -15
- package/demo/angular/.editorconfig +0 -16
- package/demo/angular/.eslintignore +0 -4
- package/demo/angular/.eslintrc.json +0 -50
- package/demo/angular/README.md +0 -36
- package/demo/angular/angular.json +0 -132
- package/demo/angular/karma.conf.js +0 -44
- package/demo/angular/package.json +0 -41
- package/demo/angular/src/app/app.component.css +0 -0
- package/demo/angular/src/app/app.component.html +0 -9
- package/demo/angular/src/app/app.component.ts +0 -10
- package/demo/angular/src/app/app.module.ts +0 -38
- package/demo/angular/src/app/components/assets/assets.component.css +0 -0
- package/demo/angular/src/app/components/assets/assets.component.html +0 -29
- package/demo/angular/src/app/components/assets/assets.component.ts +0 -107
- package/demo/angular/src/app/components/auth/auth.component.css +0 -0
- package/demo/angular/src/app/components/auth/auth.component.html +0 -27
- package/demo/angular/src/app/components/auth/auth.component.ts +0 -33
- package/demo/angular/src/app/components/caller/caller.component.css +0 -0
- package/demo/angular/src/app/components/caller/caller.component.html +0 -22
- package/demo/angular/src/app/components/caller/caller.component.ts +0 -61
- package/demo/angular/src/app/components/command/command.component.css +0 -0
- package/demo/angular/src/app/components/command/command.component.html +0 -22
- package/demo/angular/src/app/components/command/command.component.ts +0 -60
- package/demo/angular/src/app/components/integrations/integrations.component.ts +0 -43
- package/demo/angular/src/app/components/robots/robots.component.css +0 -0
- package/demo/angular/src/app/components/robots/robots.component.html +0 -13
- package/demo/angular/src/app/components/robots/robots.component.ts +0 -26
- package/demo/angular/src/app/components/sdk/sdk.component.css +0 -0
- package/demo/angular/src/app/components/sdk/sdk.component.html +0 -43
- package/demo/angular/src/app/components/sdk/sdk.component.ts +0 -50
- package/demo/angular/src/app/components/subscription/subscription.component.css +0 -0
- package/demo/angular/src/app/components/subscription/subscription.component.html +0 -6
- package/demo/angular/src/app/components/subscription/subscription.component.ts +0 -40
- package/demo/angular/src/app/components/telemetry/telemetry.component.css +0 -0
- package/demo/angular/src/app/components/telemetry/telemetry.component.html +0 -19
- package/demo/angular/src/app/components/telemetry/telemetry.component.ts +0 -61
- package/demo/angular/src/app/components/token/token.component.css +0 -0
- package/demo/angular/src/app/components/token/token.component.html +0 -10
- package/demo/angular/src/app/components/token/token.component.ts +0 -18
- package/demo/angular/src/app/components/video/p2pvideo/index.ts +0 -646
- package/demo/angular/src/app/components/video/video-source.ts +0 -315
- package/demo/angular/src/app/components/video/video.component.css +0 -6
- package/demo/angular/src/app/components/video/video.component.html +0 -54
- package/demo/angular/src/app/components/video/video.component.ts +0 -151
- package/demo/angular/src/app/services/sdk.service.ts +0 -193
- package/demo/angular/src/assets/.gitkeep +0 -0
- package/demo/angular/src/assets/HKGrotesk-Bold.otf +0 -0
- package/demo/angular/src/assets/HKGrotesk-Regular.otf +0 -0
- package/demo/angular/src/assets/logo.svg +0 -16
- package/demo/angular/src/environments/environment.prod.ts +0 -3
- package/demo/angular/src/environments/environment.ts +0 -16
- package/demo/angular/src/favicon.ico +0 -0
- package/demo/angular/src/index.html +0 -15
- package/demo/angular/src/main.ts +0 -7
- package/demo/angular/src/polyfills.ts +0 -53
- package/demo/angular/src/styles.css +0 -198
- package/demo/angular/tsconfig.app.json +0 -15
- package/demo/angular/tsconfig.json +0 -39
- package/demo/html/README.md +0 -8
- package/demo/html/assets/HKGrotesk-Bold.otf +0 -0
- package/demo/html/assets/HKGrotesk-Regular.otf +0 -0
- package/demo/html/assets/logo.svg +0 -16
- package/demo/html/favicon.ico +0 -0
- package/demo/html/index.html +0 -416
- package/demo/html/rocos-js-sdk.js +0 -3
- package/demo/html/rocos-js-sdk.js.LICENSE.txt +0 -8
- package/demo/html/rocos-js-sdk.js.map +0 -1
- package/demo/html/styles.css +0 -190
- package/demo/node/README.md +0 -17
- package/demo/node/index.js +0 -134
- package/demo/node/package.json +0 -8
- package/demo/react/.env +0 -1
- package/demo/react/.env.dist +0 -1
- package/demo/react/.eslintrc.json +0 -46
- package/demo/react/README.md +0 -65
- package/demo/react/package.json +0 -60
- package/demo/react/public/favicon.ico +0 -0
- package/demo/react/public/index.html +0 -43
- package/demo/react/public/logo192.png +0 -0
- package/demo/react/public/logo512.png +0 -0
- package/demo/react/public/manifest.json +0 -25
- package/demo/react/public/robots.txt +0 -3
- package/demo/react/src/App.css +0 -190
- package/demo/react/src/App.tsx +0 -31
- package/demo/react/src/actions/index.ts +0 -8
- package/demo/react/src/actions/sdkActions.ts +0 -62
- package/demo/react/src/assets/HKGrotesk-Bold.otf +0 -0
- package/demo/react/src/assets/HKGrotesk-Regular.otf +0 -0
- package/demo/react/src/assets/logo.svg +0 -16
- package/demo/react/src/components/AuthForm.tsx +0 -76
- package/demo/react/src/components/CallerBox.tsx +0 -53
- package/demo/react/src/components/CallerForm.tsx +0 -98
- package/demo/react/src/components/CommandBox.tsx +0 -47
- package/demo/react/src/components/CommandForm.tsx +0 -98
- package/demo/react/src/components/RobotsForm.tsx +0 -51
- package/demo/react/src/components/SubscriptionBox.tsx +0 -55
- package/demo/react/src/components/TelemetryForm.tsx +0 -98
- package/demo/react/src/components/TokenForm.tsx +0 -39
- package/demo/react/src/config.json +0 -14
- package/demo/react/src/controllers/RocosSDKController.ts +0 -48
- package/demo/react/src/helpers/deepEqual.ts +0 -27
- package/demo/react/src/hooks/useInput.ts +0 -29
- package/demo/react/src/index.css +0 -11
- package/demo/react/src/index.tsx +0 -26
- package/demo/react/src/react-app-env.d.ts +0 -1
- package/demo/react/src/reducers/sdkReducer.ts +0 -133
- package/demo/react/src/reportWebVitals.ts +0 -15
- package/demo/react/src/selectors/sdkSelector.ts +0 -11
- package/demo/react/src/setupTests.ts +0 -5
- package/demo/react/src/store.ts +0 -14
- package/demo/react/tsconfig.json +0 -26
- package/demo/sdk-sizer/dist/sdk-sizer/3rdpartylicenses.txt +0 -975
- package/demo/sdk-sizer/dist/sdk-sizer/favicon.ico +0 -0
- package/demo/sdk-sizer/dist/sdk-sizer/index.html +0 -12
- package/demo/sdk-sizer/dist/sdk-sizer/main.c9183649ce1856ef.js +0 -2
- package/demo/sdk-sizer/dist/sdk-sizer/main.c9183649ce1856ef.js.map +0 -1
- package/demo/sdk-sizer/dist/sdk-sizer/polyfills.701c8e5d007909aa.js +0 -2
- package/demo/sdk-sizer/dist/sdk-sizer/polyfills.701c8e5d007909aa.js.map +0 -1
- package/demo/sdk-sizer/dist/sdk-sizer/runtime.00e20e689f5284a8.js +0 -2
- package/demo/sdk-sizer/dist/sdk-sizer/runtime.00e20e689f5284a8.js.map +0 -1
- package/demo/sdk-sizer/dist/sdk-sizer/stats.json +0 -1
- package/demo/sdk-sizer/dist/sdk-sizer/styles.b45f7e627ac8cbce.css +0 -2
- package/demo/sdk-sizer/dist/sdk-sizer/styles.b45f7e627ac8cbce.css.map +0 -1
- package/grpc/file-accessor/filagree_grpc_pb.d.ts +0 -41
- package/grpc/file-accessor/filagree_grpc_pb.js +0 -121
- package/grpc/file-accessor/filagree_pb.d.ts +0 -339
- package/grpc/file-accessor/filagree_pb.js +0 -2261
- package/grpc/file-accessor/filagree_pb_service.d.ts +0 -115
- package/grpc/file-accessor/filagree_pb_service.js +0 -257
- package/grpc/rambo/rambo.v1_grpc_pb.d.ts +0 -39
- package/grpc/rambo/rambo.v1_grpc_pb.js +0 -73
- package/grpc/rambo/rambo.v1_pb.d.ts +0 -365
- package/grpc/rambo/rambo.v1_pb.js +0 -2469
- package/grpc/rambo/rambo.v1_pb_service.d.ts +0 -76
- package/grpc/rambo/rambo.v1_pb_service.js +0 -138
- package/grpc/rambo/uri.v1_grpc_pb.d.ts +0 -1
- package/grpc/rambo/uri.v1_grpc_pb.js +0 -1
- package/grpc/rambo/uri.v1_pb.d.ts +0 -80
- package/grpc/rambo/uri.v1_pb.js +0 -563
- package/grpc/rambo/uri.v1_pb_service.d.ts +0 -3
- package/grpc/rambo/uri.v1_pb_service.js +0 -3
- package/grpc/robot-control/conker_grpc_pb.d.ts +0 -46
- package/grpc/robot-control/conker_grpc_pb.js +0 -143
- package/grpc/robot-control/conker_pb.d.ts +0 -168
- package/grpc/robot-control/conker_pb.js +0 -1287
- package/grpc/robot-control/conker_pb_service.d.ts +0 -126
- package/grpc/robot-control/conker_pb_service.js +0 -301
- package/grpc/serviette/common.v1_grpc_pb.d.ts +0 -1
- package/grpc/serviette/common.v1_grpc_pb.js +0 -1
- package/grpc/serviette/common.v1_pb.d.ts +0 -8
- package/grpc/serviette/common.v1_pb.js +0 -45
- package/grpc/serviette/common.v1_pb_service.d.ts +0 -3
- package/grpc/serviette/common.v1_pb_service.js +0 -3
- package/grpc/serviette/serviette.v1_grpc_pb.d.ts +0 -137
- package/grpc/serviette/serviette.v1_grpc_pb.js +0 -331
- package/grpc/serviette/serviette.v1_pb.d.ts +0 -884
- package/grpc/serviette/serviette.v1_pb.js +0 -6363
- package/grpc/serviette/serviette.v1_pb_service.d.ts +0 -278
- package/grpc/serviette/serviette.v1_pb_service.js +0 -699
- package/grpc/serviette/uri.v1_grpc_pb.d.ts +0 -1
- package/grpc/serviette/uri.v1_grpc_pb.js +0 -1
- package/grpc/serviette/uri.v1_pb.d.ts +0 -102
- package/grpc/serviette/uri.v1_pb.js +0 -741
- package/grpc/serviette/uri.v1_pb_service.d.ts +0 -3
- package/grpc/serviette/uri.v1_pb_service.js +0 -3
- package/grpc/slowlane/slowlane_grpc_pb.d.ts +0 -38
- package/grpc/slowlane/slowlane_grpc_pb.js +0 -132
- package/grpc/slowlane/slowlane_pb.d.ts +0 -373
- package/grpc/slowlane/slowlane_pb.js +0 -2908
- package/grpc/slowlane/slowlane_pb_service.d.ts +0 -112
- package/grpc/slowlane/slowlane_pb_service.js +0 -189
- package/grpc/teletubby/teletubby_grpc_pb.d.ts +0 -73
- package/grpc/teletubby/teletubby_grpc_pb.js +0 -231
- package/grpc/teletubby/teletubby_pb.d.ts +0 -647
- package/grpc/teletubby/teletubby_pb.js +0 -4786
- package/grpc/teletubby/teletubby_pb_service.d.ts +0 -193
- package/grpc/teletubby/teletubby_pb_service.js +0 -436
- package/grpc/video/pigeon_grpc_pb.d.ts +0 -59
- package/grpc/video/pigeon_grpc_pb.js +0 -180
- package/grpc/video/pigeon_pb.d.ts +0 -237
- package/grpc/video/pigeon_pb.js +0 -1775
- package/grpc/video/pigeon_pb_service.d.ts +0 -152
- package/grpc/video/pigeon_pb_service.js +0 -292
- package/models/ISignupParams.d.ts +0 -8
- package/models/ISignupParams.js +0 -2
- package/utils/axisangle.d.ts +0 -18
- package/utils/axisangle.js +0 -48
- package/utils/eulerangles.d.ts +0 -22
- package/utils/eulerangles.js +0 -133
- package/utils/helperfunctions.d.ts +0 -5
- package/utils/helperfunctions.js +0 -50
- package/utils/localtransform.d.ts +0 -17
- package/utils/localtransform.js +0 -50
- package/utils/localtransformtree.d.ts +0 -17
- package/utils/localtransformtree.js +0 -88
- package/utils/misc.d.ts +0 -17
- package/utils/misc.js +0 -23
- package/utils/positionvector.d.ts +0 -13
- package/utils/positionvector.js +0 -79
- package/utils/quaternion.d.ts +0 -20
- package/utils/quaternion.js +0 -62
- package/utils/rotationmatrix.d.ts +0 -23
- package/utils/rotationmatrix.js +0 -262
- package/utils/transformationmatrix.d.ts +0 -12
- package/utils/transformationmatrix.js +0 -123
- package/utils/vector3.d.ts +0 -11
- package/utils/vector3.js +0 -61
package/demo/html/styles.css
DELETED
@@ -1,190 +0,0 @@
|
|
1
|
-
/* You can add global styles to this file, and also import other style files */
|
2
|
-
:root {
|
3
|
-
--color-text: #333;
|
4
|
-
--color-link: #61dafb;
|
5
|
-
--color-link-active: #0C8DFF;
|
6
|
-
--color-headline: #fff;
|
7
|
-
--color-background: #000000;
|
8
|
-
--color-button: #0C8DFF;
|
9
|
-
--color-button-hover: #0D5EA6;
|
10
|
-
}
|
11
|
-
|
12
|
-
@font-face {
|
13
|
-
font-family: HKGrotesk;
|
14
|
-
src: url(assets/HKGrotesk-Bold.otf);
|
15
|
-
}
|
16
|
-
|
17
|
-
@font-face {
|
18
|
-
font-family: HKGrotesk-Regular;
|
19
|
-
src: url(assets/HKGrotesk-Regular.otf);
|
20
|
-
}
|
21
|
-
|
22
|
-
|
23
|
-
@import url('https://fonts.googleapis.com/css2?family=Roboto+Mono&display=swap');
|
24
|
-
|
25
|
-
|
26
|
-
h3 {
|
27
|
-
margin:0px;
|
28
|
-
margin-bottom: 16px;
|
29
|
-
}
|
30
|
-
|
31
|
-
body {
|
32
|
-
margin: 0;
|
33
|
-
font-family: HKGrotesk;
|
34
|
-
-webkit-font-smoothing: antialiased;
|
35
|
-
-moz-osx-font-smoothing: grayscale;
|
36
|
-
background-color: #F4F4F4;
|
37
|
-
}
|
38
|
-
|
39
|
-
code {
|
40
|
-
font-family: 'Roboto Mono', monospace;
|
41
|
-
}
|
42
|
-
|
43
|
-
.app {}
|
44
|
-
|
45
|
-
.app header {
|
46
|
-
top: 0;
|
47
|
-
left: 0;
|
48
|
-
/*width: 100%;*/
|
49
|
-
height: 60px;
|
50
|
-
background-color: var(--color-background);
|
51
|
-
text-transform: uppercase;
|
52
|
-
font-size: 20px;
|
53
|
-
position: fixed;
|
54
|
-
right: 0;
|
55
|
-
z-index: 10;
|
56
|
-
padding: 0 60px;
|
57
|
-
display: flex;
|
58
|
-
justify-content: space-between;
|
59
|
-
}
|
60
|
-
|
61
|
-
.app header .logo {
|
62
|
-
margin-top: 15px;
|
63
|
-
text-decoration: none;
|
64
|
-
color: var(--color-text);
|
65
|
-
line-height: 60px;
|
66
|
-
background-image: url(./assets/logo.svg);
|
67
|
-
background-repeat: no-repeat;
|
68
|
-
background-position: left center;
|
69
|
-
height: 30px;
|
70
|
-
width: 226px;
|
71
|
-
}
|
72
|
-
|
73
|
-
.app header h1 {
|
74
|
-
|
75
|
-
color: var(--color-headline);
|
76
|
-
text-transform: initial;
|
77
|
-
font-size: 20px;
|
78
|
-
line-height: 60px;
|
79
|
-
margin: 0;
|
80
|
-
}
|
81
|
-
|
82
|
-
.app a {
|
83
|
-
color: var(--color-link);
|
84
|
-
}
|
85
|
-
|
86
|
-
.app .content {
|
87
|
-
padding: 80px 40px;
|
88
|
-
height: 100%;
|
89
|
-
}
|
90
|
-
|
91
|
-
.app .content .boxRow {
|
92
|
-
display: flex;
|
93
|
-
justify-content: flex-start;
|
94
|
-
}
|
95
|
-
|
96
|
-
.app .content .boxRow .boxColumn {
|
97
|
-
width: 25%;
|
98
|
-
}
|
99
|
-
|
100
|
-
.app .content .box {
|
101
|
-
border-radius: 4px;
|
102
|
-
margin: 24px 24px 24px 0px;
|
103
|
-
border: 1px solid #D2D3D4;
|
104
|
-
overflow: hidden;
|
105
|
-
background-color: #ffffff;
|
106
|
-
min-width: 200px;
|
107
|
-
}
|
108
|
-
|
109
|
-
.app .content .box .boxContent {
|
110
|
-
padding: 24px;
|
111
|
-
}
|
112
|
-
|
113
|
-
.app .content .box label {
|
114
|
-
display: block;
|
115
|
-
padding: 5px 0 5px 0;
|
116
|
-
}
|
117
|
-
|
118
|
-
.app .content .box button {
|
119
|
-
display: inline-block;
|
120
|
-
font-family: HKGrotesk;
|
121
|
-
color: var(--color-headline);
|
122
|
-
text-align: center;
|
123
|
-
vertical-align: middle;
|
124
|
-
-webkit-user-select: none;
|
125
|
-
-moz-user-select: none;
|
126
|
-
-ms-user-select: none;
|
127
|
-
user-select: none;
|
128
|
-
background-color: var(--color-button);
|
129
|
-
border: none;
|
130
|
-
padding: .375rem .75rem;
|
131
|
-
font-size: 15px;
|
132
|
-
line-height: 1.5;
|
133
|
-
border-radius: 3px;
|
134
|
-
transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
|
135
|
-
cursor: pointer;
|
136
|
-
}
|
137
|
-
.app .content .box button:hover {
|
138
|
-
background-color: var(--color-button-hover);
|
139
|
-
}
|
140
|
-
.app .content .box button:focus {
|
141
|
-
outline: 0;
|
142
|
-
}
|
143
|
-
.app .content .box pre {
|
144
|
-
font-family: 'Roboto Mono', monospace;
|
145
|
-
font-size: 12px;
|
146
|
-
background-color: #E2F1FF;
|
147
|
-
padding: 20px;
|
148
|
-
margin: auto;
|
149
|
-
overflow: auto;
|
150
|
-
overflow-wrap: break-word;
|
151
|
-
white-space: pre-wrap; /* css-3 */
|
152
|
-
white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
|
153
|
-
white-space: -o-pre-wrap; /* Opera 7 */
|
154
|
-
word-wrap: break-word;
|
155
|
-
}
|
156
|
-
|
157
|
-
.app .content .box input[type=text],
|
158
|
-
.app .content .box textarea {
|
159
|
-
margin-bottom:12px;
|
160
|
-
font-family: HKGrotesk-Regular;
|
161
|
-
display: block;
|
162
|
-
width: 90%;
|
163
|
-
height: calc(1.5em + .75rem + 2px);
|
164
|
-
padding: 0 .375rem 0 .75rem;
|
165
|
-
font-size: 15px;
|
166
|
-
font-weight: 500;
|
167
|
-
line-height: 1.5;
|
168
|
-
color: #1F252D;
|
169
|
-
background-color: #fff;
|
170
|
-
background-clip: padding-box;
|
171
|
-
border: 1px solid #ffffff;
|
172
|
-
border-bottom: 1px solid #D2D3D4 !important;
|
173
|
-
}
|
174
|
-
|
175
|
-
input:focus {
|
176
|
-
outline: 0;
|
177
|
-
border-width: 0 0 2px;
|
178
|
-
border-color: blue;
|
179
|
-
}
|
180
|
-
|
181
|
-
textarea:focus {
|
182
|
-
outline: 0;
|
183
|
-
border-width: 0 0 2px;
|
184
|
-
border-color: blue;
|
185
|
-
}
|
186
|
-
|
187
|
-
|
188
|
-
.app .content .box textarea {
|
189
|
-
height: 100px;
|
190
|
-
}
|
package/demo/node/README.md
DELETED
@@ -1,17 +0,0 @@
|
|
1
|
-
## How to run this demo?
|
2
|
-
|
3
|
-
Before running the demo, build the lib first
|
4
|
-
```
|
5
|
-
yarn build
|
6
|
-
```
|
7
|
-
|
8
|
-
After the build, you need to link the package to this directory by runnint `yarn install`.
|
9
|
-
|
10
|
-
```bash
|
11
|
-
yarn install
|
12
|
-
```
|
13
|
-
`
|
14
|
-
Run the demo with
|
15
|
-
```
|
16
|
-
node index.js
|
17
|
-
```
|
package/demo/node/index.js
DELETED
@@ -1,134 +0,0 @@
|
|
1
|
-
// node, on dev server use the following path to the node sdk
|
2
|
-
// const { RocosSDKNode } = require('@team-rocos/rocos-js-sdk/dist/node')
|
3
|
-
const { RocosSDKNode } = require('@team-rocos/rocos-js-sdk/node')
|
4
|
-
const { generateUUID } = require('@team-rocos/rocos-js-sdk')
|
5
|
-
|
6
|
-
const url = '' // your app url
|
7
|
-
const appId = '' // your app id
|
8
|
-
const appKey = '' // your project key
|
9
|
-
const projectId = '' // your project id
|
10
|
-
const sources = [
|
11
|
-
'/rocos/agent/telemetry/subscribed',
|
12
|
-
// '/rocos/agent/telemetry/sources',
|
13
|
-
// '/rocos/agent/telemetry/noop',
|
14
|
-
'/rocos/agent/telemetry/heartbeat',
|
15
|
-
// '/video/camera',
|
16
|
-
// '/ros/turtle1/pose?txp=UNARY&rg=4321&int=2s&dbg.trace=true', // Subscription source without acknowledgement
|
17
|
-
// '/ros/turtle1/pose?txp=UNARY&rg=1234&int=2s&rx.p=unary&dbg.trace=true', // Subscription source requires acknowledgement
|
18
|
-
]
|
19
|
-
|
20
|
-
const sdk = new RocosSDKNode({ url, appId, appKey })
|
21
|
-
sdk.setDebugLevel('trace')
|
22
|
-
sdk.enableDebugMode(true)
|
23
|
-
|
24
|
-
const testToken = async () => {
|
25
|
-
console.log('get auth token')
|
26
|
-
const token = await sdk.getAuthService().getToken()
|
27
|
-
console.log('token', token)
|
28
|
-
}
|
29
|
-
testToken()
|
30
|
-
|
31
|
-
const testRobotList = async () => {
|
32
|
-
console.log('get robot list')
|
33
|
-
const robots = await sdk.getRobotService().getRobots(projectId)
|
34
|
-
console.log('robotsResult', robots)
|
35
|
-
}
|
36
|
-
testRobotList()
|
37
|
-
|
38
|
-
const testSubscription = async () => {
|
39
|
-
const name = 'telemetry -'
|
40
|
-
console.log(`${name} service`)
|
41
|
-
console.log(`${name} sources`, sources)
|
42
|
-
const robots = await sdk.getRobotService().getRobots(projectId)
|
43
|
-
const callsigns = robots.map((item) => item.callsign)
|
44
|
-
console.log(`${name} callsigns`, callsigns)
|
45
|
-
const subscription = sdk.getTelemetryService().subscribe({ projectId, callsigns, sources })
|
46
|
-
console.log(`${name} subscription`, subscription)
|
47
|
-
subscription.subscribe((msg) => {
|
48
|
-
console.log(`${name} telemetry message`, msg)
|
49
|
-
})
|
50
|
-
}
|
51
|
-
testSubscription()
|
52
|
-
|
53
|
-
const testServiceCall = async () => {
|
54
|
-
const name = 'service call -'
|
55
|
-
console.log(`${name} service`)
|
56
|
-
const robots = await sdk.getRobotService().getRobots(projectId)
|
57
|
-
const { callsign } = robots[0]
|
58
|
-
console.log(`${name} callsign`, callsign)
|
59
|
-
if (callsign) {
|
60
|
-
const result = sdk.getCallerService().invokeRequest({
|
61
|
-
uid: generateUUID(),
|
62
|
-
projectId,
|
63
|
-
callsign,
|
64
|
-
component: 'ros',
|
65
|
-
topic: 'getServices', // 'rosout/get_loggers',
|
66
|
-
subSystem: '',
|
67
|
-
payload: JSON.stringify({
|
68
|
-
query: {
|
69
|
-
type: 0,
|
70
|
-
data: {
|
71
|
-
depth: 0,
|
72
|
-
path: '*',
|
73
|
-
showHidden: false,
|
74
|
-
},
|
75
|
-
},
|
76
|
-
}),
|
77
|
-
responseLevelNumber: 0,
|
78
|
-
})
|
79
|
-
console.log(`${name} result`, result)
|
80
|
-
const subscription = result.subscribe((msg) => {
|
81
|
-
console.log(`${name} subscribe msg`, msg)
|
82
|
-
if (msg && msg.responses && msg.responses.responsesList && msg.responses.responsesList[0]
|
83
|
-
&& msg.responses.responsesList[0].pb_return && msg.responses.responsesList[0].pb_return.payload) {
|
84
|
-
const { payload } = msg.responses.responsesList[0].pb_return
|
85
|
-
console.log(`${name} payload`, JSON.parse(Buffer.from(payload.toString(), 'base64').toString()))
|
86
|
-
// this is just to stop test, in real world scenario the messages depend on payload
|
87
|
-
console.log(`${name} unsubscribing to stop the stream`)
|
88
|
-
subscription.unsubscribe()
|
89
|
-
}
|
90
|
-
})
|
91
|
-
} else {
|
92
|
-
console.log(`${name} no callsign`)
|
93
|
-
}
|
94
|
-
}
|
95
|
-
testServiceCall()
|
96
|
-
|
97
|
-
const testCommand = async () => {
|
98
|
-
const name = 'command -'
|
99
|
-
console.log(`${name} service`)
|
100
|
-
const robots = await sdk.getRobotService().getRobots(projectId)
|
101
|
-
const { callsign } = robots[0]
|
102
|
-
console.log(`${name} callsign`, callsign)
|
103
|
-
if (callsign) {
|
104
|
-
const result = sdk.getCommandService().invokeRequest({
|
105
|
-
projectId,
|
106
|
-
callsign,
|
107
|
-
commandId: 'turnLeft', // forward
|
108
|
-
parameters: {},
|
109
|
-
})
|
110
|
-
console.log(`${name} result`, result)
|
111
|
-
result.subscribe((msg) => {
|
112
|
-
console.log(`${name} subscribe msg`, msg)
|
113
|
-
if (msg.response) {
|
114
|
-
const payload = msg.response
|
115
|
-
console.log(`${name} payload`, payload)
|
116
|
-
}
|
117
|
-
})
|
118
|
-
} else {
|
119
|
-
console.log(`${name} no callsign`)
|
120
|
-
}
|
121
|
-
}
|
122
|
-
testCommand()
|
123
|
-
|
124
|
-
const tareDown = async () => {
|
125
|
-
await new Promise((resolve) => {
|
126
|
-
const wait = setTimeout(async () => {
|
127
|
-
clearTimeout(wait)
|
128
|
-
console.log('removing all streams')
|
129
|
-
sdk.cleanup()
|
130
|
-
resolve(true)
|
131
|
-
}, 30000)
|
132
|
-
})
|
133
|
-
}
|
134
|
-
tareDown()
|
package/demo/node/package.json
DELETED
package/demo/react/.env
DELETED
@@ -1 +0,0 @@
|
|
1
|
-
SKIP_PREFLIGHT_CHECK=true
|
package/demo/react/.env.dist
DELETED
@@ -1 +0,0 @@
|
|
1
|
-
SKIP_PREFLIGHT_CHECK=true
|
@@ -1,46 +0,0 @@
|
|
1
|
-
{
|
2
|
-
"parser": "@typescript-eslint/parser",
|
3
|
-
"parserOptions": {
|
4
|
-
"ecmaVersion": 2020, // Allows for the parsing of modern ECMAScript features
|
5
|
-
"sourceType": "module", // Allows for the use of imports
|
6
|
-
"ecmaFeatures": {
|
7
|
-
"jsx": true // Allows for the parsing of JSX
|
8
|
-
}
|
9
|
-
},
|
10
|
-
"root": true,
|
11
|
-
"plugins": [
|
12
|
-
"@typescript-eslint",
|
13
|
-
"react-hooks"
|
14
|
-
],
|
15
|
-
"extends": [
|
16
|
-
"plugin:react/recommended", // Uses the recommended rules from @eslint-plugin-react
|
17
|
-
"plugin:@typescript-eslint/recommended", // Uses the recommended rules from the @typescript-eslint/eslint-plugin
|
18
|
-
"plugin:prettier/recommended" // Enables eslint-plugin-prettier and eslint-config-prettier. This will display prettier errors as ESLint errors. Make sure this is always the last configuration in the extends array.
|
19
|
-
],
|
20
|
-
"rules": {
|
21
|
-
"react-hooks/rules-of-hooks": "error",
|
22
|
-
"react-hooks/exhaustive-deps": "warn",
|
23
|
-
"react/prop-types": "off",
|
24
|
-
"prettier/prettier": [
|
25
|
-
"error",
|
26
|
-
{
|
27
|
-
"singleQuote": true,
|
28
|
-
"trailingComma": "es5",
|
29
|
-
"semi": false,
|
30
|
-
"useTabs": false,
|
31
|
-
"bracketSpacing": true,
|
32
|
-
"arrowParens": "always",
|
33
|
-
"spaceBeforeFunctionParen": false,
|
34
|
-
"printWidth": 120,
|
35
|
-
"tabWidth": 4
|
36
|
-
}
|
37
|
-
],
|
38
|
-
"comma-dangle": ["off"]
|
39
|
-
},
|
40
|
-
"settings": {
|
41
|
-
"react": {
|
42
|
-
"pragma": "React",
|
43
|
-
"version": "detect"
|
44
|
-
}
|
45
|
-
}
|
46
|
-
}
|
package/demo/react/README.md
DELETED
@@ -1,65 +0,0 @@
|
|
1
|
-
# Getting Started with Create React App
|
2
|
-
|
3
|
-
This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app).
|
4
|
-
|
5
|
-
|
6
|
-
## Dev Pre-requisites
|
7
|
-
|
8
|
-
Before installing local libraries, the `@team-rocos/rocos-js-sdk` needs to be build first. To build it go to the root folder and run the build command.
|
9
|
-
|
10
|
-
`$ yarn build`
|
11
|
-
|
12
|
-
Once the library has been built, you can install the packages using.
|
13
|
-
|
14
|
-
`$ yarn install`
|
15
|
-
|
16
|
-
Due to a jest version bug in react, you need to skip preflight check. To do this copy the `.env.dist` file to `.env`.
|
17
|
-
You can do this by running this command:
|
18
|
-
|
19
|
-
```bash
|
20
|
-
cp .env.dist .env
|
21
|
-
```
|
22
|
-
|
23
|
-
|
24
|
-
## Available Scripts
|
25
|
-
|
26
|
-
In the project directory, you can run:
|
27
|
-
|
28
|
-
### `yarn start`
|
29
|
-
|
30
|
-
Runs the app in the development mode.\
|
31
|
-
Open [http://localhost:3000](http://localhost:3000) to view it in the browser.
|
32
|
-
|
33
|
-
The page will reload if you make edits.\
|
34
|
-
You will also see any lint errors in the console.
|
35
|
-
|
36
|
-
### `yarn test`
|
37
|
-
|
38
|
-
Launches the test runner in the interactive watch mode.\
|
39
|
-
See the section about [running tests](https://facebook.github.io/create-react-app/docs/running-tests) for more information.
|
40
|
-
|
41
|
-
### `yarn build`
|
42
|
-
|
43
|
-
Builds the app for production to the `build` folder.\
|
44
|
-
It correctly bundles React in production mode and optimizes the build for the best performance.
|
45
|
-
|
46
|
-
The build is minified and the filenames include the hashes.\
|
47
|
-
Your app is ready to be deployed!
|
48
|
-
|
49
|
-
See the section about [deployment](https://facebook.github.io/create-react-app/docs/deployment) for more information.
|
50
|
-
|
51
|
-
### `yarn eject`
|
52
|
-
|
53
|
-
**Note: this is a one-way operation. Once you `eject`, you can’t go back!**
|
54
|
-
|
55
|
-
If you aren’t satisfied with the build tool and configuration choices, you can `eject` at any time. This command will remove the single build dependency from your project.
|
56
|
-
|
57
|
-
Instead, it will copy all the configuration files and the transitive dependencies (webpack, Babel, ESLint, etc) right into your project so you have full control over them. All of the commands except `eject` will still work, but they will point to the copied scripts so you can tweak them. At this point you’re on your own.
|
58
|
-
|
59
|
-
You don’t have to ever use `eject`. The curated feature set is suitable for small and middle deployments, and you shouldn’t feel obligated to use this feature. However we understand that this tool wouldn’t be useful if you couldn’t customize it when you are ready for it.
|
60
|
-
|
61
|
-
## Learn More
|
62
|
-
|
63
|
-
You can learn more in the [Create React App documentation](https://facebook.github.io/create-react-app/docs/getting-started).
|
64
|
-
|
65
|
-
To learn React, check out the [React documentation](https://reactjs.org/).
|
package/demo/react/package.json
DELETED
@@ -1,60 +0,0 @@
|
|
1
|
-
{
|
2
|
-
"name": "rocos-js-sdk-react-demo",
|
3
|
-
"version": "0.1.0",
|
4
|
-
"private": true,
|
5
|
-
"dependencies": {
|
6
|
-
"@reduxjs/toolkit": "^1.5.0",
|
7
|
-
"@testing-library/jest-dom": "^5.11.9",
|
8
|
-
"@testing-library/react": "^14.0.0",
|
9
|
-
"@testing-library/user-event": "^14.4.3",
|
10
|
-
"@types/jest": "^29.5.1",
|
11
|
-
"@types/node": "^18.15.11",
|
12
|
-
"@types/react": "^18.0.37",
|
13
|
-
"@types/react-dom": "^18.0.11",
|
14
|
-
"@types/react-redux": "^7.1.16",
|
15
|
-
"react": "^18.2.0",
|
16
|
-
"react-dom": "^18.2.0",
|
17
|
-
"react-redux": "^8.0.5",
|
18
|
-
"react-scripts": "5.0.1",
|
19
|
-
"rxjs": "^7",
|
20
|
-
"typescript": "^5.0.4",
|
21
|
-
"uuid": "^9.0.0",
|
22
|
-
"web-vitals": "^3.3.1"
|
23
|
-
},
|
24
|
-
"scripts": {
|
25
|
-
"start": "react-scripts start",
|
26
|
-
"build": "react-scripts build",
|
27
|
-
"test": "react-scripts test",
|
28
|
-
"eject": "react-scripts eject",
|
29
|
-
"lint": "eslint '*/**/*.{js,ts,tsx}' --quiet --fix",
|
30
|
-
"preinstall": "cd ../../ && yarn link && cd demo/react && yarn link \"@team-rocos/rocos-js-sdk\""
|
31
|
-
},
|
32
|
-
"eslintConfig": {
|
33
|
-
"extends": [
|
34
|
-
"react-app",
|
35
|
-
"react-app/jest"
|
36
|
-
]
|
37
|
-
},
|
38
|
-
"browserslist": {
|
39
|
-
"production": [
|
40
|
-
">0.2%",
|
41
|
-
"not dead",
|
42
|
-
"not op_mini all"
|
43
|
-
],
|
44
|
-
"development": [
|
45
|
-
"last 1 chrome version",
|
46
|
-
"last 1 firefox version",
|
47
|
-
"last 1 safari version"
|
48
|
-
]
|
49
|
-
},
|
50
|
-
"devDependencies": {
|
51
|
-
"@typescript-eslint/eslint-plugin": "^5.59.0",
|
52
|
-
"@typescript-eslint/parser": "^5.59.0",
|
53
|
-
"eslint": "^8.38.0",
|
54
|
-
"eslint-config-prettier": "^8.1.0",
|
55
|
-
"eslint-plugin-prettier": "^4.2.1",
|
56
|
-
"eslint-plugin-react": "^7.23.1",
|
57
|
-
"eslint-plugin-react-hooks": "^4.2.0",
|
58
|
-
"prettier": "^2.2.1"
|
59
|
-
}
|
60
|
-
}
|
Binary file
|
@@ -1,43 +0,0 @@
|
|
1
|
-
<!DOCTYPE html>
|
2
|
-
<html lang="en">
|
3
|
-
<head>
|
4
|
-
<meta charset="utf-8" />
|
5
|
-
<link rel="icon" href="%PUBLIC_URL%/favicon.ico" />
|
6
|
-
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
7
|
-
<meta name="theme-color" content="#000000" />
|
8
|
-
<meta
|
9
|
-
name="description"
|
10
|
-
content="Rocos JS SDK React demo"
|
11
|
-
/>
|
12
|
-
<link rel="apple-touch-icon" href="%PUBLIC_URL%/logo192.png" />
|
13
|
-
<!--
|
14
|
-
manifest.json provides metadata used when your web app is installed on a
|
15
|
-
user's mobile device or desktop. See https://developers.google.com/web/fundamentals/web-app-manifest/
|
16
|
-
-->
|
17
|
-
<link rel="manifest" href="%PUBLIC_URL%/manifest.json" />
|
18
|
-
<!--
|
19
|
-
Notice the use of %PUBLIC_URL% in the tags above.
|
20
|
-
It will be replaced with the URL of the `public` folder during the build.
|
21
|
-
Only files inside the `public` folder can be referenced from the HTML.
|
22
|
-
|
23
|
-
Unlike "/favicon.ico" or "favicon.ico", "%PUBLIC_URL%/favicon.ico" will
|
24
|
-
work correctly both with client-side routing and a non-root public URL.
|
25
|
-
Learn how to configure a non-root public URL by running `npm run build`.
|
26
|
-
-->
|
27
|
-
<title>Rocos JS SDK - React demo</title>
|
28
|
-
</head>
|
29
|
-
<body>
|
30
|
-
<noscript>You need to enable JavaScript to run this app.</noscript>
|
31
|
-
<div id="root"></div>
|
32
|
-
<!--
|
33
|
-
This HTML file is a template.
|
34
|
-
If you open it directly in the browser, you will see an empty page.
|
35
|
-
|
36
|
-
You can add webfonts, meta tags, or analytics to this file.
|
37
|
-
The build step will place the bundled scripts into the <body> tag.
|
38
|
-
|
39
|
-
To begin the development, run `npm start` or `yarn start`.
|
40
|
-
To create a production bundle, use `npm run build` or `yarn build`.
|
41
|
-
-->
|
42
|
-
</body>
|
43
|
-
</html>
|
Binary file
|
Binary file
|
@@ -1,25 +0,0 @@
|
|
1
|
-
{
|
2
|
-
"short_name": "React App",
|
3
|
-
"name": "Create React App Sample",
|
4
|
-
"icons": [
|
5
|
-
{
|
6
|
-
"src": "favicon.ico",
|
7
|
-
"sizes": "64x64 32x32 24x24 16x16",
|
8
|
-
"type": "image/x-icon"
|
9
|
-
},
|
10
|
-
{
|
11
|
-
"src": "logo192.png",
|
12
|
-
"type": "image/png",
|
13
|
-
"sizes": "192x192"
|
14
|
-
},
|
15
|
-
{
|
16
|
-
"src": "logo512.png",
|
17
|
-
"type": "image/png",
|
18
|
-
"sizes": "512x512"
|
19
|
-
}
|
20
|
-
],
|
21
|
-
"start_url": ".",
|
22
|
-
"display": "standalone",
|
23
|
-
"theme_color": "#000000",
|
24
|
-
"background_color": "#ffffff"
|
25
|
-
}
|