Commit History
152 simplify wireless tags (#171) 4db07d5 unverified
Alina commited on
Hotfix: tunning movement_latency to better sync the head_wobbler f181676 unverified
Remi commited on
Hotfix: Reducing Head Wobbler freq to improve CPU usage 58e7093 unverified
Remi commited on
Improve interruptions (#163) fc51236 unverified
fix for windows. 991abcf
151 create fun and diverse profiles (#162) c54ff90 unverified
Remi commited on
fixing shutdown (#156) 6b62f5c unverified
removing head tracking until we solve the mediapipe dependency 9348203
apirrone commited on
enabling head tracking for non wireless, and tuning head trackign a little bit 3dc9996
apirrone commited on
fix initial setup (#147) df3ad34 unverified
remove bad move (#146) bdfee54 unverified
Persist key (#145) 640b58f unverified
Change key name (#144) 0671c64 unverified
improve the startup with openai (#143) 3f1977f unverified
62 appify the demo (#122) 693e202 unverified
Update stop function to reset to neutral position (#131) dbc3de8 unverified
Alina commited on
Add wireless version support (#133) 6502183 unverified
Alina commited on
fix(audio channels): making the play_loop and receive methods robust to audio inputs/outputs shapes (#132) fdb5f7f unverified
Caroline Pascal commited on
Merge pull request #126 from pollen-robotics/fix-bug-where-reachy-appears-deaf 0c52633 unverified
Antoine Pirrone commited on
Properly make mono 7511b97
fix(camera tool): removing the temporary file creation which was not compatible with Windows. The current solution encodes the frame in the JPG format but stays in the RAM. (#123) e2630f8 unverified
Caroline Pascal commited on
Merge branch 'develop' into 114-improve-transcript-accuracy c10cc03
Alina Lozovskaya commited on
Merge pull request #111 from pollen-robotics/fix/sample_rate_consistency cced4d1 unverified
Alina commited on
Fix mypy and enhance code clarity 37d00fb
Alina Lozovskaya commited on
fix(mypy): fixing mypy errors a6ddf4e unverified
CarolinePascal commited on
Fix comments 6eddfa9
Alina Lozovskaya commited on
Include debounce logic and switch transcript model 9c39398
Alina Lozovskaya commited on
Fixed BGR2RGB when sending image to gradio e5e0ca4
RemiFabre commited on
chore(ruff) db79ec7 unverified
CarolinePascal commited on
fix(samplerate): removing hardcoded sample rates values and replacing with actual values from the robot, uniformizing processing (always on the receiving side), nuking librosa out 6e24f8f unverified
CarolinePascal commited on
Created a V0 of the silent emotion imitator c6b5426
RemiFabre commited on
Fixed regex to allow for subdirectories in the promp library c991519
RemiFabre commited on
Updated default prompt from PR#100, Updated personality traits and response rules for Reachy Mini, changing tone from annoying and obsessed with food and Mars to just being friendly and concise. 1d202d3
Improving the logging when tools are not properly found or loaded. 48cbeab
Improving the example using sweep_look instead of throw_stone as a local tool a2f8318
New tool loading logic : basic tools are individual files in tools. For a given profile, tools are looked into tools.txt and autodiscovered locally or in the library. 5e475c2
ruff + tests af6f1fa
Demo is now "profile", change the env variable, restructure the profile/tools/prompts folders, move default prompt in a dedicated file, 24740b9
print->logger on tool and demo init. Added local logging config since the main one is not loaded at import level e209e05
RemiFabre commited on
Type check 57aa732
Improving prompts and tools loading e9030fb
instructions are now pure text format + removing the "requirements.txt" 84af0f5
ruff 117ca01
Fix tool specs a138f42
Ruff 7f4143a
RemiFabre commited on
Better check for requirements in the demo folder. 8f87f02
Squashing the commits for creating usecases 6fb4148
Merge pull request #100 from matthieu-smurf/patch-1 8e3aad2 unverified
Alina commited on
Swapping time.time() to time.monotonic() b5d18ce
RemiFabre commited on