Skip to content

Releases: bluerobotics/radcam-manager

0.2.0-beta.4

05 Aug 22:30

Choose a tag to compare

0.2.0-beta.4 Pre-release
Pre-release

What's Changed

  • Better scripts #53
  • backend: libs: autopilot: src: Fix script table param size and indexes #54
  • Frontend actuators state fix #52
  • backend: libs: radcam_manager: src: web: routes: v1: Fix BlueOS extension http server metadata API #60
  • Use udp at 14550, because the previous tcp isnt acessible from within the docker network #61

Full Changelog: 0.2.0-beta.3...0.2.0-beta.4

0.2.0-beta.3

01 Aug 20:32

Choose a tag to compare

0.2.0-beta.3 Pre-release
Pre-release

What's Changed

  • Fix swapped channels configs #49
  • backend: libs: autopilot: src: manager: Add trim to the script #50

Full Changelog: 0.2.0-beta.2...0.2.0-beta.3

0.2.0-beta.2

01 Aug 16:28

Choose a tag to compare

0.2.0-beta.2 Pre-release
Pre-release

What's Changed

  • Reorganize workspace and update cargo dependencies #27
  • backend: libs: mcm_client: src: Keep updating already-detected cameras #29
  • add basic tab's integration with backend by @ArturoManzoli #28
  • frontend: replace actuators speed with actuator position sliders with backend integration by @ArturoManzoli #40
  • frontend: fix basic-advanced tab selector bug by @ArturoManzoli #42
  • Fix actuators state #43
  • Connect camera resolution settings to backend by @ArturoManzoli #41
  • backend: bin: src: Expand and resolve CLI args #44
  • backend: bin: src: Apply clippy #45

Full Changelog: 0.2.0-beta.1...0.2.0-beta.2

0.2.0-beta.1

30 Jul 02:21

Choose a tag to compare

0.2.0-beta.1 Pre-release
Pre-release

What's Changed

  • Implement new UI - basic tab by @ArturoManzoli #11
  • Add CI to PRs #13
  • Backend fixes #14
  • hotfix: lint and TS errors by @ArturoManzoli #15
  • Minimal focus zoom - backend #18
  • backend: libs: radcam_commands: src: protocol: display: Rename and limit scene selection between 0 and 1 #19
  • Minimal focus zoom - frontend #17
  • Minimal focus zoom p3 #22
  • Update docker and docs #23
  • Use relative paths #24
  • bump version to 0.2.0-beta.1 #25
  • .github: Update blueos-cloud-action from 0.0.2 to 0.0.3 #26

New Contributors

Full Changelog: https://github.com/bluerobotics/radcam-manager/commits/0.2.0-beta.1

0.1.4

05 Jun 20:00
f59500e

Choose a tag to compare

Bugs fixed:

  • Streams are doubled for RadCam (#3)
  • Logs must be saved in BlueOS (#4)
  • Over-complicated stream names (#5)

Full Changelog: 0.1.3...0.1.4

0.1.3

02 May 21:21

Choose a tag to compare

0.1.3 Pre-release
Pre-release

What's Changed

  • 0.1.3: Added missing camera parameters, Fix CORS and other general improvements #1

Full Changelog: 0.1.2...0.1.3

0.1.2

13 Mar 00:24
b4b681e

Choose a tag to compare

master

11 Mar 01:36
4d0c368

Choose a tag to compare

master Pre-release
Pre-release
.github: WIP