SetupMTCRemoveCollisionObject Class
Append an MTC ModifyPlanningScene stage that removes a collision object from the planning scene during MTC task execution. More...
Declaration
class moveit_pro::behaviors::SetupMTCRemoveCollisionObject { ... }
#include <setup_mtc_remove_collision_object.hpp>
Base class
Public Constructors Index
| SetupMTCRemoveCollisionObject (const std::string &name, const BT::NodeConfiguration &config, const std::shared_ptr< BehaviorContext > &shared_resources) |
|
|
|
Public Member Functions Index
| BT::NodeStatus | tick () override |
|
|
|
Public Static Functions Index
Public Static Attributes Index
Description
Append an MTC ModifyPlanningScene stage that removes a collision object from the planning scene during MTC task execution.
MTC stage equivalent of RemoveCollisionObject. The Behavior only appends the stage at Behavior-tick time; the scene change happens later, when MTC's planner executes the task. Removing an id that is absent from the world is a successful no-op. Removing an id currently attached to the robot fails planning (detach it first). Validation runs at plan time against the MTC pipeline scene, not the live scene.
| Data Port Name | Port Type | Object Type |
|---|
| task | Bidirectional | std::shared_ptr<moveit_pro::task_constructor::Task> |
| object_id | Input | std::string |
Definition at line 31 of file setup_mtc_remove_collision_object.hpp.
Public Constructors
SetupMTCRemoveCollisionObject()
| moveit_pro::behaviors::SetupMTCRemoveCollisionObject::SetupMTCRemoveCollisionObject (const std::string & name, const BT::NodeConfiguration & config, const std::shared_ptr< BehaviorContext > & shared_resources) |
|
Public Member Functions
tick()
| BT::NodeStatus moveit_pro::behaviors::SetupMTCRemoveCollisionObject::tick () |
|
Public Static Functions
metadata()
| BT::KeyValueVector moveit_pro::behaviors::SetupMTCRemoveCollisionObject::metadata () |
|
static
|
providedPorts()
| BT::PortsList moveit_pro::behaviors::SetupMTCRemoveCollisionObject::providedPorts () |
|
static
|
Public Static Attributes
kPortIDObjectId
| constexpr auto moveit_pro::behaviors::SetupMTCRemoveCollisionObject::kPortIDObjectId = "object_id" |
|
constexpr
static
|
kPortIDTask
| constexpr auto moveit_pro::behaviors::SetupMTCRemoveCollisionObject::kPortIDTask = "task" |
|
constexpr
static
|
The documentation for this class was generated from the following files:
Generated via doxygen2docusaurus 2.2.2 by Doxygen 1.9.8.