MoveIt Pro API
Core Behaviors for MoveIt Pro
Loading...
Searching...
No Matches
remove_collision_object.cpp File Reference
#include <moveit_pro_behavior/behaviors/core/remove_collision_object.hpp>
#include <algorithm>
#include <utility>
#include <fmt/format.h>
#include <moveit_msgs/msg/collision_object.hpp>
#include <moveit_msgs/msg/planning_scene_components.hpp>
#include <moveit_pro_behavior_interface/get_required_ports.hpp>
#include <moveit_pro_behavior_interface/metadata_fields.hpp>
#include <moveit_pro_macros/macros.hpp>
Include dependency graph for remove_collision_object.cpp:

Namespaces

namespace  moveit_pro
 
namespace  moveit_pro::behaviors
 

Functions

tl::expected< bool, std::string > moveit_pro::behaviors::validateRemovable (std::string_view object_id, const moveit_msgs::msg::PlanningScene &scene)
 Validate that an id is removable from a planning scene.