moveit2
The MoveIt Motion Planning Framework for ROS 2.
|
#include <moveit_msgs/msg/move_it_error_codes.hpp>
#include <string>
Go to the source code of this file.
Classes | |
class | moveit::core::MoveItErrorCode |
a wrapper around moveit_msgs::MoveItErrorCodes to make it easier to return an error code message from a function More... | |
Namespaces | |
namespace | moveit |
Main namespace for MoveIt. | |
namespace | moveit::core |
Core components of MoveIt. | |
Functions | |
std::string | moveit::core::errorCodeToString (const MoveItErrorCode &error_code) |
Convenience function to translated error message into string. | |