Skip to content

Commit 36b87c2

Browse files
authored
Fix Typo in Trajectory Cache How-To-Guide (#1027)
Signed-off-by: methylDragon <methylDragon@gmail.com>
1 parent bc23c01 commit 36b87c2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

doc/how_to_guides/trajectory_cache/trajectory_cache_tutorial.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -312,7 +312,7 @@ Customizable Behavior
312312
+++++++++++++++++++++
313313

314314
It is possible to extend the cache to key on custom user-defined features, and also to change the cache insertion, sorting, and pruning logic.
315-
You do this by implementing the features and cache insert policy interfaces, then feeding them into the
315+
You do this by implementing the features and cache insert policy interfaces, then feeding them into the appropriate cache methods.
316316

317317
For example, you may decide to write your own feature extractor to key the cache, and decide when to insert or prune a cache entry on features such as:
318318

@@ -322,5 +322,5 @@ For example, you may decide to write your own feature extractor to key the cache
322322

323323
See:
324324

325-
- :moveit_codedir:`package README <moveit_ros/trajectory_cache/include/moveit/trajectory_cache/features/features_interface.hpp>`
326-
- :moveit_codedir:`package README <moveit_ros/trajectory_cache/include/moveit/trajectory_cache/cache_insert_policies/cache_insert_policy_interface.hpp>`
325+
- :moveit_codedir:`FeaturesInterface<FeatureSourceT <moveit_ros/trajectory_cache/include/moveit/trajectory_cache/features/features_interface.hpp>`
326+
- :moveit_codedir:`CacheInsertPolicyInterface <moveit_ros/trajectory_cache/include/moveit/trajectory_cache/cache_insert_policies/cache_insert_policy_interface.hpp>`

0 commit comments

Comments
 (0)