Read the contents of a text file and output the contents as a std::string.
More...
#include <read_text_file_as_string.hpp>
|
| ReadTextFileAsString (const std::string &name, const BT::NodeConfiguration &config, const std::shared_ptr< BehaviorContext > &shared_resources) |
|
BT::NodeStatus | tick () override |
|
| SharedResourcesNode (const std::string &name, const BT::NodeConfiguration &config, const std::shared_ptr< BehaviorContext > &shared_resources) |
| Constructor for SharedResourcesNode. Called by BT::BehaviorTreeFactory when creating a new behavior tree containing this node. More...
|
|
Read the contents of a text file and output the contents as a std::string.
Data Port Name | Port Type | Object Type |
text_filename | input | std::string |
string_file_contents | output | std::string |
◆ ReadTextFileAsString()
moveit_studio::behaviors::ReadTextFileAsString::ReadTextFileAsString |
( |
const std::string & |
name, |
|
|
const BT::NodeConfiguration & |
config, |
|
|
const std::shared_ptr< BehaviorContext > & |
shared_resources |
|
) |
| |
◆ metadata()
BT::KeyValueVector moveit_studio::behaviors::ReadTextFileAsString::metadata |
( |
| ) |
|
|
static |
◆ providedPorts()
BT::PortsList moveit_studio::behaviors::ReadTextFileAsString::providedPorts |
( |
| ) |
|
|
static |
◆ tick()
BT::NodeStatus moveit_studio::behaviors::ReadTextFileAsString::tick |
( |
| ) |
|
|
override |
The documentation for this class was generated from the following files: