From 1de234b27873988b34f812daa090ee13d5b1167a Mon Sep 17 00:00:00 2001 From: Niels Dijkstra Date: Wed, 29 Apr 2026 09:15:01 +0000 Subject: [PATCH] chore: reference roverd daemons page in docs --- docs/01-overview.md | 43 +++++-------------------------------------- 1 file changed, 5 insertions(+), 38 deletions(-) diff --git a/docs/01-overview.md b/docs/01-overview.md index beed96b..f75d9e7 100644 --- a/docs/01-overview.md +++ b/docs/01-overview.md @@ -3,50 +3,17 @@ import TabItem from '@theme/TabItem'; # Overview -## Purpose - -The `display` service shows the Rover identity and resource utilization on the OLED ssd1306 display that is mounted on the front of each Rover. - -![The ssd1306 display mounted on the front of Rover 1](https://github.com/user-attachments/assets/038036e2-43dd-47f0-a785-140abefc9612) - +:::warning[Important] -:::tip - -We do not recommend installing this service manually, as `roverd` will automatically check for updates and install it as a daemon service every time the Rover boots. +`display` is known as a daemon service. You do not need to manage this service yourself. For more information, please visit the page about [`roverd`'s daemon services](https://ase.vu.nl/docs/tutorials/knowing-more/roverd-daemons). ::: -## Installation - -To install this service, the latest release of [`roverctl`](https://ase.vu.nl/docs/framework/Software/rover/roverctl/installation) should be installed for your system and your Rover should be powered on. - - - - -1. Install the service from your terminal -```bash -# Replace ROVER_NUMBER with your the number label on your Rover (e.g. 7) -roverctl service install -r https://github.com/VU-ASE/display/releases/latest/download/display.zip -``` - - - - -1. Open `roverctl-web` for your Rover -```bash -# Replace ROVER_NUMBER with your the number label on your Rover (e.g. 7) -roverctl -r -``` -2. Click on "install a service" button on the bottom left, and click "install from URL" -3. Enter the URL of the latest release: -``` -https://github.com/VU-ASE/display/releases/latest/download/display.zip -``` +## Purpose - - +The `display` service shows the Rover identity and resource utilization on the OLED ssd1306 display that is mounted on the front of each Rover. -Follow [this tutorial](https://ase.vu.nl/docs/tutorials/write-a-service/upload) to understand how to use an ASE service. You can find more useful `roverctl` commands [here](/docs/framework/Software/rover/roverctl/usage) +![The ssd1306 display mounted on the front of Rover 1](https://github.com/user-attachments/assets/038036e2-43dd-47f0-a785-140abefc9612) ## Requirements