Given an MTC Task, append an MTC Stage that modifies the planning scene's Allowed Collision Matrix to permit or forbid collision between a planning scene object and the links of a named robot planning group while planning subsequent Stages.
More...
#include <setup_mtc_update_group_collision_rule.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 planning scene object and the links of a named robot planning group while planning subsequent Stages.
Data Port Name | Port Type | Object Type |
task | Bidirectional | std::shared_ptr<moveit::task_constructor::Task> |
parameters | Input | YAML::Node |
Parameter Name | Parameter Type |
group_name | std::string |
object_name | std::string |
allow_collision | bool |
◆ SetupMTCUpdateGroupCollisionRule()
moveit_studio::behaviors::SetupMTCUpdateGroupCollisionRule::SetupMTCUpdateGroupCollisionRule |
( |
const std::string & |
name, |
|
|
const BT::NodeConfiguration & |
config, |
|
|
const std::shared_ptr< BehaviorContext > & |
shared_resources |
|
) |
| |
◆ metadata()
BT::KeyValueVector moveit_studio::behaviors::SetupMTCUpdateGroupCollisionRule::metadata |
( |
| ) |
|
|
static |
◆ providedPorts()
BT::PortsList moveit_studio::behaviors::SetupMTCUpdateGroupCollisionRule::providedPorts |
( |
| ) |
|
|
static |
◆ tick()
BT::NodeStatus moveit_studio::behaviors::SetupMTCUpdateGroupCollisionRule::tick |
( |
| ) |
|
|
override |
The documentation for this class was generated from the following files: