Skip to content

Commit

Permalink
Add return_to_home to capabilities
Browse files Browse the repository at this point in the history
  • Loading branch information
tsundvoll committed Apr 23, 2024
1 parent 286aab5 commit ce1d386
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion backend/api/Database/Models/Robot.cs
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,7 @@ public enum RobotCapabilitiesEnum
drive_to_pose,
record_audio,
localize,
docking_procedure
docking_procedure,
return_to_home,
}
}

0 comments on commit ce1d386

Please sign in to comment.