80 ROS_DEBUG_NAMED(
"background_processing",
"Begin executing '%s'", action_name.c_str());
82 ROS_DEBUG_NAMED(
"background_processing",
"Done executing '%s'", action_name.c_str());
84 catch (std::exception& ex)
86 ROS_ERROR_NAMED(
"background_processing",
"Exception caught while processing action '%s': %s",
87 action_name.c_str(), ex.what());
112 std::deque<std::string> removed;
120 for (std::deque<std::string>::iterator it = removed.begin(); it != removed.end(); ++it)
void update(const std::string &key, const XmlRpc::XmlRpcValue &v)
#define ROS_DEBUG_NAMED(name,...)
#define ROS_ERROR_NAMED(name,...)
Main namespace for MoveIt!