Skip to content

v0.29.0rc1

Pre-release
Pre-release

Choose a tag to compare

@aabadie aabadie released this 29 May 16:08
· 180 commits to main since this release
d9f0a8d

What's Changed

Enhancements

  • simulator: directly plug to adapter interface by @aabadie in #194
  • simulators: send bytes of a whole frame at once instead of byte by byte by @aabadie in #195
  • tests: add basic test for config file option by @aabadie in #196
  • dotbot-simulator: extend parameters with motors asymmetry and network PDR by @aabadie in #197
  • dotbot/controller: implement dotbot filtering using a query model by @aabadie in #204
  • dotbot/controller: remove unused dotbot-address parameter by @aabadie in #205
  • controller: split out qrkey client in its own service by @aabadie in #207
  • dotbot/dotbot_simulator: rework threading by @aabadie in #209
  • dotbot/frontend: factorize websocket dotbot update logic by @aabadie in #215
  • dotbot/simulator: improve simulator kinematic model code by @aabadie in #217
  • dotbot/frontend: fix dotbot direction arrow ratio on map by @aabadie in #220
  • dotbot/dotbot_simulator: rework simulator threads and wheel speed model by @aabadie in #219
  • dotbot/dotbot_simulator: add logic to load custom C based control loop function by @aabadie in #222
  • dotbot/frontend: refactor to typescript by @aabadie in #224
  • protocol: extend avertizement packet with more info, drop z coordinate in LH2 positions by @aabadie in #227
  • frontend: improve websocket reconnect strategy by @aabadie in #230
  • examples/motions: several enhancements and fixes by @aabadie in #231
  • dotbot/examples/motions: update readme to make consistent with recent changes by @aabadie in #232
  • frontend: several improvements by @aabadie in #233
  • dotbot/frontend: remove warning from console by @aabadie in #235
  • dotbot-simulator: fix advertisement of battery level default estimator and encoder values + improvement of the battery model training by @aabadie in #237
  • dotvot/controller_app: add --simulator-init-state option by @aabadie in #240
  • examples/charging station: add 2000x2000 background map and adjust bootstrap values for 4 robots case by @aabadie in #242
  • dotbot/frontend: ignore coverage directory when running the dev server by @aabadie in #243
  • dotbot: simulator small improvements by @aabadie in #245
  • dotbot/examples/labyrinth: fix waypoints for DotBot 1 by @aabadie in #246

Bugs fixed

  • joystick: keyboard: fix misuse of rest client by @aabadie in #206
  • dotbot/frontend: fix wrong y coordinate returned on map clicked by @aabadie in #210
  • dotbot/controller: ignore positions that are too close from the last one by @aabadie in #213
  • server: frontend: fixes when no background map is given and when waypoint threshold is changed from UI by @aabadie in #226
  • dotbot/frontend: ui fixes by @aabadie in #228
  • models: server: frontend: fix waypoint value not being set correctly when receiving a waypoint update via websockets by @aabadie in #229
  • dotbot/frontend: use native Websocket and adapt tests by @aabadie in #244

Other Changes

New Contributors

Full Changelog: 0.27.0...v0.29.0rc1