Use the /edit_waypoints service to save the robot's current state as a new named waypoint or erase an existing waypoint. The name of the waypoint to save or delete is set through the "waypoint_name" behavior parameter. The operation to perform on the waypoint is set through the "waypoint_operation" behavior parameter, which must be set to either "save" or "erase".
More...
#include <edit_waypoint.hpp>
|
| EditWaypoint (const std::string &name, const BT::NodeConfiguration &config, const std::shared_ptr< BehaviorContext > &shared_resources) |
|
BT::NodeStatus | onStart () override |
| Creates an /edit_waypoints service client and checks for the availability of a corresponding service server. More...
|
|
BT::NodeStatus | onRunning () override |
| Sends a request to the /edit_waypoints service to edit, and waits for a response to be received. More...
|
|
void | onHalted () override |
|
| 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...
|
|
Use the /edit_waypoints service to save the robot's current state as a new named waypoint or erase an existing waypoint. The name of the waypoint to save or delete is set through the "waypoint_name" behavior parameter. The operation to perform on the waypoint is set through the "waypoint_operation" behavior parameter, which must be set to either "save" or "erase".
Data Port Name | Port Type | Object Type |
waypoint_name | input | std::string |
waypoint_operation | input | std::string |
◆ EditWaypoint()
moveit_studio::behaviors::EditWaypoint::EditWaypoint |
( |
const std::string & |
name, |
|
|
const BT::NodeConfiguration & |
config, |
|
|
const std::shared_ptr< BehaviorContext > & |
shared_resources |
|
) |
| |
◆ metadata()
BT::KeyValueVector moveit_studio::behaviors::EditWaypoint::metadata |
( |
| ) |
|
|
static |
◆ onHalted()
void moveit_studio::behaviors::EditWaypoint::onHalted |
( |
| ) |
|
|
override |
◆ onRunning()
BT::NodeStatus moveit_studio::behaviors::EditWaypoint::onRunning |
( |
| ) |
|
|
override |
Sends a request to the /edit_waypoints service to edit, and waits for a response to be received.
method invoked by an action in the RUNNING state.
- Returns
- Success if the service response is received and the response status is successful. Failure if the service response is not received before the timeout. Failure if the response status is not successful.
◆ onStart()
BT::NodeStatus moveit_studio::behaviors::EditWaypoint::onStart |
( |
| ) |
|
|
override |
Creates an /edit_waypoints service client and checks for the availability of a corresponding service server.
- Returns
- Running if the service server exists, Failure if it does not exist.
◆ providedPorts()
BT::PortsList moveit_studio::behaviors::EditWaypoint::providedPorts |
( |
| ) |
|
|
static |
The documentation for this class was generated from the following files: