From bb13df8e3657b7674de913785fab47fce6db57ad Mon Sep 17 00:00:00 2001 From: Naomi Pentrel <5212232+npentrel@users.noreply.github.com> Date: Wed, 11 Dec 2024 18:40:31 +0100 Subject: [PATCH] Updates --- docs/dev/reference/_index.md | 1 + docs/operate/control/voice-app.md | 4 +-- .../get-started/software-capabilities.md | 33 +++++++++++++++++-- 3 files changed, 34 insertions(+), 4 deletions(-) diff --git a/docs/dev/reference/_index.md b/docs/dev/reference/_index.md index b64efc3df2..8b203fb9c0 100644 --- a/docs/dev/reference/_index.md +++ b/docs/dev/reference/_index.md @@ -5,5 +5,6 @@ weight: 300 layout: "empty" type: "docs" empty_node: true +open_on_desktop: true header_only: true --- diff --git a/docs/operate/control/voice-app.md b/docs/operate/control/voice-app.md index 64ea9b0b47..c264b4613f 100644 --- a/docs/operate/control/voice-app.md +++ b/docs/operate/control/voice-app.md @@ -1,6 +1,6 @@ --- -linkTitle: "Create voice app" -title: "Create voice app" +linkTitle: "Create voice-interface app" +title: "Create voice-interface app" weight: 30 layout: "docs" type: "docs" diff --git a/docs/operate/get-started/software-capabilities.md b/docs/operate/get-started/software-capabilities.md index 4f8adcd574..422dab1942 100644 --- a/docs/operate/get-started/software-capabilities.md +++ b/docs/operate/get-started/software-capabilities.md @@ -8,16 +8,45 @@ no_list: true description: "TODO" --- -## Augmented components +## Augmented hardware Bases, failover sensors, etc +Base +- [sensor-controlled](https://docs.viam.com/components/base/sensor-controlled/) +- [wheeled](https://docs.viam.com/components/base/wheeled/) +- [ackermann](https://github.com/mcvella/viam-ackermann-base) + +Camera +- [transform](https://docs.viam.com/components/camera/transform/) +- [ffmpeg](https://docs.viam.com/components/camera/ffmpeg/) + +Motor +- [encoded](https://docs.viam.com/components/motor/encoded-motor/#control-motor-velocity-with-encoder-feedback) + +Movement Sensor +- [wheeled odometry](https://docs.viam.com/components/movement-sensor/wheeled-odometry/) +- [merged](https://docs.viam.com/components/movement-sensor/merged/) +- [failover](https://github.com/viam-modules/failover) + +Power Sensor +- [failover](https://github.com/viam-modules/failover) + +Sensor +- [failover](https://github.com/viam-modules/failover) + ## Software-only components ### Generic components/services -[Event manager](https://github.com/viam-labs/SAVCAM-event-manager), [ChatGPT](https://github.com/jeremyrhyde/chat-gpt-module) +- [Event manager](https://github.com/viam-labs/SAVCAM-event-manager) +- [ChatGPT](https://github.com/jeremyrhyde/chat-gpt-module) +- [i2cdetect](https://github.com/michaellee1019/i2cdetect) (detects all active i2c addresses) ### Sensors Random number generator, etc + +### Cameras + +[rtsp](https://github.com/viam-modules/viamrtsp) (can connect to a family of cameras)