ES-Alexander

Results 216 issues of ES-Alexander

[html](https://github.com/patrickelectric/mavlink2rest/commit/e723b52bc4d43653d5c8e3d92a402b0a5a82d1e0) and [tests](https://github.com/patrickelectric/mavlink2rest/commit/dbdd6d63243f0573a56adceb12ab42837fd604f8) are using the updated urls: `/mavlink/{MSG}/...` -> `/mavlink/vehicles/{v}/components/{c}/messages/{MSG}/...` but the changes are not yet reflected in the README.

- [x] added alternate constructors `from_serial` and `from_udp` that combine instance creation and connection - [x] added `__enter__` and `__exit__` methods to allow using in a context manager (`initialize` on...

Would help with #122, and would also better enable data processing capabilities. Should probably be implemented as a `water.py` module, with a helper for estimating salinity as per [here](https://bluerobotics.com/learn/speed-of-sound-in-water-calculator/#salinity-estimation). Ideally...

enhancement
good first issue

Ping Viewer provides the only existing storage format for Ping devices, and the decoding and encoding examples there are useful for anyone wanting to do data processing rather than device...

enhancement
good first issue

Details discussed in a forum post: > [@[EliotBR](https://discuss.bluerobotics.com/t/ping-sonar-range-setting-and-the-angle-definition/11686/2)] >> [@[yuki](https://discuss.bluerobotics.com/t/ping-sonar-range-setting-and-the-angle-definition/11686)] >> Can an effective range be set up in [ping360.py](https://github.com/bluerobotics/ping-python/blob/deployment/brping/ping360.py)? > > The range per sample is determined by the...

enhancement

`control_transducer` message [recommends a timeout of 4s](https://docs.bluerobotics.com/ping-protocol/pingmessage-ping360/#2601-transducer), but that's the absolute worst case. Some logical considerations are outlined in [this forum post](https://discuss.bluerobotics.com/t/ping360-sonar-stops-scanning/11091/6) as to timeout factors that are state-dependent, and...

### Bug description Low min-width for the cards on the dashboard cause the headings to wrap within the words when the display is narrow ### Steps to reproduce 1. Open...

bug
good first issue
core
ui
triage

### Current behaviour Only the service cards are displayed. ### Expected or desired behaviour The vehicle name, icon, and logo should be highlighted, as [suggested by @rjehangir previously](https://github.com/bluerobotics/BlueOS/pull/1511#issuecomment-1458864096) (we forgot...

enhancement
good first issue
core
ui
triage

### Current behaviour Sidebar order is fixed, which can be messy (especially in pirate mode). ### Expected or desired behaviour Allowing the user to pin/star/favourite pages to the top of...

enhancement
good first issue
core
ui
triage

Some robustness improvements that will hopefully fix #2569. I've tested this on my machine, and it doesn't seem to have any regressions, and the dropped network device handling works 👍...