Skip to content

dataflow start point to data-collection repo#509

Open
k1000dai wants to merge 4 commits into
enactic:mainfrom
k1000dai:update_tutorial
Open

dataflow start point to data-collection repo#509
k1000dai wants to merge 4 commits into
enactic:mainfrom
k1000dai:update_tutorial

Conversation

@k1000dai
Copy link
Copy Markdown
Contributor

Data Collection dataflow is collected at https://github.com/enactic/dora-openarm-data-collection.git and tutorial should start fromt this point.

Copilot AI review requested due to automatic review settings May 22, 2026 08:24
@github-actions
Copy link
Copy Markdown

Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Updates the “Data collection” tutorial to start from the dedicated dora-openarm-data-collection repository (instead of dora-openarm-vr) and aligns the example commands/config references with that new entry point.

Changes:

  • Switches the setup instructions to clone enactic/dora-openarm-data-collection and initialize its submodules.
  • Updates MuJoCo and real-robot command examples to use dataflow-vr-mujoco.yaml / dataflow-vr.yaml.
  • Adjusts the example recorder node path and default output/metadata filenames in the YAML snippet.
Comments suppressed due to low confidence (1)

website/docs/tutorial/data-collection.mdx:136

  • This paragraph still points users to modify config/dataflow.yaml, but the commands above now run dataflow-vr.yaml from the repo root. Update the referenced path/filename so readers change the correct dataflow file.
dora build dataflow-vr.yaml --uv
dora run dataflow-vr.yaml --uv

Same as the MuJoCo data collection, you can specify the output directory by modifying config/dataflow.yaml.

</details>



---

💡 <a href="/enactic/openarm/new/main?filename=.github/instructions/*.instructions.md" class="Link--inTextBlock" target="_blank" rel="noopener noreferrer">Add Copilot custom instructions</a> for smarter, more guided reviews. <a href="https://docs.github.com/en/copilot/customizing-copilot/adding-repository-custom-instructions-for-github-copilot" class="Link--inTextBlock" target="_blank" rel="noopener noreferrer">Learn how to get started</a>.

Comment thread website/docs/tutorial/data-collection.mdx
Comment thread website/docs/tutorial/data-collection.mdx Outdated
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Copilot AI review requested due to automatic review settings May 22, 2026 08:28
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Copilot reviewed 1 out of 1 changed files in this pull request and generated 1 comment.

dora run dataflow-vr.yaml --uv
```

Same as the MuJoCo data collection, you can specify the output directory by modifying `config/dataflow.yaml`.
Comment thread website/docs/tutorial/data-collection.mdx Outdated
Comment thread website/docs/tutorial/data-collection.mdx Outdated
Co-authored-by: Abe Tomoaki <abe@enzou.tokyo>
Copilot AI review requested due to automatic review settings May 22, 2026 08:48
Co-authored-by: Abe Tomoaki <abe@enzou.tokyo>
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Copilot reviewed 1 out of 1 changed files in this pull request and generated 3 comments.

uv venv .venv
source .venv/bin/activate
dora build config/dataflow-mujoco.yaml --uv
uv pip install dora-rs-cli
Comment on lines 130 to +132
```bash
uv run dora build config/dataflow.yaml --uv
uv run dora run config/dataflow.yaml --uv
dora build dataflow-vr.yaml --uv
dora run dataflow-vr.yaml --uv
```

Same as the MuJoCo data collection, you can specify the output directory by modifying `config/dataflow.yaml`.
Same as the MuJoCo data collection, you can specify the output directory by modifying `dataflow-vr.yaml`.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants