Skip to content

Commit

Permalink
Fix unused parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
christophfroehlich committed Feb 23, 2024
1 parent cad0517 commit 48fde7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/realtime_server_goal_handle_tests.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ struct ActionClientCallbacks

std::shared_ptr<ClientGoalHandle> send_goal(
rclcpp::Node::SharedPtr node, std::shared_ptr<rclcpp_action::Client<Fibonacci>> ac,
const std::string & server_name, ActionClientCallbacks & client_callbacks)
const std::string & /*server_name*/, ActionClientCallbacks & client_callbacks)
{
for (size_t i = 0; i < ATTEMPTS && !ac->action_server_is_ready(); ++i) {
rclcpp::spin_some(node);
Expand Down

0 comments on commit 48fde7e

Please sign in to comment.