Skip to content

Commit

Permalink
rebuild examples
Browse files Browse the repository at this point in the history
  • Loading branch information
time4tea committed Feb 10, 2024
1 parent 93b6bc1 commit 5f5b462
Show file tree
Hide file tree
Showing 14 changed files with 53 additions and 50 deletions.
51 changes: 26 additions & 25 deletions build-scripts/examples/04-metrics.md
Original file line number Diff line number Diff line change
Expand Up @@ -121,31 +121,32 @@ The following metrics are supported:

Currently, there is no mechanism to calculate the overall acceleration, this will come in a future version.

| Metric | Source|Description | Unit |
|-----------|-------|------------------------------------------------------------|----------------------|
| hr | gpx |Heart Rate | beats / minute |
| cadence | gpx | Cadence | revolutions / minute |
| power | gpx | Power | watts |
| speed | gopro gpx |Speed (as reported by device if available, or fallback to cspeed) | metres / second |
| cspeed | gopro gpx | Computed Speed (derived from location delta) | metres / second |
| temp | gpx | Ambient Temperature | degrees C |
| gradient | gopro gpx |Gradient of Ascent | - |
| alt | gopro gpx |Height above sea level | metres |
| odo | gopro gpx |Distance since start | metres |
| dist | gopro gpx |Distance since last point | metres |
| azi | gopro gpx |Azimuth | degree |
| cog | gopro gpx |Course over Ground | degree |
| lat | gopro gpx |Latitude | - |
| lon | gopro gpx |Longitude | - |
| accl.x | gopro | Acceleration - X Axis | m/s² |
| accl.y | gopro | Acceleration - Y Axis | m/s² |
| accl.z | gopro | Acceleration - Z Axis | m/s² |
| grav.x | gopro | Gravity Vector - X Axis | - |
| grav.y | gopro | Gravity Vector - Y Axis | - |
| grav.z | gopro | Gravity Vector - Z Axis | - |
| ori.pitch | gopro | Orientation - Pitch | radians |
| ori.roll | gopro | Orientation - Roll | radians |
| ori.yaw | gopro | Orientation - Yaw | radians |
| Metric | Source | Description | Unit |
|-----------|-----------|-------------------------------------------------------------------|----------------------|
| hr | gpx | Heart Rate | beats / minute |
| cadence | gpx | Cadence | revolutions / minute |
| power | gpx | Power | watts |
| speed | gopro gpx | Speed (as reported by device if available, or fallback to cspeed) | metres / second |
| cspeed | gopro gpx | Computed Speed (derived from location delta) | metres / second |
| temp | gpx | Ambient Temperature | degrees C |
| gradient | gopro gpx | Gradient of Ascent | - |
| alt | gopro gpx | Height above sea level | metres |
| odo | gopro gpx | Distance since start | metres |
| dist | gopro gpx | Distance since last point | metres |
| azi | gopro gpx | Azimuth | degree |
| cog | gopro gpx | Course over Ground | degree |
| lat | gopro gpx | Latitude | - |
| lon | gopro gpx | Longitude | - |
| accel | gopro gpx | Acceleration - Computed from speed | m/s² |
| accl.x | gopro | Acceleration - X Axis | m/s² |
| accl.y | gopro | Acceleration - Y Axis | m/s² |
| accl.z | gopro | Acceleration - Z Axis | m/s² |
| grav.x | gopro | Gravity Vector - X Axis | - |
| grav.y | gopro | Gravity Vector - Y Axis | - |
| grav.z | gopro | Gravity Vector - Z Axis | - |
| ori.pitch | gopro | Orientation - Pitch | radians |
| ori.roll | gopro | Orientation - Roll | radians |
| ori.yaw | gopro | Orientation - Yaw | radians |

# Axes of Acceleration & Rotation

Expand Down
51 changes: 26 additions & 25 deletions docs/xml/examples/04-metrics/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -219,31 +219,32 @@ The following metrics are supported:

Currently, there is no mechanism to calculate the overall acceleration, this will come in a future version.

| Metric | Source|Description | Unit |
|-----------|-------|------------------------------------------------------------|----------------------|
| hr | gpx |Heart Rate | beats / minute |
| cadence | gpx | Cadence | revolutions / minute |
| power | gpx | Power | watts |
| speed | gopro gpx |Speed (as reported by device if available, or fallback to cspeed) | metres / second |
| cspeed | gopro gpx | Computed Speed (derived from location delta) | metres / second |
| temp | gpx | Ambient Temperature | degrees C |
| gradient | gopro gpx |Gradient of Ascent | - |
| alt | gopro gpx |Height above sea level | metres |
| odo | gopro gpx |Distance since start | metres |
| dist | gopro gpx |Distance since last point | metres |
| azi | gopro gpx |Azimuth | degree |
| cog | gopro gpx |Course over Ground | degree |
| lat | gopro gpx |Latitude | - |
| lon | gopro gpx |Longitude | - |
| accl.x | gopro | Acceleration - X Axis | m/s² |
| accl.y | gopro | Acceleration - Y Axis | m/s² |
| accl.z | gopro | Acceleration - Z Axis | m/s² |
| grav.x | gopro | Gravity Vector - X Axis | - |
| grav.y | gopro | Gravity Vector - Y Axis | - |
| grav.z | gopro | Gravity Vector - Z Axis | - |
| ori.pitch | gopro | Orientation - Pitch | radians |
| ori.roll | gopro | Orientation - Roll | radians |
| ori.yaw | gopro | Orientation - Yaw | radians |
| Metric | Source | Description | Unit |
|-----------|-----------|-------------------------------------------------------------------|----------------------|
| hr | gpx | Heart Rate | beats / minute |
| cadence | gpx | Cadence | revolutions / minute |
| power | gpx | Power | watts |
| speed | gopro gpx | Speed (as reported by device if available, or fallback to cspeed) | metres / second |
| cspeed | gopro gpx | Computed Speed (derived from location delta) | metres / second |
| temp | gpx | Ambient Temperature | degrees C |
| gradient | gopro gpx | Gradient of Ascent | - |
| alt | gopro gpx | Height above sea level | metres |
| odo | gopro gpx | Distance since start | metres |
| dist | gopro gpx | Distance since last point | metres |
| azi | gopro gpx | Azimuth | degree |
| cog | gopro gpx | Course over Ground | degree |
| lat | gopro gpx | Latitude | - |
| lon | gopro gpx | Longitude | - |
| accel | gopro gpx | Acceleration - Computed from speed | m/s² |
| accl.x | gopro | Acceleration - X Axis | m/s² |
| accl.y | gopro | Acceleration - Y Axis | m/s² |
| accl.z | gopro | Acceleration - Z Axis | m/s² |
| grav.x | gopro | Gravity Vector - X Axis | - |
| grav.y | gopro | Gravity Vector - Y Axis | - |
| grav.z | gopro | Gravity Vector - Z Axis | - |
| ori.pitch | gopro | Orientation - Pitch | radians |
| ori.roll | gopro | Orientation - Roll | radians |
| ori.yaw | gopro | Orientation - Yaw | radians |

# Axes of Acceleration & Rotation

Expand Down
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.
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.
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.
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.
1 change: 1 addition & 0 deletions docs/xml/examples/07-motor-speed-indicator/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
Auto Generated File DO NOT EDIT
-->
<!-- Dimension(256,256) -->

# Motor Speed Indicator

Expand Down

0 comments on commit 5f5b462

Please sign in to comment.