From fb5ac37369f69764d48f8481025d9eca956b4888 Mon Sep 17 00:00:00 2001 From: Sanic Date: Wed, 30 Oct 2024 12:42:48 +0100 Subject: [PATCH 1/2] further material for perception in chapter 2 --- content/page/fallschool/Chapter2/index.md | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/content/page/fallschool/Chapter2/index.md b/content/page/fallschool/Chapter2/index.md index 8f59a0e..33da23d 100644 --- a/content/page/fallschool/Chapter2/index.md +++ b/content/page/fallschool/Chapter2/index.md @@ -55,7 +55,7 @@ For Hands-On Exercise 1-3, please use the following Virtual Lab first: {{}} -For Hands-On Exercise 4, please use this Virtual Lab: +For Hands-On Exercise 4, please use this Virtual Lab:
RoboKudo Getting Started Lab @@ -66,16 +66,20 @@ By the end of the session, you'll have a clearer understanding of basic motion p ## Further Reading/Exercises - For those interested in deepening their knowledge, links to computer vision tutorials and object detection exercises will be provided. +- RoboKudo is built upon behavior trees. If you want to read more about the general concept of behavior trees, there is an excellent, comprehensive book on [arxiv](arxiv.org) which can be seen [here](https://arxiv.org/abs/1709.00084). +- For sensor data processing, Robokudo makes heavy use of [OpenCV](https://www.opencv.org) and [Open3D](https://www.open3d.org). - **Challenge**: Experiment with different sensor configurations to improve the accuracy of the object detection process. -Example Videos +Related Videos --- - +RoboKudo Overview:
- +
+ +
From c6bee1d966beaa4c0b76bbd18b4103bf85cf272a Mon Sep 17 00:00:00 2001 From: Sanic Date: Wed, 30 Oct 2024 12:45:14 +0100 Subject: [PATCH 2/2] removed placeholder sentence --- content/page/fallschool/Chapter2/index.md | 1 - 1 file changed, 1 deletion(-) diff --git a/content/page/fallschool/Chapter2/index.md b/content/page/fallschool/Chapter2/index.md index 33da23d..899c291 100644 --- a/content/page/fallschool/Chapter2/index.md +++ b/content/page/fallschool/Chapter2/index.md @@ -65,7 +65,6 @@ By the end of the session, you'll have a clearer understanding of basic motion p ## For Entering the next Chapter click here: Chapter 3! ## Further Reading/Exercises -- For those interested in deepening their knowledge, links to computer vision tutorials and object detection exercises will be provided. - RoboKudo is built upon behavior trees. If you want to read more about the general concept of behavior trees, there is an excellent, comprehensive book on [arxiv](arxiv.org) which can be seen [here](https://arxiv.org/abs/1709.00084). - For sensor data processing, Robokudo makes heavy use of [OpenCV](https://www.opencv.org) and [Open3D](https://www.open3d.org). - **Challenge**: Experiment with different sensor configurations to improve the accuracy of the object detection process.