;
This commit is contained in:
@@ -74,8 +74,8 @@ private:
|
|||||||
{
|
{
|
||||||
response->status = 1;
|
response->status = 1;
|
||||||
} else {
|
} else {
|
||||||
this->control_mode = request->control
|
this->control_mode = request->control;
|
||||||
RCLCPP_INFO(this->get_logger(), "set control mode to %d", this->control_mode)
|
RCLCPP_INFO(this->get_logger(), "set control mode to %d", this->control_mode);
|
||||||
response->status = 0;
|
response->status = 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user