Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions test/test_subscriber.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,10 @@

#include <gtest/gtest.h>

// see ros2/rclcpp#1619,1713
// TODO: remove this comment, and the `NonConstHelper` tests
// once the deprecated signatures have been discontinued.
#define RCLCPP_AVOID_DEPRECATIONS_FOR_UNIT_TESTS 1
#include <rclcpp/rclcpp.hpp>
#include <rclcpp_lifecycle/lifecycle_node.hpp>
#include "message_filters/subscriber.h"
Expand Down