-
Notifications
You must be signed in to change notification settings - Fork 1.7k
45-50% performance improvement in MPPI controller using Eigen library for computation. #4621
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from 14 commits
Commits
Show all changes
57 commits
Select commit
Hold shift + click to select a range
137f75d
Initial commit
Ayush1285 a2c11e6
Corrected to Eigen Array
Ayush1285 8df6757
updated motion model with eigen
Ayush1285 0f3a0f8
Replaced xtensor with eigen in Optimizer, NoiseGenerator and all Util…
Ayush1285 3e0bcd4
updated critics with Eigen
Ayush1285 f244e0a
optimized Eigen::Array implementation
Ayush1285 96b14d1
added comment
Ayush1285 62eb959
Updated path align critic and velocity deadband critic with Eigen
Ayush1285 3d8f987
Updated cost critic and constraint critic with eigen
Ayush1285 bc5b377
Updated utils test with Eigen
Ayush1285 5fb8006
Reverted unnecessary changes and fixed static instance in Noise gener…
Ayush1285 46baa06
changes std::abs to fabs, clamp to min-max
Ayush1285 a336814
Converted tests to Eigen
Ayush1285 93d017b
Complete conversion from xtensor to Eigen
Ayush1285 0f82afe
fixed few review comments
Ayush1285 b41d519
Merge branch 'main' into eigen_mppi
Ayush1285 ca61afc
Fixed linters and few review comments
Ayush1285 61a1d51
Fixed mis-merge of AckermannReversingTest
Ayush1285 63b1e61
fixed gtest assertion
Ayush1285 dfae9d5
Merge branch 'ros-navigation:main' into eigen_mppi
Ayush1285 ea052a8
Merge branch 'ros-navigation:main' into eigen_mppi
Ayush1285 286b3c0
Fixed optimizer_unit_tests and related issues
Ayush1285 d6418bd
Merge branch 'ros-navigation:main' into eigen_mppi
Ayush1285 2c53db4
Merge branch 'ros-navigation:main' into eigen_mppi
Ayush1285 847f837
Fixed all the unit tests and critic tests, all unit tests passing loc…
Ayush1285 f9ed129
fixed few review comments
Ayush1285 cdd489f
Merged the latest SG Filter changes
Ayush1285 0327754
Merge branch 'ros-navigation:main' into eigen_mppi
Ayush1285 2f8bd63
Fixed CostCritic issue and added test for shiftColumn method
Ayush1285 55f7fae
Merge branch 'ros-navigation:main' into eigen_mppi
Ayush1285 902a72d
Added test for new functions
Ayush1285 aa732d2
Removed compiler flags
Ayush1285 526436c
Merge branch 'ros-navigation:main' into eigen_mppi
Ayush1285 1862c1c
updated test to check first and last columns
Ayush1285 7a398ff
Addressed few review comments
Ayush1285 082aab9
Merge branch 'eigen_mppi' of github.com:Ayush1285/navigation2 into ei…
Ayush1285 85df29c
Merge branch 'ros-navigation:main' into eigen_mppi
Ayush1285 b94dad3
Merge branch 'eigen_mppi' of github.com:Ayush1285/navigation2 into ei…
Ayush1285 e81afc5
Changed the obstacle critic implementation to the original way. Updat…
Ayush1285 b78606d
Fixed bugs
Ayush1285 510d43c
Fixed linter
Ayush1285 15ee9ce
Added clamp util function
Ayush1285 78e6d94
Merge branch 'ros-navigation:main' into eigen_mppi
Ayush1285 1e3835e
Fixed bug
Ayush1285 00f77e1
Fixed review comments: Added utils::clamp method
Ayush1285 61652cd
Merge branch 'ros-navigation:main' into eigen_mppi
Ayush1285 8e609ab
Merged main and resolved merge conflict
Ayush1285 6f01214
Merge branch 'ros-navigation:main' into eigen_mppi
Ayush1285 78f1d61
Fixing strided trajectory columns
Ayush1285 aab0b55
fixed lint error
Ayush1285 7ad850a
Merge branch 'ros-navigation:main' into eigen_mppi
Ayush1285 4dd35f1
merged into main
Ayush1285 cc1b48b
Fixed merge
Ayush1285 3be2a61
Merge branch 'eigen_mppi' of github.com:Ayush1285/navigation2 into ei…
Ayush1285 3460d5b
Fixed optimizer benchmark with latest api changes
Ayush1285 7820a41
fixed build error
Ayush1285 141bb6a
Fixed new util_test
Ayush1285 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.