-
Notifications
You must be signed in to change notification settings - Fork 602
Ivan/record replay wrap #1976
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
leshy
wants to merge
40
commits into
legacy-dev-dont-merge
Choose a base branch
from
ivan/record-replay-wrap
base: legacy-dev-dont-merge
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
Ivan/record replay wrap #1976
Changes from all commits
Commits
Show all changes
40 commits
Select commit
Hold shift + click to select a range
aa05448
Memory2 record/replay functionality
4d7f98d
Merge branch 'dev' into record-replay
8f763c1
Fix async
4e646d6
Load in viewer as separate source
6c7ff5d
Fix playback
ff0adfc
Use AllPubSub
9083096
Recording fixes
8315178
Fix playback
2b9a476
Merge branch 'dev' into record-replay
c473fda
Merge branch 'dev' into record-replay
46b38b8
Fix duplicate recording timestamps
Dreamsorcerer 99e6013
Fixes
Dreamsorcerer 81157b4
Revert flake.nix
Dreamsorcerer 9d69576
Cleanup
Dreamsorcerer 6bf01da
Import time
Dreamsorcerer 7b6d0c1
Docs
Dreamsorcerer a20eaf7
Merge branch 'dev' into record-replay
Dreamsorcerer 4e6ea2c
Typing fixes
Dreamsorcerer ad6debf
Typing fixes
Dreamsorcerer b11e938
Revert
Dreamsorcerer bc563b7
Remove init files
Dreamsorcerer 2d6f159
Fix tests
Dreamsorcerer 5b4bdf4
Fix
Dreamsorcerer 2dfc23e
Fix
Dreamsorcerer 787bd66
Fix
Dreamsorcerer d9f6ff3
Adjust imports
Dreamsorcerer 480f853
Fix args
Dreamsorcerer 28de1d2
Fixes
Dreamsorcerer 34a20ba
Fix test
Dreamsorcerer 4cbf61e
Merge dev into record-replay
Copilot c3588c0
docs: add record/replay usage and test steps
Copilot d0f1b63
adressing Paul pr comments
leshy 15e1844
Merge remote-tracking branch 'origin/dev' into ivan/record-replay-wrap
leshy 2977242
removed store metadata intervention
leshy 452130d
webrtc retransmit issue fix
leshy 08337ce
webrtc lidar timestamps have been fixed
leshy edf2b76
record/replay should use wall clock for msg ts, not record time
leshy d66a7bb
final cleanup
leshy 5434e17
sql transaction fix
leshy c292aa7
Merge remote-tracking branch 'origin/dev' into ivan/record-replay-wrap
leshy 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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -79,5 +79,8 @@ htmlcov/ | |
| .coverage | ||
| .coverage.* | ||
|
|
||
| # Created from simulation | ||
| MUJOCO_LOG.TXT | ||
|
|
||
| # Memory2 autorecord | ||
| recording*.db | ||
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.
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.