From 3f43096acaa1078608876a13fdb7acfac2fb62b5 Mon Sep 17 00:00:00 2001 From: Johannes Mey <johannes.mey@tu-dresden.de> Date: Thu, 1 Sep 2022 18:33:09 +0200 Subject: [PATCH] move old demo to acsos page --- pages/docs/{sorting-parsing.md => acsos-parsing.md} | 0 pages/docs/{sorting.md => acsos.md} | 0 pages/docs/index.md | 4 ++-- 3 files changed, 2 insertions(+), 2 deletions(-) rename pages/docs/{sorting-parsing.md => acsos-parsing.md} (100%) rename pages/docs/{sorting.md => acsos.md} (100%) diff --git a/pages/docs/sorting-parsing.md b/pages/docs/acsos-parsing.md similarity index 100% rename from pages/docs/sorting-parsing.md rename to pages/docs/acsos-parsing.md diff --git a/pages/docs/sorting.md b/pages/docs/acsos.md similarity index 100% rename from pages/docs/sorting.md rename to pages/docs/acsos.md diff --git a/pages/docs/index.md b/pages/docs/index.md index 2909f7d..3f65158 100644 --- a/pages/docs/index.md +++ b/pages/docs/index.md @@ -17,9 +17,9 @@ is parsed. ## Use cases - Very simple [Load-Unload grammar](load.md) taken from the original paper [^1] to show a minimal proof-of-concept. -- A [robotic use case](sorting.md) sorting dynamically appearing objects into boxes by colour. +- A [robotic use case](acsos.md) sorting dynamically appearing objects into boxes by colour ([ACSOS demo]()https://2022.acsos.org/details/acsos-2022-posters-and-demos/2/Specifying-Reactive-Robotic-Applications-With-Reference-Attribute-Motion-Grammars).  - +- A similar robotic use case, but with another input "teaching" where to put the objects and different time ## Bibliogaphy [^1]: Dantam, N., Stilman, M., 2013. The Motion Grammar: Analysis of a Linguistic Method for Robot Control. IEEE Trans. Robot. 29, 704–718. https://doi.org/10.1109/TRO.2013.2239553 -- GitLab