-
Notifications
You must be signed in to change notification settings - Fork 5
Add Sim2Real pipeline for OMY robot with LeRobot dataset conversion #4
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 54 commits
Commits
Show all changes
55 commits
Select commit
Hold shift + click to select a range
d3cd970
Applied the updated record demo from the Isaac Lab repository.
kimtaehyeong99 c9e78c8
intermediate save
kimtaehyeong99 4b689a5
Separate tasks into real-world and simulation folders.
kimtaehyeong99 aee839b
Separate tasks into real-world and simulation folders.
kimtaehyeong99 52cb353
intermediate saving
kimtaehyeong99 14a5310
Recorder: prevent save on ‘B’, export only on ‘N’ (mark episode succe…
kimtaehyeong99 6a732f2
added isaaclab2lerobot data converter
kimtaehyeong99 879bc72
delete cube_2, cube_3 env
kimtaehyeong99 0ae70d3
Proceeding with adding the Robotis OMY table and integrating a camera…
kimtaehyeong99 37a8451
Modify the USD files of robotis_omy_table and the bottle
kimtaehyeong99 3e1b717
task name changed stack cube -> pickup bottle
kimtaehyeong99 d178bfd
Add CLI arguments with default values (task name, repo ID, robot type…
kimtaehyeong99 5d446e6
top_cam -> cam_top, robot_cam -> cam_wrist
kimtaehyeong99 a5b2c14
Partial save
kimtaehyeong99 c5f50a4
always publish joint_states and images
kimtaehyeong99 ed49151
added omy gripper mimic joint
kimtaehyeong99 bbac6a3
changed OMY.usd collision
kimtaehyeong99 08f1881
deleted rh_l1, rh_l2, rh_r1 in isaac2lerobot.py
kimtaehyeong99 d9da1a1
Change in stack task environment due to USD file modification
kimtaehyeong99 425b79d
update README file
kimtaehyeong99 30320d3
README update
kimtaehyeong99 0d5a3a6
Modify the omy_sdk code to utilize robotis_python_sdk.
kimtaehyeong99 49fea0f
added topic_manager in omy_sdk.py
kimtaehyeong99 66f4155
code repacktoring
kimtaehyeong99 2ea617c
OMY camera param update
kimtaehyeong99 2fc00c3
intermediate save
kimtaehyeong99 ed11e3d
Developing the data augmentation module
kimtaehyeong99 35727a0
added isaaclab licence
kimtaehyeong99 685ec83
Rename LICENSE to Apache-2.0 license
kimtaehyeong99 d149574
rollback license
kimtaehyeong99 1569cc2
Update README with license and third-party components
kimtaehyeong99 8b40776
Top cam, wrist cam size up. Write README
kimtaehyeong99 af20477
added isaaclab license
kimtaehyeong99 082a845
Modify the imitation learning environment with OMY: change the task f…
kimtaehyeong99 a73c413
updated FFW_BG2.usd with mimic joint
kimtaehyeong99 18d5a73
change task name pickup -> pick_place
kimtaehyeong99 6ac0295
Merge branch 'feature-ffw-leader-follower' into feature-omy-leader-fo…
kimtaehyeong99 f5589a1
update README
kimtaehyeong99 0a37d62
update README
kimtaehyeong99 f0453f7
update README
kimtaehyeong99 0b3810f
Revise OMY hardware setup and communication details
kimtaehyeong99 decd42d
updated rsl_rl train and play
kimtaehyeong99 38b3ec4
fixed flake8
kimtaehyeong99 ac14dbc
fix flake8
kimtaehyeong99 373ac59
changed license in ffw tasks
kimtaehyeong99 d342890
added license
kimtaehyeong99 ffbb7b8
Change keyboard control descriptions
kimtaehyeong99 7e494e7
rsl_rl update
kimtaehyeong99 8d7517f
added robotis_aiworker_table
kimtaehyeong99 ab7fd59
Update inference_demos.py
kimtaehyeong99 818b12c
Fix missing newline at end of LICENSE file
kimtaehyeong99 fb752d2
Update ReleaseNote.md
kimtaehyeong99 8b0a7af
Improve error handling and debugging output in record_demos.py
kimtaehyeong99 0be25c6
Merge remote-tracking branch 'origin/feature-omy-leader-follower' int…
kimtaehyeong99 f357f8d
Update ReleaseNote.md
kimtaehyeong99 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 |
|---|---|---|
| @@ -0,0 +1,30 @@ | ||
| Copyright (c) 2022-2025, The Isaac Lab Project Developers (https://github.com/isaac-sim/IsaacLab/blob/main/CONTRIBUTORS.md). | ||
|
|
||
| All rights reserved. | ||
|
|
||
| SPDX-License-Identifier: BSD-3-Clause | ||
|
|
||
| Redistribution and use in source and binary forms, with or without modification, | ||
| are permitted provided that the following conditions are met: | ||
|
|
||
| 1. Redistributions of source code must retain the above copyright notice, | ||
| this list of conditions and the following disclaimer. | ||
|
|
||
| 2. Redistributions in binary form must reproduce the above copyright notice, | ||
| this list of conditions and the following disclaimer in the documentation | ||
| and/or other materials provided with the distribution. | ||
|
|
||
| 3. Neither the name of the copyright holder nor the names of its contributors | ||
| may be used to endorse or promote products derived from this software without | ||
| specific prior written permission. | ||
|
|
||
| THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND | ||
| ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED | ||
| WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE | ||
| DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR | ||
| ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES | ||
| (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; | ||
| LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND | ||
| ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT | ||
| (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS | ||
| SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
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.