Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file modified advanced-usage/extensions-store-example.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added advanced-usage/extensions-store-manifests.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified advanced-usage/extensions-store.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
42 changes: 29 additions & 13 deletions advanced-usage/index.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
+++
title = "Advanced Usage"
description = "BlueOS advanced usage documentation."
date = 2024-04-05T01:20:00+11:00
date = 2024-09-26T16:00:00+11:00
template = "docs/page.html"
sort_by = "weight"
weight = 30
Expand All @@ -12,7 +12,7 @@ aliases = ['/software/onboard/BlueOS-latest/advanced-usage', '/blueos/latest/adv
lead = ''
toc = true
top = false
link_base = "https://github.com/bluerobotics/BlueOS/tree/1.2.3/core"
link_base = "https://github.com/bluerobotics/BlueOS/tree/1.3/core"
+++

## General Information
Expand Down Expand Up @@ -550,17 +550,29 @@ model is coming soon.
{{ easy_image(src="vehicle-setup-overview", width=600) }}

The PWM Outputs tab allows configuring the servo function mappings
(for motors, lights, camera tilt, etc), as well as manually testing the motors.
(for motors, lights, camera tilt, etc), as well as manually testing the motors,
and an automated check to detect motors that are reversed.

{{ easy_image(src="vehicle-setup-pwm-outputs", width=600) }}

The Configure tab allows loading default parameter sets for a particular vehicle type.
The Configure tab provides configuration and calibration options for the vehicle sensors and peripherals,
including failsafes, and reverting parameters to their defaults.

{{ easy_image(src="vehicle-setup-configure", width=600) }}
{{ easy_image(src="vehicle-setup-configure-params", width=600) }}

{{ easy_image(src="vehicle-setup-configure-gyro", width=600) }}

{{ easy_image(src="vehicle-setup-configure-accel", width=600) }}

{{ easy_image(src="vehicle-setup-configure-compass", width=600) }}

{{ easy_image(src="vehicle-setup-configure-baro", width=600) }}

{{ easy_image(src="vehicle-setup-configure-lights", width=600) }}

{{ easy_image(src="vehicle-setup-configure-failsafes", width=600) }}

In future this page will also allow
- running ArduSub's automatic motor direction detection
- calibrating the autopilot sensors
- using custom highlighting logic for model components
- displaying device statuses from extensions

Expand Down Expand Up @@ -641,13 +653,17 @@ it automatically (via MAVLink)
The Extensions Manager is in charge of fetching, installing, updating, and managing
[Extensions](../extensions).

The Store tab shows
[the available extensions](https://docs.bluerobotics.com/BlueOS-Extensions-Repository/),
which can be clicked to see information about the extension (including the settings,
permissions requirements, and developer information), and allows selecting the version
to install:
The Store tab shows the available extensions, which can be clicked to see information about
the extension (including the settings, permissions requirements, and developer information),
and allows selecting the version to install:
{{ easy_image(src="extensions-store", width=600) }}
{{ easy_image(src="extensions-store-example", width=550) }}
{{ easy_image(src="extensions-store-example", width=400) }}

By default, the store searches the
[BlueOS Extensions Repository](https://docs.bluerobotics.com/BlueOS-Extensions-Repository/)
for available extensions, but it is also possible to specify your own external collections
of extensions:
{{ easy_image(src="extensions-store-manifests", width=350) }}

The Installed tab shows the resource usage of the installed extensions, and allows
configuring them, checking their logs, and restarting or disabling them:
Expand Down
Binary file modified advanced-usage/power-pirate.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified advanced-usage/power-simple.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added advanced-usage/vehicle-setup-configure-accel.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added advanced-usage/vehicle-setup-configure-baro.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added advanced-usage/vehicle-setup-configure-gyro.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed advanced-usage/vehicle-setup-configure.png
Binary file not shown.
Binary file modified advanced-usage/vehicle-setup-overview.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified advanced-usage/vehicle-setup-pwm-outputs.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.