36 #include <rclcpp/clock.hpp>
37 #include <rclcpp/logger.hpp>
38 #include <rclcpp/logging.hpp>
40 static const rclcpp::Logger LOGGER = rclcpp::get_logger(
"moveit_collision_detection.collision_common");
51 "Objects in collision (printing 1st of "
60 "\t" << contact.first.first <<
", " << contact.first.second);
constexpr size_t LOG_THROTTLE_PERIOD
void print() const
Throttled warning printing the first collision pair, if any. All collisions are logged at DEBUG level...