From bf784bbf9a0142d7cac599db8ae43cbf667c162f Mon Sep 17 00:00:00 2001 From: FranFin Date: Thu, 21 Jan 2021 12:01:38 +0100 Subject: [PATCH] Added missing link to MoveIt2 demo. --- _docs/tutorials/demos/overview/index.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/_docs/tutorials/demos/overview/index.md b/_docs/tutorials/demos/overview/index.md index fe25b656..e5a47576 100644 --- a/_docs/tutorials/demos/overview/index.md +++ b/_docs/tutorials/demos/overview/index.md @@ -20,11 +20,11 @@ Choose yourself: | [**Interfacing with FIWARE Context Broker**](../fiware_demo/) | -- | -- | | [**DemoBox Power and Boot Time**](../demobox_demo/) | | NuttX | Olimex LTD STM32-E407, Raspberry Pi 4 | | [**Thumper, a six-wheeled robot**](../thumper_demo/) | | NuttX | Wild Thumper 6WD, Olimex LTD STM32-E407 | -| **MoveIt 2 Demo** | | Zephyr | STM32L4 Discovery kit IoT | +| [**MoveIt 2 Demo**](../moveit2_demo/) | | Zephyr | STM32L4 Discovery kit IoT | | [**Combined Demos**](../combined_demos/) | -- | -- |
*As a matter of course, in addition to the hardware detailed above, you'll need a computer/laptop, various cables, and further auxiliary equipment.
-The demos may also interface with the FIWARE Context Broker, which is the core of the [FIWARE](https://www.fiware.org/) open source initiative for context data management. Learn more at [**Interfacing with FIWARE Context Broker**](../fiware_demo/). +**WIP:** The demos may also interface with the FIWARE Context Broker, which is the core of the [FIWARE](https://www.fiware.org/) open source initiative for context data management. Learn more at [**Interfacing with FIWARE Context Broker**](../fiware_demo/). -Finally, the demos can be combined in several ways to demonstrate further functionalities. Turn to [**Combined Demos**](../combined_demos/) to learn more about these combinations and how to launch them. +**WIP:** The demos can be combined in several ways to demonstrate further functionalities. Go to [**Combined Demos**](../combined_demos/) to learn more about these combinations and how to launch them.