Skip to content

Commit

Permalink
Add RFE for custom cost functions
Browse files Browse the repository at this point in the history
Signed-off-by: methylDragon <[email protected]>
  • Loading branch information
methylDragon committed Jul 24, 2024
1 parent 16f95ff commit 241f620
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions moveit_ros/trajectory_cache/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -130,3 +130,5 @@ Since this is an initial release, the following features are unsupported because
- !!! This cache does NOT support certain constraints
- Including: path, constraint regions, everything related to collision.
- The fuzzy lookup can't be configured on a per-joint basis.
- Alternate ordinal lookup metrics for the cache
- Currently only execution time is explicitly supported as a way to compare cache entries. Ideally we should be able to inject lambdas to save custom cache DB metadata to represent and sort on custom cost functions. (e.g. https://github.com/moveit/moveit2/pull/2153)

0 comments on commit 241f620

Please sign in to comment.