-
Notifications
You must be signed in to change notification settings - Fork 16
Feature/owdy rl #64
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
Open
mrsp
wants to merge
51
commits into
master
Choose a base branch
from
feature/owdy-rl
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Feature/owdy rl #64
Conversation
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
* enabled initial imu Calib * action input is now a vector * For correct action shape * Correct dimentions for action * removed fail if and added += position cov to cp_noise * wip * removed cp_noise += position_cov * removed initial calib * Removed loop * fix action * added history * full matrix as history * clean up * chol for min-max bounds * varying noise still works * on discrete action space * discrete actions in dummyKF * discrete serow rl --------- Co-authored-by: MichaelMarav <michaelmarav4.gmail.com>
* Fixed the compilation issue by changing the order of includes * added comment to warn user not to change order of includes --------- Co-authored-by: MichaelMarav <michaelmarav4.gmail.com>
* safety checks * parameterize min contact prob * bound check
* Removed unused variable * Initial implementation of serow tests for simulated g1 robot * Runsthe h1 experiments from isaac sim * visualizes the results after running h1_isaac_test executable * added the frames for h1 robot * Changed rotation matrix from base to IMU frame to I(3) * ignoring h1_test & fsc_test build folder + datasets in python/ --------- Co-authored-by: MichaelMarav <michaelmarav4.gmail.com>
* odometry publisher * add base frame getter * centroidal publisher * publish all states * seperation + publish thread * fix bindings * fixes * opts
* adaptive rates * wip * constant rate for Mahony * wip * fixes * Imu measurement buffer * buffer unit test * check times * clean up * fix bindings * merge rdy
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
No description provided.