58#pragma GCC diagnostic push
59#pragma GCC diagnostic ignored "-Wold-style-cast"
61 "Objects in collision (printing 1st of "
66 RCLCPP_DEBUG_STREAM_THROTTLE(getLogger(), clock,
LOG_THROTTLE_PERIOD,
"Objects in collision:");
70 "\t" << contact.first.first <<
", " << contact.first.second);
72#pragma GCC diagnostic pop