Given an MTC Task, append an MTC Stage that modifies the planning scene's Allowed Collision Matrix to permit or forbid collision between a set of objects while planning subsequent Stages.
More...
#include <setup_mtc_ignore_collisions_between_objects.hpp>
Given an MTC Task, append an MTC Stage that modifies the planning scene's Allowed Collision Matrix to permit or forbid collision between a set of objects while planning subsequent Stages.
Data Port Name | Port Type | Object Type |
task | Bidirectional | std::shared_ptr<moveit::task_constructor::Task> |
object_names | Input | std::vector<std::string> |
allow_collision | Input | bool |
◆ SetupMTCIgnoreCollisionsBetweenObjects()
moveit_studio::behaviors::SetupMTCIgnoreCollisionsBetweenObjects::SetupMTCIgnoreCollisionsBetweenObjects |
( |
const std::string & |
name, |
|
|
const BT::NodeConfiguration & |
config, |
|
|
const std::shared_ptr< BehaviorContext > & |
shared_resources |
|
) |
| |
◆ metadata()
BT::KeyValueVector moveit_studio::behaviors::SetupMTCIgnoreCollisionsBetweenObjects::metadata |
( |
| ) |
|
|
static |
◆ providedPorts()
BT::PortsList moveit_studio::behaviors::SetupMTCIgnoreCollisionsBetweenObjects::providedPorts |
( |
| ) |
|
|
static |
◆ tick()
BT::NodeStatus moveit_studio::behaviors::SetupMTCIgnoreCollisionsBetweenObjects::tick |
( |
| ) |
|
|
override |
The documentation for this class was generated from the following files: