MoveIt Pro Behavior
Core Behaviors for MoveIt Pro
check_cuboid_similarity.hpp File Reference
#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>
Include dependency graph for check_cuboid_similarity.hpp:
This graph shows which files directly or indirectly include this file:

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...