MoveIt Pro API
Core Behaviors for MoveIt Pro
Loading...
Searching...
No Matches
geometry_msgs_string_conversions.hpp File Reference
#include <string>
#include <behaviortree_cpp/basic_types.h>
#include <geometry_msgs/msg/quaternion.hpp>
#include <geometry_msgs/msg/vector3.hpp>
Include dependency graph for geometry_msgs_string_conversions.hpp:
This graph shows which files directly or indirectly include this file:

Namespaces

namespace  BT
 

Functions

template<>
geometry_msgs::msg::Quaternion BT::convertFromString< geometry_msgs::msg::Quaternion > (BT::StringView str)
 Parse a geometry_msgs::msg::Quaternion from the x;y;z;w port wire form.
 
template<>
geometry_msgs::msg::Vector3 BT::convertFromString< geometry_msgs::msg::Vector3 > (BT::StringView str)
 Parse a geometry_msgs::msg::Vector3 from the x;y;z port wire form.
 
template<>
std::string BT::toStr< geometry_msgs::msg::Quaternion > (const geometry_msgs::msg::Quaternion &quaternion)
 
template<>
std::string BT::toStr< geometry_msgs::msg::Vector3 > (const geometry_msgs::msg::Vector3 &vector)