moveit2
The MoveIt Motion Planning Framework for ROS 2.
Classes | Namespaces | Functions
moveit_error_code.h File Reference
#include <moveit_msgs/msg/move_it_error_codes.hpp>
#include <string>
Include dependency graph for moveit_error_code.h:
This graph shows which files directly or indirectly include this file:

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...