MoveIt Pro Behavior
Core Behaviors for MoveIt Pro
get_optional_ports.hpp File Reference
#include <behaviortree_cpp/basic_types.h>
#include <optional>
#include <tuple>
Include dependency graph for get_optional_ports.hpp:
This graph shows which files directly or indirectly include this file:

Namespaces

 moveit_studio
 
 moveit_studio::behaviors
 

Functions

template<typename T >
std::optional< T > moveit_studio::behaviors::convertExpectedToOptional (BT::Expected< T > exp)
 
template<typename... Args>
std::tuple< std::optional< Args >... > moveit_studio::behaviors::getOptionalInputs (BT::Expected< Args >... args)