-
Notifications
You must be signed in to change notification settings - Fork 3.8k
Feat/g1 improvements record sim #2765
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 all commits
Commits
Show all changes
52 commits
Select commit
Hold shift + click to select a range
8f2e658
add support for step simulation
nepyope c82bd70
convert obs to dict
nepyope cbe923f
modify holosoma/groot to support dict obs, fix send_actions
nepyope bf4b970
pre-commit
nepyope 8a60006
begin zmq camera integration, shared protocol between mujoco g1 and l…
nepyope 916099b
integrate zmq from real and sim robot
nepyope 20e7fda
add g1 to replay
nepyope 6bace44
removeg129 magic number
nepyope dba5b36
removeg129 magic number
nepyope 3b26520
remove leftover magic variable
nepyope b33f8b2
update config defaults
nepyope e6b9019
remove references to realsense
nepyope c2ce7e1
pre-commit
nepyope 38e71ee
reset env between episodes
nepyope 4219f67
perform controller logic inside of g1
nepyope 7fbc854
fix sim reset
nepyope 3f2f438
connect robot outside of init
nepyope 48a8a1c
Merge branch 'main' into feat/g1_improvements_record_sim
nepyope 4c175f4
merge conflicts g1/so arm
nepyope 26c2ce2
use lerobot opencv camera
nepyope 223b635
fix bgr conversion
nepyope 64c7a97
revert test defaults
nepyope b9dfdf3
fix comments for locomotion policies
nepyope 4999321
fix exception chaining
nepyope 0e53bfd
fix typing
nepyope 3a9c3dd
simplify test_camera_class
nepyope 87cc978
update docs
nepyope c748dc9
fix ruff
nepyope 7944fd1
Merge branch 'main' into feat/g1_improvements_record_sim
michel-aractingi ffeddbb
add unitree_g1 specific clauses, merge reset_simulation and reset
nepyope 184139c
remove while trues from examples
nepyope 428ea9a
simplify sim code
nepyope c744400
move reset logic to sim, remove mujoco import
nepyope cd87fea
set positions directly for sim
nepyope edee1bd
remove zmq camera test
nepyope 7eef2eb
add header
nepyope 27cf8e6
2026
nepyope 8c1c119
Merge branch 'main' into feat/g1_improvements_record_sim
nepyope cc0e5f8
remove comment
nepyope 2b7d05a
Merge branch 'main' into feat/g1_improvements_record_sim
nepyope f60077d
remove comment from camera
nepyope 51741fe
remove autoplay feature from g1
nepyope 3562120
remove camera sleep
nepyope 485f1ad
remove record/replay from docs
nepyope 67bd9e8
add zmq to camera utils
nepyope 6d650bc
remove color mode
nepyope ee42fd2
Update src/lerobot/cameras/zmq/__init__.py
nepyope de90f3b
replace print with logging
nepyope 0f2f07b
re add color mode since it's required by base camera class
nepyope 72328c1
fix zmq imports for pytest
nepyope f4a2742
Merge branch 'main' into feat/g1_improvements_record_sim
nepyope b8d4d9a
fix unitree_sdk dependency for pytest
nepyope 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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,20 @@ | ||
| #!/usr/bin/env python | ||
|
|
||
| # Copyright 2026 The HuggingFace Inc. team. All rights reserved. | ||
| # | ||
| # Licensed under the Apache License, Version 2.0 (the "License"); | ||
| # you may not use this file except in compliance with the License. | ||
| # You may obtain a copy of the License at | ||
| # | ||
| # http://www.apache.org/licenses/LICENSE-2.0 | ||
| # | ||
| # Unless required by applicable law or agreed to in writing, software | ||
| # distributed under the License is distributed on an "AS IS" BASIS, | ||
| # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. | ||
| # See the License for the specific language governing permissions and | ||
| # limitations under the License. | ||
|
|
||
| from .camera_zmq import ZMQCamera | ||
| from .configuration_zmq import ZMQCameraConfig | ||
|
|
||
| __all__ = ["ZMQCamera", "ZMQCameraConfig"] | ||
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.