Série: Humanoid
bash
8 linhas
· Atualizado 2026-03-12
run_convert.sh
Humanoid/fmc3-robotics-main/projects/scripts/convert_tools/run_convert.sh
#!/bin/bash
python ~/workspace/dataset/fourier/convert_tools/convert_dora_to_lerobot.py \
--input ~/workspace/dataset/fourier/dora-record/019c507b-7fcb-7ccf-869a-abe0333177a2 \
--output ~/workspace/dataset/fourier/pick_bottle \
--task "grab the bottle on the table" \
--fps 30 \
--robot-type fourier_gr2 \
--video-codec libopenh264
Artigos relacionados
Humanoid
python
Atualizado 2026-03-12
run.py
run.py — python source code from the Humanoid learning materials (Humanoid/May_12/RoboOS/deploy/run.py).
Ler artigo →
Humanoid
python
Atualizado 2026-03-12
utils.py
utils.py — python source code from the Humanoid learning materials (Humanoid/May_12/RoboOS/deploy/utils.py).
Ler artigo →
Humanoid
python
Atualizado 2026-03-12
agent.py
agent.py — python source code from the Humanoid learning materials (Humanoid/May_12/RoboOS/master/agents/agent.py).
Ler artigo →
Humanoid
python
Atualizado 2026-03-12
planner.py
planner.py — python source code from the Humanoid learning materials (Humanoid/May_12/RoboOS/master/agents/planner.py).
Ler artigo →
Humanoid
python
Atualizado 2026-05-12
prompts.py
prompts.py — python source code from the Humanoid learning materials (Humanoid/May_12/RoboOS/master/agents/prompts.py).
Ler artigo →
Humanoid
python
Atualizado 2026-05-12
run.py
run.py — python source code from the Humanoid learning materials (Humanoid/May_12/RoboOS/master/run.py).
Ler artigo →