MoveIt Pro Behavior
Core Behaviors for MoveIt Pro
|
#include <moveit_msgs/msg/collision_object.hpp>
#include <moveit_studio_behavior_interface/async_behavior_base.hpp>
#include <moveit_studio_behavior_interface/behavior_context.hpp>
#include <moveit_studio_behavior_interface/shared_resources_node.hpp>
#include <moveit_studio_vision_msgs/msg/graspable_object.hpp>
#include <tl_expected/expected.hpp>
Classes | |
class | moveit_studio::behaviors::CheckCuboidSimilarity |
Check if two GraspableObjects are similar within some tolerance. More... | |
Namespaces | |
moveit_studio | |
moveit_studio::behaviors | |
Functions | |
tl::expected< bool, std::string > | moveit_studio::behaviors::isObjectSimilar (const tf2_ros::Buffer &buffer, const moveit_studio_vision_msgs::msg::GraspableObject &input, const moveit_studio_vision_msgs::msg::GraspableObject &reference, const std::string &base_frame, const double distance_threshold, const double orientation_threshold) |
Helper function to check if two GraspableObjects are similar within some tolerance. More... | |