Archived: cuRobo dataset generation - #187
Draft
wilsonchenghy wants to merge 1 commit into
Draft
Conversation
Removes the cuRobo-based motion planner used to script seed demos for pick_place_gen (curobo_expert.py, orchestrator.py, generate_demos.py, record_mimic_source_demos.py, build_wato_robot_cfg.py, validate_curobo_plan.py, curobo_cfg/), the isaac_lab_il_datagen Docker/watod module built to bundle cuRobo, and the now-dangling references to them in shared config, infra scripts, and docs. The Isaac Lab Mimic scaling pipeline (pick_place_bimanual_mimic_env.py, run_isaaclab_mimic_script.py) is untouched -- it doesn't depend on cuRobo -- but needs a replacement seed-demo source. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01AFaMkQ6R2zdS4ExzuPZ1uD
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
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.
Summary
curobo_expert.py,orchestrator.py,generate_demos.py,record_mimic_source_demos.py,build_wato_robot_cfg.py,validate_curobo_plan.py,curobo_cfg/isaac_lab_il_datagenDocker image/watod module built just to bundle cuRobo into the containerwato_constants.py,task_params.py,watod-setup-docker-env.sh,docker_context.sh, and the pick_place_gen docspick_place_bimanual_mimic_env.py,run_isaaclab_mimic_script.py,annotate_demos.py/generate_dataset.pyinvocation) untouched — it never depended on cuRobo directlyTest plan
python3 -m py_compile(or equivalent) on edited Python files to confirm no syntax errorsGenerated by Claude Code