diff --git a/src/hw_api_plugin.cpp b/src/hw_api_plugin.cpp index ad2df2b..db5aeee 100644 --- a/src/hw_api_plugin.cpp +++ b/src/hw_api_plugin.cpp @@ -297,12 +297,6 @@ std::tuple Api::callbackArming([[maybe_unused]] const bool& r std::stringstream ss; - if (!request && !offboard_) { - ss << "can not disarm, not in OFFBOARD mode"; - ROS_WARN_STREAM_THROTTLE(1.0, "[MrsSimulatorHwApi]: " << ss.str()); - return std::tuple(false, ss.str()); - } - if (request) { armed_ = true;