Skip to content

Commit a6cf6c5

Browse files
arjo129mxgrey
andauthored
Remove cancel method from ReservationManager (open-rmf#483)
Removed the cancel method from ReservationManager as this is not implemented and was removed in open-rmf#416 Thanks @cwrx777 for highlighting this error in open-rmf#482 Signed-off-by: Arjo Chakravarty <arjoc@intrinsic.ai> Co-authored-by: Grey <greyxmike@gmail.com>
1 parent d429bd0 commit a6cf6c5

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

rmf_fleet_adapter/src/rmf_fleet_adapter/agv/ReservationManager.hpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,6 @@ class ReservationManager
3333
void replace_ticket(
3434
const rmf_reservation_msgs::msg::ReservationAllocation new_allocation);
3535

36-
/// Cancels the current reservation
37-
void cancel();
38-
3936
/// Retrieves the location name of the current reservation. Returns empty string if
4037
/// no location is found.
4138
std::string get_reserved_location() const;

0 commit comments

Comments
 (0)