MoveIt Pro Behavior
Core Behaviors for MoveIt Pro
|
Saves the current epoch time as a timepoint to a data port. More...
#include <stopwatch_begin.hpp>
Public Member Functions | |
StopwatchBegin (const std::string &name, const BT::NodeConfiguration &config) | |
StopwatchBegin (const std::string &name, const BT::NodeConfiguration &config, std::unique_ptr< ClockInterfaceBase > clock_interface) | |
BT::NodeStatus | tick () override |
Static Public Member Functions | |
static BT::PortsList | providedPorts () |
static BT::KeyValueVector | metadata () |
Saves the current epoch time as a timepoint to a data port.
Data Port Name | Port Type | Object Type |
---|---|---|
timepoint | output | std::chrono::time_point<std::chrono::steady_clock> |
moveit_studio::behaviors::StopwatchBegin::StopwatchBegin | ( | const std::string & | name, |
const BT::NodeConfiguration & | config | ||
) |
moveit_studio::behaviors::StopwatchBegin::StopwatchBegin | ( | const std::string & | name, |
const BT::NodeConfiguration & | config, | ||
std::unique_ptr< ClockInterfaceBase > | clock_interface | ||
) |
|
static |
|
static |
|
override |