Specialization of TeleoperateBase for Cartesian twist commands.
More...
#include <teleoperate_twist.hpp>
|
| TeleoperateTwist (const std::string &name, const BT::NodeConfiguration &config, const std::shared_ptr< BehaviorContext > &shared_resources) |
|
| TeleoperateBase (const std::string &name, const BT::NodeConfiguration &config, const std::shared_ptr< BehaviorContext > &shared_resources) |
| Constructor for the TeleoperateBase Behavior. More...
|
|
| AsyncBehaviorBase (const std::string &name, const BT::NodeConfiguration &config, const std::shared_ptr< BehaviorContext > &shared_resources) |
|
virtual | ~AsyncBehaviorBase ()=default |
|
BT::NodeStatus | onStart () override |
| Required implementation of BT::StatefulActionNode::onStart(). More...
|
|
BT::NodeStatus | onRunning () override |
| Required implementation of BT::StatefulActionNode::onRunning(). More...
|
|
void | onHalted () override |
| Required implementation of BT::StatefulActionNode::onHalted(). More...
|
|
void | resetStatus () |
| Resets the internal status of this node. More...
|
|
| 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...
|
|
|
tl::expected< bool, std::string > | doWork () override |
| Validate service clients, start the MoveIt Servo server, and create subscribers for Servo commands. More...
|
|
tl::expected< void, std::string > | doHalt () override |
| Stops teleoperation by halting publishing servo commands and pausing the MoveIt Servo server. More...
|
|
void | notifyCanHalt () |
| Called when runAsync() finishes to notify onHalted() that the async process has finished. More...
|
|
std::shared_ptr< BehaviorContext > | shared_resources_ |
|
Specialization of TeleoperateBase for Cartesian twist commands.
◆ TeleoperateTwist()
moveit_studio::behaviors::TeleoperateTwist::TeleoperateTwist |
( |
const std::string & |
name, |
|
|
const BT::NodeConfiguration & |
config, |
|
|
const std::shared_ptr< BehaviorContext > & |
shared_resources |
|
) |
| |
|
explicit |
◆ metadata()
BT::KeyValueVector moveit_studio::behaviors::TeleoperateTwist::metadata |
( |
| ) |
|
|
static |
◆ providedPorts()
BT::PortsList moveit_studio::behaviors::TeleoperateTwist::providedPorts |
( |
| ) |
|
|
static |
The documentation for this class was generated from the following files: