@@ -24,22 +24,22 @@ const timeoutBlob = new Blob(
2424export default class SessionManager {
2525 public readonly transport : Transport ;
2626
27- public static readonly heartbeatMonitoredMethods : Set < string > = new Set ( [
28- " /viam.component.arm.v1.ArmService/MoveToPosition" ,
29- " /viam.component.arm.v1.ArmService/MoveToJointPositions" ,
30- " /viam.component.arm.v1.ArmService/MoveThroughJointPositions" ,
31- " /viam.component.base.v1.BaseService/MoveStraight" ,
32- " /viam.component.base.v1.BaseService/Spin" ,
33- " /viam.component.base.v1.BaseService/SetPower" ,
34- " /viam.component.base.v1.BaseService/SetVelocity" ,
35- " /viam.component.gantry.v1.GantryService/MoveToPosition" ,
36- " /viam.component.gripper.v1.GripperService/Open" ,
37- " /viam.component.gripper.v1.GripperService/Grab" ,
38- " /viam.component.motor.v1.MotorService/SetPower" ,
39- " /viam.component.motor.v1.MotorService/GoFor" ,
40- " /viam.component.motor.v1.MotorService/GoTo" ,
41- " /viam.component.motor.v1.MotorService/SetRPM" ,
42- " /viam.component.servo.v1.ServoService/Move" ,
27+ public static readonly heartbeatMonitoredMethods = new Set < string > ( [
28+ ' /viam.component.arm.v1.ArmService/MoveToPosition' ,
29+ ' /viam.component.arm.v1.ArmService/MoveToJointPositions' ,
30+ ' /viam.component.arm.v1.ArmService/MoveThroughJointPositions' ,
31+ ' /viam.component.base.v1.BaseService/MoveStraight' ,
32+ ' /viam.component.base.v1.BaseService/Spin' ,
33+ ' /viam.component.base.v1.BaseService/SetPower' ,
34+ ' /viam.component.base.v1.BaseService/SetVelocity' ,
35+ ' /viam.component.gantry.v1.GantryService/MoveToPosition' ,
36+ ' /viam.component.gripper.v1.GripperService/Open' ,
37+ ' /viam.component.gripper.v1.GripperService/Grab' ,
38+ ' /viam.component.motor.v1.MotorService/SetPower' ,
39+ ' /viam.component.motor.v1.MotorService/GoFor' ,
40+ ' /viam.component.motor.v1.MotorService/GoTo' ,
41+ ' /viam.component.motor.v1.MotorService/SetRPM' ,
42+ ' /viam.component.servo.v1.ServoService/Move' ,
4343 ] ) ;
4444
4545 private currentSessionID = '' ;
0 commit comments