diff --git a/src/pages/robot/tsx/robot.tsx b/src/pages/robot/tsx/robot.tsx index d318b3f..ae27d83 100644 --- a/src/pages/robot/tsx/robot.tsx +++ b/src/pages/robot/tsx/robot.tsx @@ -768,7 +768,7 @@ export class Robot extends React.Component { stopAutonomousClients() { this.stopMoveBaseClient(); this.stopMoveToPregraspClient(); - } + } stopTrajectoryClient() { if (!this.trajectoryClient) throw "trajectoryClient is undefined";