MoveIt Pro Behavior
Core Behaviors for MoveIt Pro
moveit_studio::behaviors::TeleoperateJointJog Class Referencefinal

Specialization of TeleoperateBase for joint jog commands. More...

#include <teleoperate_joint_jog.hpp>

Inheritance diagram for moveit_studio::behaviors::TeleoperateJointJog:
Collaboration diagram for moveit_studio::behaviors::TeleoperateJointJog:

Public Member Functions

 TeleoperateJointJog (const std::string &name, const BT::NodeConfiguration &config, const std::shared_ptr< BehaviorContext > &shared_resources)
 
- Public Member Functions inherited from moveit_studio::behaviors::TeleoperateBase< control_msgs::msg::JointJog >
 TeleoperateBase (const std::string &name, const BT::NodeConfiguration &config, const std::shared_ptr< BehaviorContext > &shared_resources)
 Constructor for the TeleoperateBase Behavior. More...
 
- Public Member Functions inherited from moveit_studio::behaviors::AsyncBehaviorBase
 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...
 
- Public Member Functions inherited from moveit_studio::behaviors::SharedResourcesNode< BT::StatefulActionNode >
 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...
 

Static Public Member Functions

static BT::PortsList providedPorts ()
 
static BT::KeyValueVector metadata ()
 

Additional Inherited Members

- Protected Member Functions inherited from moveit_studio::behaviors::TeleoperateBase< control_msgs::msg::JointJog >
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...
 
- Protected Member Functions inherited from moveit_studio::behaviors::AsyncBehaviorBase
void notifyCanHalt ()
 Called when runAsync() finishes to notify onHalted() that the async process has finished. More...
 
- Protected Attributes inherited from moveit_studio::behaviors::SharedResourcesNode< BT::StatefulActionNode >
std::shared_ptr< BehaviorContextshared_resources_
 

Detailed Description

Specialization of TeleoperateBase for joint jog commands.

Constructor & Destructor Documentation

◆ TeleoperateJointJog()

moveit_studio::behaviors::TeleoperateJointJog::TeleoperateJointJog ( const std::string &  name,
const BT::NodeConfiguration &  config,
const std::shared_ptr< BehaviorContext > &  shared_resources 
)
explicit

Member Function Documentation

◆ metadata()

BT::KeyValueVector moveit_studio::behaviors::TeleoperateJointJog::metadata ( )
static

◆ providedPorts()

BT::PortsList moveit_studio::behaviors::TeleoperateJointJog::providedPorts ( )
static

The documentation for this class was generated from the following files: