Commit History

151 create fun and diverse profiles (#162)
c54ff90
unverified

Remi commited on

fixing shutdown (#156)
6b62f5c
unverified

andito HF Staff commited on

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

andito HF Staff commited on

remove bad move (#146)
bdfee54
unverified

andito HF Staff commited on

Persist key (#145)
640b58f
unverified

andito HF Staff commited on

Change key name (#144)
0671c64
unverified

andito HF Staff commited on

improve the startup with openai (#143)
3f1977f
unverified

andito HF Staff commited on

62 appify the demo (#122)
693e202
unverified

Antoine Pirrone andito HF Staff commited on

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

andito HF Staff commited on

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

dlouapre HF Staff commited on

Improving the logging when tools are not properly found or loaded.
48cbeab

dlouapre HF Staff commited on

Improving the example using sweep_look instead of throw_stone as a local tool
a2f8318

dlouapre HF Staff commited on

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

dlouapre HF Staff commited on

ruff + tests
af6f1fa

dlouapre HF Staff commited on

Demo is now "profile", change the env variable, restructure the profile/tools/prompts folders, move default prompt in a dedicated file,
24740b9

dlouapre HF Staff commited on

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

dlouapre HF Staff commited on

Improving prompts and tools loading
e9030fb

dlouapre HF Staff commited on

instructions are now pure text format + removing the "requirements.txt"
84af0f5

dlouapre HF Staff commited on

ruff
117ca01

dlouapre HF Staff commited on

Fix tool specs
a138f42

dlouapre HF Staff commited on

Ruff
7f4143a

RemiFabre commited on

Better check for requirements in the demo folder.
8f87f02

dlouapre HF Staff commited on

Squashing the commits for creating usecases
6fb4148

dlouapre HF Staff commited on

Merge pull request #100 from matthieu-smurf/patch-1
8e3aad2
unverified

Alina commited on

Swapping time.time() to time.monotonic()
b5d18ce

RemiFabre commited on

Merge pull request #103 from pollen-robotics/fix/head-wobbler-feed-delay
6bf9ec9
unverified

Remi commited on

Merge pull request #102 from pollen-robotics/fix/resample-overhead
b7e5088
unverified

Remi commited on

ruff
ba448b6

RemiFabre commited on

Putting self_base_ts initialization before self.sway.feed call to deduce computation duration from the target time
34b3dbf
unverified

CarolinePascal commited on

Fixing librosa.resample import and first call overhead
c3a844c
unverified

CarolinePascal commited on

Refactor start_up method
7121d64

Alina Lozovskaya commited on