Nav2 Navigation Stack - kilted  kilted
ROS 2 Navigation Stack
nav2_util::SimpleActionServer< ActionT >::has_error_msg< T, typename > Struct Template Reference

SFINAE (Substitution Failure Is Not An Error) to check for existence of error_code and error_msg in ActionT::Result This allows for ActionT::Result messages that do not contain an error_code or error_msg such as test_msgs::action::Fibonacci. More...

#include <nav2_util/include/nav2_util/simple_action_server.hpp>

Inheritance diagram for nav2_util::SimpleActionServer< ActionT >::has_error_msg< T, typename >:
Inheritance graph
[legend]
Collaboration diagram for nav2_util::SimpleActionServer< ActionT >::has_error_msg< T, typename >:
Collaboration graph
[legend]

Detailed Description

template<typename ActionT>
template<typename T, typename = void>
struct nav2_util::SimpleActionServer< ActionT >::has_error_msg< T, typename >

SFINAE (Substitution Failure Is Not An Error) to check for existence of error_code and error_msg in ActionT::Result This allows for ActionT::Result messages that do not contain an error_code or error_msg such as test_msgs::action::Fibonacci.

Definition at line 583 of file simple_action_server.hpp.


The documentation for this struct was generated from the following file: