S SmartDocs
Série: Robotaxi-OperatingSystem-Hardware-Interfaces bash 17 linhas · Atualizado 2026-03-12

lerobot_evaluate_policy_diffusion.sh

Robotaxi-OperatingSystem-Hardware-Interfaces/fmc3-robotics-main/projects/lerobot/demo_scripts/lerobot_evaluate_policy_diffusion.sh

#huggingface-cli login --token ${HUGGINGFACE_TOKEN} --add-to-git-credential

lerobot-record \
  --robot.type=so101_follower \
  --robot.port=/dev/ttyACM1 \
  --robot.id=follower_arm \
  --teleop.type=so101_leader \
  --teleop.port=/dev/ttyACM0 \
  --teleop.id=leader_arm \
  --robot.cameras="{front: {type: intelrealsense, serial_number_or_name: 420222071192, fps: 30, width: 640, height: 480, color_mode: RGB, use_depth: true}}" \
  --display_data=false \
  --dataset.root=./hugging_face \
  --dataset.num_episodes=30 \
  --dataset.reset_time_s=5 \
  --dataset.repo_id=${HF_USER}/eval_pick_place_diffusion_with_rgbd \
  --policy.path=${HF_USER}/lerobot_pick_and_place_diffusion \
  --dataset.single_task="put bottle from A to B"

Artigos relacionados

Robotaxi-OperatingSystem-Hardware-Interfaces c Atualizado 2026-02-03

alloc.c

alloc.c — c source code from the Robotaxi-OperatingSystem-Hardware-Interfaces learning materials (Robotaxi-OperatingSystem-Hardware-Interfaces/class001_bundle/alloc.c).

Ler artigo →
Robotaxi-OperatingSystem-Hardware-Interfaces c Atualizado 2026-02-03

hello.c

hello.c — c source code from the Robotaxi-OperatingSystem-Hardware-Interfaces learning materials (Robotaxi-OperatingSystem-Hardware-Interfaces/class001_bundle/hello.c).

Ler artigo →
Robotaxi-OperatingSystem-Hardware-Interfaces c Atualizado 2026-02-03

mlock_demo.c

mlock_demo.c — c source code from the Robotaxi-OperatingSystem-Hardware-Interfaces learning materials (Robotaxi-OperatingSystem-Hardware-Interfaces/class001_bundle/mlock_demo.c).

Ler artigo →
Robotaxi-OperatingSystem-Hardware-Interfaces python Atualizado 2026-03-12

debug_perf.py

debug_perf.py — python source code from the Robotaxi-OperatingSystem-Hardware-Interfaces learning materials (Robotaxi-OperatingSystem-Hardware-Interfaces/fmc3-robotics-main/projects/RoboBrain2.0/debug_perf.py).

Ler artigo →
Robotaxi-OperatingSystem-Hardware-Interfaces python Atualizado 2026-03-12

inference.py

inference.py — python source code from the Robotaxi-OperatingSystem-Hardware-Interfaces learning materials (Robotaxi-OperatingSystem-Hardware-Interfaces/fmc3-robotics-main/projects/RoboBrain2.0/inference.py).

Ler artigo →
Robotaxi-OperatingSystem-Hardware-Interfaces bash Atualizado 2026-03-12

startup.sh

startup.sh — bash source code from the Robotaxi-OperatingSystem-Hardware-Interfaces learning materials (Robotaxi-OperatingSystem-Hardware-Interfaces/fmc3-robotics-main/projects/RoboBrain2.0/startup.sh).

Ler artigo →