Niklas Jensen
|
3015c13da8
|
Attempt at implementing PB sending for ESP32
|
2026-01-03 22:15:00 +01:00 |
|
Niklas Jensen
|
8c418fd779
|
Revert "Added protobufs for TS"
This reverts commit 37b9baf7c8d9bf33c3ac29063f8ee697b20ef497.
|
2026-01-03 22:15:00 +01:00 |
|
Niklas Jensen
|
8e66a03c00
|
Added protobufs for TS
|
2026-01-03 22:15:00 +01:00 |
|
Rune Harlyk
|
9ceb7a9919
|
♻️ Fix pitch and roll units
|
2026-01-03 14:49:15 +01:00 |
|
Rune Harlyk
|
630bab7678
|
♻️ Remove duplicate ping pong handling
|
2025-12-25 13:37:05 +01:00 |
|
Rune Harlyk
|
f54c957be8
|
🐛 Secure sub and unsub with mutex
|
2025-12-25 13:36:49 +01:00 |
|
Rune Harlyk
|
ed88e47944
|
🐛 Map rotation bound correct in rad
|
2025-12-25 13:36:24 +01:00 |
|
Rune Harlyk
|
ba36bcc5a5
|
♻️ Adds filesystems endpoints back
|
2025-12-25 13:36:01 +01:00 |
|
Rune Harlyk
|
5e2e29d2a4
|
♻️ Change kinematics units to SI
|
2025-12-24 13:44:45 +01:00 |
|
Rune Harlyk
|
3be08a31ed
|
✨ Adds imu calibration
|
2025-12-24 13:44:43 +01:00 |
|
Rune Harlyk
|
e22ac69e9b
|
🚨 Fix warnings
|
2025-12-24 12:34:36 +01:00 |
|
Rune Harlyk
|
f78a0f50bd
|
🐛 Fix imu and magnotometer
|
2025-11-27 20:59:11 +01:00 |
|
Rune Harlyk
|
ffb2bc8749
|
🐛 Fix socket deadlock
|
2025-11-27 18:44:12 +01:00 |
|
Rune Harlyk
|
7d2f384898
|
🐛 Fix system metric emit
|
2025-11-27 17:32:48 +01:00 |
|
Rune Harlyk
|
06d457f4e5
|
🐛 Fixes barometer
|
2025-11-04 20:03:07 +01:00 |
|
Rune Harlyk
|
76d965ff43
|
🎨 Updates defaults motion smoothing
|
2025-10-11 20:51:02 +02:00 |
|
Rune Harlyk
|
0b9921e592
|
🎨 Updates duty and fixes direction angle
|
2025-10-11 19:16:30 +02:00 |
|
Rune Harlyk
|
aee29c47e4
|
🎨 Improves mode handling
|
2025-10-11 15:29:22 +02:00 |
|
Rune Harlyk
|
2face72aee
|
🎨 Clamp servo pwm
|
2025-10-09 18:33:17 +02:00 |
|
Rune Harlyk
|
1f8e7efdb2
|
✨ Adds option to rotate gesture sensor
|
2025-10-09 18:33:04 +02:00 |
|
Rune Harlyk
|
b184449e7b
|
🔥 Clean up arduino libs
|
2025-10-09 18:31:40 +02:00 |
|
Rune Harlyk
|
bc31b1b2dd
|
Replace millis with esp timer
|
2025-10-09 17:49:36 +02:00 |
|
Rune Harlyk
|
1cadcf8bdb
|
🎨 Pull subscribe logic out from websocket
|
2025-09-18 18:50:04 +02:00 |
|
Rune Harlyk
|
06d27e0644
|
🎨 Renames event socket to websocket adapter
|
2025-09-18 18:50:04 +02:00 |
|
Rune Harlyk
|
0f992b26e9
|
🔥 Removes unused feature flags
|
2025-09-18 18:50:04 +02:00 |
|
Rune Harlyk
|
43b5216d9f
|
⚡️ Removes task manager dependency
|
2025-09-18 18:50:04 +02:00 |
|
Rune Harlyk
|
e1e11346b4
|
🔥 Removes unused functions and constants
|
2025-09-18 18:50:04 +02:00 |
|
Rune Harlyk
|
3ce8c88a84
|
🎨 Replace Arduino String with std::string
|
2025-09-18 18:50:04 +02:00 |
|
Rune Harlyk
|
0285b522f1
|
🎨 Replaces delay with vTaskDelay
|
2025-09-18 18:50:04 +02:00 |
|
Rune Harlyk
|
f9a0880cd9
|
✨ Moves servo event to main
|
2025-09-14 19:43:34 +02:00 |
|
Rune Harlyk
|
9c74c8e87b
|
🚨 Fixes build error for esp-idf
|
2025-09-14 19:43:34 +02:00 |
|
Rune Harlyk
|
a5371c36b9
|
♻️ Moves peripherals to source file, add sensor base
|
2025-09-14 19:43:34 +02:00 |
|
Rune Harlyk
|
41b863a0eb
|
♻️ Moves motion implementation to source file
|
2025-09-14 19:43:34 +02:00 |
|
Rune Harlyk
|
7fd35f3f48
|
♻️ Major clean up of project structure
|
2025-09-14 19:43:34 +02:00 |
|
Rune Harlyk
|
26c36b8302
|
🎨 Makes gesture sensor more readable and motion take last gesture
|
2025-09-10 15:16:00 +02:00 |
|
Rune Harlyk
|
bfc259e660
|
✨ Adds gesture controls
|
2025-09-10 15:16:00 +02:00 |
|
Rune Harlyk
|
6368bf9213
|
🎨 Makes use of msg type for sensors
|
2025-09-10 11:15:44 +02:00 |
|
Rune Harlyk
|
cd802f1c22
|
✨ Makes fsm states by time aware
|
2025-09-08 22:39:53 +02:00 |
|
Rune Harlyk
|
59bb1d9579
|
⚡️ Improves imu speed by making it non blocking and run faster
|
2025-09-08 22:37:57 +02:00 |
|
Rune Harlyk
|
ae98ba76f7
|
✨ Makes stand imu compensating
|
2025-09-06 21:02:28 +02:00 |
|
Rune Harlyk
|
bd8c8fd988
|
🐛 Fixes imu handling
|
2025-09-06 19:55:57 +02:00 |
|
Rune Harlyk
|
7de5a1aa7c
|
🎨 Lerp gait params to target
|
2025-09-05 15:22:47 +02:00 |
|
Rune Harlyk
|
a3e4fdd8a5
|
🎨 Moves kinematics config to kinematics file
|
2025-09-05 14:55:02 +02:00 |
|
Rune Harlyk
|
f82fa051f2
|
🎨 Renames states folder
|
2025-09-04 23:33:45 +02:00 |
|
Rune Harlyk
|
b66ddc3e81
|
✨ Introduces motion as a state machine
|
2025-09-04 23:33:45 +02:00 |
|
Rune Harlyk
|
c85ac41ebc
|
🐛 Makes step height dynamic
|
2025-09-04 21:03:09 +02:00 |
|
Rune Harlyk
|
78d01533f4
|
✨ Makes body rotation controllable
|
2025-09-04 19:31:45 +02:00 |
|
Rune Harlyk
|
18d4d66758
|
✨ Makes robot stand compensate imu
|
2025-09-04 19:27:48 +02:00 |
|
Rune Harlyk
|
1b9dc9bb9e
|
✨ Makes motion use target position for body state
|
2025-09-04 19:27:17 +02:00 |
|
Rune Harlyk
|
767d1157df
|
✨ Makes kinematics params be based on config
|
2025-09-04 19:08:54 +02:00 |
|