ResetVector Class Template
Create an empty vector and set it to the blackboard. More...
Declaration
class moveit_pro::behaviors::ResetVector<InputT> { ... }
Included Headers
Base class
| class | BT::SyncActionNode |
Public Constructors Index
template <typename InputT> | |
| ResetVector (const std::string &name, const BT::NodeConfiguration &config) | |
Public Member Functions Index
template <typename InputT> | |
| BT::KeyValueVector | metadata () |
template <typename InputT> | |
| BT::PortsList | providedPorts () |
template <typename InputT> | |
| BT::KeyValueVector | metadata () |
template <typename InputT> | |
| BT::PortsList | providedPorts () |
template <typename InputT> | |
| BT::KeyValueVector | metadata () |
template <typename InputT> | |
| BT::PortsList | providedPorts () |
Private Member Functions Index
template <typename InputT> | |
| BT::NodeStatus | tick () override |
Public Static Functions Index
template <typename InputT> | |
| static BT::PortsList | providedPorts () |
template <typename InputT> | |
| static BT::KeyValueVector | metadata () |
Public Static Attributes Index
template <typename InputT> | |
| static constexpr auto | kPortIDVector = "vector" |
Description
Create an empty vector and set it to the blackboard.
- Template Parameters
-
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> |
Definition at line 25 of file reset_vector.hpp.
Public Constructors
ResetVector()
|
Declaration at line 28 of file reset_vector.hpp, definition at line 17 of file reset_vector_impl.hpp.
Public Member Functions
metadata()
|
Definition at line 28 of file core_reset_vector_behaviors.cpp.
metadata()
|
Definition at line 42 of file core_reset_vector_behaviors.cpp.
metadata()
|
Definition at line 204 of file record_calibration_sample.cpp.
providedPorts()
|
Definition at line 35 of file core_reset_vector_behaviors.cpp.
providedPorts()
|
Definition at line 48 of file core_reset_vector_behaviors.cpp.
providedPorts()
|
Definition at line 211 of file record_calibration_sample.cpp.
Private Member Functions
tick()
|
Declaration at line 34 of file reset_vector.hpp, definition at line 23 of file reset_vector_impl.hpp.
Public Static Functions
metadata()
| static |
Definition at line 30 of file reset_vector.hpp.
providedPorts()
| static |
Definition at line 29 of file reset_vector.hpp.
Public Static Attributes
kPortIDVector
| constexpr static |
Definition at line 31 of file reset_vector.hpp.
The documentation for this class was generated from the following files:
- reset_vector_impl.hpp
- reset_vector.hpp
- core_reset_vector_behaviors.cpp
- record_calibration_sample.cpp
Generated via doxygen2docusaurus 2.2.2 by Doxygen 1.9.8.