mission updated

This commit is contained in:
acki
2025-05-23 14:21:28 -04:00
parent 1ed638c861
commit 213525d1a7

View File

@@ -6,8 +6,8 @@ namespace Modelec
{
PrepareConcertMission::PrepareConcertMission(const std::shared_ptr<NavigationHelper>& nav,
const std::shared_ptr<ActionExecutor>& action_executor, bool two_floor) :
step_(GO_TO_COLUMN), two_floor_(two_floor),
status_(MissionStatus::READY), nav_(nav), action_executor_(action_executor)
step_(GO_TO_COLUMN),
status_(MissionStatus::READY), nav_(nav), action_executor_(action_executor), two_floor_(two_floor)
{
}