Skip to content

Commit

Permalink
add debugging message
Browse files Browse the repository at this point in the history
  • Loading branch information
saka1-s committed Dec 7, 2023
1 parent 5b1e93c commit 4faf6ee
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -170,6 +170,7 @@ rcl_interfaces::msg::SetParametersResult MrmEmergencyStopOperator::onParameter(
}
RCLCPP_INFO(
get_logger(), "target_acceleration param is updated to %.3f", params_.target_acceleration);
RCLCPP_INFO(get_logger(), "target_jerk param is updated to %.3f", params_.target_jerk);
return result;
}

Expand Down

0 comments on commit 4faf6ee

Please sign in to comment.