Skip to content

Commit 72c08f2

Browse files
committed
Supress unused parameter warning
1 parent a521e64 commit 72c08f2

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

isaac_ros_foundationpose/src/foundationpose_selector_node.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -167,6 +167,8 @@ class Selector : public rclcpp::Node
167167

168168
void resetRequestCallback(const std_msgs::msg::Empty::ConstSharedPtr & request_msg)
169169
{
170+
(void) request_msg; // Supress unused parameter warning
171+
170172
resetCallback();
171173
}
172174

0 commit comments

Comments
 (0)