forked from acts-project/acts
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: TryAllNavigationPolicy config exposed to python (acts-project#3822)
I previously neglected to include the overload with the configuration in the python bindings. This PR does that and also includes test coverage for this behavior. <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit - **New Features** - Introduced a new method to the navigation policy factory for adding `TryAllNavigationPolicy` with configuration parameters. - Added Python bindings for the `TryAllNavigationPolicy::Config` class. - **Bug Fixes** - Adjusted constructor parameter order for `TryAllNavigationPolicy`, enhancing clarity and usability. - **Tests** - Added a new test function to validate the addition of `TryAllNavigationPolicy` with specific configuration options. <!-- end of auto-generated comment: release notes by coderabbit.ai -->
- Loading branch information
1 parent
5beb4d2
commit f335b09
Showing
4 changed files
with
41 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters