Skip to content

Commit

Permalink
Remove unused docking procedure from capabilities
Browse files Browse the repository at this point in the history
  • Loading branch information
Eddasol committed Feb 6, 2025
1 parent 5bde7b3 commit a25eec9
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion backend/api/Database/Models/Robot.cs
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,6 @@ public enum RobotCapabilitiesEnum
localize,
auto_localize,
auto_return_to_home,
docking_procedure,
return_to_home,
}

Expand Down
1 change: 0 additions & 1 deletion frontend/src/models/Robot.ts
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,5 @@ export enum RobotCapabilitiesEnum {
localize = 'localize',
auto_localize = 'auto_localize',
auto_return_to_home = 'auto_return_to_home',
docking_procedure = 'docking_procedure',
return_to_home = 'return_to_home',
}

0 comments on commit a25eec9

Please sign in to comment.