|
MoveIt Pro API
Core Behaviors for MoveIt Pro
|
Create an empty vector and set it to the blackboard. More...
#include <reset_vector.hpp>


Public Member Functions | |
| ResetVector (const std::string &name, const BT::NodeConfiguration &config) | |
| BT::KeyValueVector | metadata () |
| BT::PortsList | providedPorts () |
| BT::KeyValueVector | metadata () |
| BT::PortsList | providedPorts () |
Static Public Member Functions | |
| static BT::PortsList | providedPorts () |
| static BT::KeyValueVector | metadata () |
Static Public Attributes | |
| static constexpr auto | kPortIDVector = "vector" |
Create an empty vector and set it to the blackboard.
| InputT | The type of object stored in the vector. |
If the vector does not exist, calling this behavior will create a new empty vector. If it exists, it will be reset.
| Data Port Name | Port Type | Object Type |
|---|---|---|
| vector | output | std::vector<T> |
| moveit_studio::behaviors::ResetVector< InputT >::ResetVector | ( | const std::string & | name, |
| const BT::NodeConfiguration & | config | ||
| ) |
| BT::KeyValueVector moveit_studio::behaviors::ResetVector< geometry_msgs::msg::PoseStamped >::metadata | ( | ) |
| BT::KeyValueVector moveit_studio::behaviors::ResetVector< BT::Any >::metadata | ( | ) |
|
static |
| BT::PortsList moveit_studio::behaviors::ResetVector< geometry_msgs::msg::PoseStamped >::providedPorts | ( | ) |
| BT::PortsList moveit_studio::behaviors::ResetVector< BT::Any >::providedPorts | ( | ) |
|
static |
|
staticconstexpr |