moveit2
The MoveIt Motion Planning Framework for ROS 2.
Loading...
Searching...
No Matches
moveit_ros::trajectory_cache::CacheInsertPolicyInterface< KeyT, ValueT, CacheEntryT > Member List

This is the complete list of members for moveit_ros::trajectory_cache::CacheInsertPolicyInterface< KeyT, ValueT, CacheEntryT >, including all inherited members.

appendInsertMetadata(warehouse_ros::Metadata &metadata, const moveit::planning_interface::MoveGroupInterface &move_group, const KeyT &key, const ValueT &value)=0moveit_ros::trajectory_cache::CacheInsertPolicyInterface< KeyT, ValueT, CacheEntryT >pure virtual
checkCacheInsertInputs(const moveit::planning_interface::MoveGroupInterface &move_group, const warehouse_ros::MessageCollection< CacheEntryT > &coll, const KeyT &key, const ValueT &value)=0moveit_ros::trajectory_cache::CacheInsertPolicyInterface< KeyT, ValueT, CacheEntryT >pure virtual
fetchMatchingEntries(const moveit::planning_interface::MoveGroupInterface &move_group, const warehouse_ros::MessageCollection< CacheEntryT > &coll, const KeyT &key, const ValueT &value, double exact_match_precision)=0moveit_ros::trajectory_cache::CacheInsertPolicyInterface< KeyT, ValueT, CacheEntryT >pure virtual
getName() const =0moveit_ros::trajectory_cache::CacheInsertPolicyInterface< KeyT, ValueT, CacheEntryT >pure virtual
reset()=0moveit_ros::trajectory_cache::CacheInsertPolicyInterface< KeyT, ValueT, CacheEntryT >pure virtual
shouldInsert(const moveit::planning_interface::MoveGroupInterface &move_group, const KeyT &key, const ValueT &value, std::string *reason)=0moveit_ros::trajectory_cache::CacheInsertPolicyInterface< KeyT, ValueT, CacheEntryT >pure virtual
shouldPruneMatchingEntry(const moveit::planning_interface::MoveGroupInterface &move_group, const KeyT &key, const ValueT &value, const typename warehouse_ros::MessageWithMetadata< CacheEntryT >::ConstPtr &matching_entry, std::string *reason)=0moveit_ros::trajectory_cache::CacheInsertPolicyInterface< KeyT, ValueT, CacheEntryT >pure virtual
~CacheInsertPolicyInterface()=defaultmoveit_ros::trajectory_cache::CacheInsertPolicyInterface< KeyT, ValueT, CacheEntryT >virtual