Skip to content

docs: sync with code updates#43

Merged
Seagull-Y merged 1 commit into
mainfrom
docs/sync-with-code-updates
May 19, 2026
Merged

docs: sync with code updates#43
Seagull-Y merged 1 commit into
mainfrom
docs/sync-with-code-updates

Conversation

@Seagull-Y
Copy link
Copy Markdown
Contributor

Summary

  • record-replay.md: fix npy format docs — trajectory is a pickled dict ({trajectory, timestamps, frequency}), not a plain (T,6) array; load with allow_pickle=True
  • bilateral-kp: --bilateral_kp--bilateral-kp (tyro converts underscores to hyphens) in quick-start.md and bimanual-teleoperation.md
  • yam-arm SDK: document missing public methods — get_robot_info(), get_motor_torques(), start_recording(), stop_recording(), plus the temp_mos/temp_rotor keys returned by get_observations() when temp_record_flag=True

All changes verified against i2rt/robots/motor_chain_robot.py and examples/record_replay_trajectory/.

Test plan

  • Local preview verified at localhost:4173
  • Build passes
  • All signatures match code (see verification in PR thread)

🤖 Generated with Claude Code

…thods)

- record-replay: trajectory is a pickled dict ({trajectory, timestamps,
  frequency}), not a plain (T,6) array; load with allow_pickle=True
- minimum_gello: replace --bilateral_kp with --bilateral-kp (tyro converts
  underscores to hyphens) in quick-start and bimanual-teleoperation docs
- yam-arm SDK: document get_robot_info(), get_motor_torques(),
  start_recording(), stop_recording(), and temp_mos/temp_rotor
  observation fields (gated by temp_record_flag)

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
@Seagull-Y Seagull-Y merged commit eb5f4ac into main May 19, 2026
2 checks passed
@Seagull-Y Seagull-Y deleted the docs/sync-with-code-updates branch May 19, 2026 04:04
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.

1 participant