This commit is contained in:
Sem van der Hoeven
2023-05-10 16:28:46 +02:00
parent 436051db5e
commit 567604033b

View File

@@ -74,8 +74,8 @@ private:
{
response->status = 1;
} else {
this->control_mode = request->control
RCLCPP_INFO(this->get_logger(), "set control mode to %d", this->control_mode)
this->control_mode = request->control;
RCLCPP_INFO(this->get_logger(), "set control mode to %d", this->control_mode);
response->status = 0;
}