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 | |
moveit | |
Main namespace for MoveIt. | |
moveit::core | |
Core components of MoveIt. | |
Functions | |
std::string | moveit::core::error_code_to_string (MoveItErrorCode error_code) |
Convenience function to translated error message into string. More... | |