moveit2
The MoveIt Motion Planning Framework for ROS 2.
Loading...
Searching...
No Matches
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

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.