You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/usage/overview/index.md
+18-20Lines changed: 18 additions & 20 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -38,38 +38,36 @@ As the core development team we've tried to envision the future of the onboard c
38
38
39
39
Some of these principles will only be evident in future releases, but the underlying software architecture and organization have been designed from the ground up to support and enable them.
40
40
41
-
## What's New in BlueOS-1.3?
41
+
## What's New in BlueOS-1.4?
42
42
43
-
This covers a summary of the major changes and new features in BlueOS-1.3. Where applicable relevant features are also included in the [feature comparison table](#feature-comparison). For detailed coverage of every change, please see the [full release notes](https://github.com/bluerobotics/BlueOS-docker/releases).
43
+
This covers a summary of the major changes and new features in BlueOS-1.4. Where applicable relevant features are also included in the [feature comparison table](#feature-comparison). For detailed coverage of every change, please see the [full release notes](https://github.com/bluerobotics/BlueOS-docker/releases).
44
44
45
-
### [Extensions](../../development/extensions/)
46
-
- Added support for extensions that are installed by default with BlueOS
45
+
### Safety
46
+
- Added [Safe Mode](../advanced/#safe-mode), to avoid accidentally performing unsafe configuration while the vehicle is armed
- Improved [`register_service` specification](@/development/extensions/index.md#web-interface-http-server) to better support cross-communication between extensions, and remote access of extension interfaces
-Added MAVLink Server as a routing alternative, with all-endpoint logging and a detailed debugging interface
56
60
-[Vehicle Setup](../advanced/#vehicle-setup)
57
-
- Load recommended parameter sets
58
-
- Added motor reversal configuration interface
59
-
- Added sensor calibration functionalities
60
-
- Added intuitive failsafe configuration options
61
+
- Added camera mount configuration options
62
+
- Added GPS yaw to the compass page (when available)
61
63
-[Video Streams](../advanced/#video-streams)
62
-
-More RTSP options
64
+
-Added UDP support for H265-encoded video streams
63
65
64
66
### Device/Hardware Support
65
-
- Added support for the Raspberry Pi Compute Module 4
66
-
- Added support for external wifi adapters
67
+
- Added support for running the Navigator [flight controller](@/integrations/hardware/required/flight-controller/index.md) with 64-bit operating systems
67
68
68
69
### [Data Privacy](../privacy/)
69
-
- Added Sentry telemetry for error logs
70
-
71
-
### [Contributors](../../development/overview/)
72
-
- Added [Contributor Code of Conduct](https://github.com/bluerobotics/BlueOS/blob/master/CoC.md)
70
+
- Added Sentry reports for user-generated feedback
0 commit comments