38#include <rclcpp/logger.hpp>
39#include <rclcpp/logging.hpp>
48 RCLCPP_ERROR(getLogger(
"moveit_exception"),
"Error during construction of object: %s\nException thrown.",
54 RCLCPP_ERROR(getLogger(
"moveit_exception"),
"%s\nException thrown.", what_arg.c_str());
ConstructException(const std::string &what_arg)
Exception(const std::string &what_arg)
Main namespace for MoveIt.