-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Open
Labels
questionFurther information is requestedFurther information is requested
Description
Feature request
Have option for MPPI to publish the idx of the current reference position along the global path.
Feature description
For cases, where the MPPI is employed as a local planner that follows a static global path, the information about the progress can be vital for other nodes and behavior, yet is not provided by the mppi controller.
Providing the information within the CriticData to be used within cost critic plugins, by adding e.g. current_idx and goal_idx (or path_length) would allow for creation of flexible new critics that can consider the global frame, like the one discussed in #5484 within the plugin structure at low additional cost.
Implementation considerations
I assume the function that provides the pruned path needs to keep track of the position within the complete path.
Metadata
Metadata
Assignees
Labels
questionFurther information is requestedFurther information is requested