Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
documentation:vision:aruco_marker_detection [2023/01/23 20:39] – Correct name, added some formatting and added information how to compute the quaternion with help of libraries. marcusn | documentation:vision:aruco_marker_detection [2023/01/30 08:29] (current) – marcusn | ||
---|---|---|---|
Line 43: | Line 43: | ||
==== Detection with SkiROS ==== | ==== Detection with SkiROS ==== | ||
+ | To detect //aruco// makers with a skill and implement a skill in [[https:// | ||
+ | |||
+ | There are a couple of steps to create a skill in **SkiROS**. | ||
+ | - [[https:// | ||
+ | - Create a // | ||
+ | - addParam needed for the skill | ||
+ | - Create a // | ||
+ | - Handle the different situation like, [onPreempt, onInit, onStart, execute]. | ||
+ | - Create a // | ||
+ | - [[https:// | ||
+ | - Add skill to simulation in e.g. [[https:// | ||
+ | - Add skill code to into one of the skill repositories: | ||
+ | - [[https:// | ||
+ | - [[https:// | ||
+ | - Add possible new ontologies to the [[https:// | ||
+ | |||