Commit History

Merge pull request #44 from pollen-robotics/update_pyproject
560e734
unverified

Alina commited on

Update pyproject syntax
1ee6d50

Alina Lozovskaya commited on

Merge pull request #41 from pollen-robotics/add-lockfile
c25e479
unverified

Alina commited on

Add uv.lock file
e0599a2

Alina Lozovskaya commited on

Merge pull request #34 from pollen-robotics/25-external-threads-should-raise-flags-and-never-mute-states-themselves-this-would-remove-the-need-for-most-locks
ee69683
unverified

Alina commited on

Apply Ruff
e278a6c

Alina Lozovskaya commited on

Merge origin/develop into branch: resolve audio/moves conflicts and sync deps
77a9cb2

Alina Lozovskaya commited on

Add CONTROL_LOOP_FREQUENCY_HZ variable
af50a23

Alina Lozovskaya commited on

Ruff
1ba829a

RemiFabre commited on

Removed main_works.py
a5245e5

RemiFabre commited on

Minor, better test comments
3a771b0

RemiFabre commited on

First iteration of pytests, targetting the headwobbler race condition
091c62e

RemiFabre commited on

Merge pull request #38 from pollen-robotics/add-hf-token
46f3109
unverified

Alina commited on

Add comment about huggingface_hub
c0893c0

Alina Lozovskaya commited on

Read HF_TOKEN optionally in config.py
882ab44

Alina Lozovskaya commited on

Add HF_TOKEN to .env.example
706fa56

Alina Lozovskaya commited on

Tentative fix for the long standing HeadWobbling desync issue
1bd30d1

RemiFabre commited on

status: guard double start and expose get_status snapshot
4dc3463

RemiFabre commited on

Removed unused function and fixed returned type int->float
54a230d

RemiFabre commited on

Merge pull request #33 from pollen-robotics/clean_console_output
3af62a2
unverified

Alina commited on

Apply Ruff
931a3c4

Alina Lozovskaya commited on

Ignore D100 in pyproject.toml
51f6aa1

Alina Lozovskaya commited on

Apply Ruff
426e6c4

Alina Lozovskaya commited on

Rework pyproject.toml
8383ea5

Alina Lozovskaya commited on

Removed unused methods/attributes
c4aee12

RemiFabre commited on

refactor: modularize working loop into clear helper stages
8934108

RemiFabre commited on

refactor: extract listening antenna blending into helper
100f98d

RemiFabre commited on

loop: move control loop sleep after telemetry logging
c1f8d54

RemiFabre commited on

refactor: remove set_offsets alias and call set_speech_offsets directly
e7800ee

RemiFabre commited on

Minor documentation update
966ab97

RemiFabre commited on

Update README.md
7539bf4

Alina Lozovskaya commited on

Update pyproject.toml
53b9f79

Alina Lozovskaya commited on

Apply Ruff utils.py
10331ab

Alina Lozovskaya commited on

Change logger info to debug
9b12453

Alina Lozovskaya commited on

Read OPENAI_API_KEY in openai_realtime.py
f8f07bd

Alina Lozovskaya commited on

docs: expand module/class docstrings and add explanatory comments for design and loops
fe284fb

RemiFabre commited on

threading: set self._thread = None after join to avoid accidental double-join
bc81b43

RemiFabre commited on

logging: rate limit set_target errors to once per second with suppression counter
1f394a6

RemiFabre commited on

listening: add 150 ms debounce and consistent blend reset to handle rapid toggles
42e3564

RemiFabre commited on

breathing: prevent duplicate enqueue and track active state with _breathing_active
accb422

RemiFabre commited on

timing: unify all duration measurements on time.monotonic() to avoid clock jumps and drift
95eacb8

RemiFabre commited on

self.idle_inactivity_delay tunning, still has a weird behavior
e37e836

RemiFabre commited on

use_sim=False
d51403c

RemiFabre commited on

Merge pull request #32 from pollen-robotics/cleanup_main
17f679e
unverified

Alina commited on

control loop wip
21fc1c2

RemiFabre commited on

Remove main_works.py
2b8257c

Alina Lozovskaya commited on

Merge pull request #31 from pollen-robotics/30-use-new-reachyminimedia-api
36864e3
unverified

Fabien commited on

enhancement #30: get frame for reachy media api
8f5ef88

FabienDanieau commited on

Merge pull request #27 from pollen-robotics/26-qol-changes-before-ted
f790084
unverified

Remi commited on

Merge branch 'develop' into 26-qol-changes-before-ted
9835d84

RemiFabre commited on