Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "Papyrus/customizations/robotics"

(Getting started)
m
(37 intermediate revisions by 6 users not shown)
Line 1: Line 1:
The Papyrus for Robotics customizations supports the creations of models that are compliant with the [https://www.robmosys.eu RobMoSys] approach.
+
__NOTOC__
  
= Getting started =
+
= Documentation =
  
Papyrus for Robotics comes with installed examples to get you started. To run the example, just click ''New->Example'' and accept the default propositions in the wizard. The examples are called ''Robotic examples'' in the category ''Papyrus example''
+
== Introduction ==
  
{{ :Papyrus:customizations:robotics:diy-runexample.gif?direct&1024 | Run the simple example that comes along with Papyrus for Robotics}}
+
* [[Papyrus/customizations/robotics/installation|Installation]] - Installation instructions
 +
* [[Papyrus/customizations/robotics/getstarted|Getting started]] - Introduction to the concept of ecosystem tiers and the approach for the composition of software components.
 +
* [[Papyrus/customizations/robotics/modular|Modular and role based design]] - General Concepts (supported diagrams depending on the modeling viewpoint)
  
= Supported diagrams =
+
== User Guidance ==
  
== Component definition diagram ==
+
* [[Papyrus/customizations/robotics/workflow|General Workflow]]
 +
* [[Papyrus/customizations/robotics/robmosys|RobMoSys compliance]]
 +
* [[Papyrus/customizations/robotics/servicedef|Service Definition]] - How to create a service definition
 +
* [[Papyrus/customizations/robotics/compdef|Component Definition]] - How to create a component definition
 +
* [[Papyrus/customizations/robotics/systemdes|System Design]] - How to design a system
 +
* [[Papyrus/customizations/robotics/bt|Task Modelling]] - Use or define new skill definitions to describe robotics tasks as behavior trees
  
== Service definition ==
+
* [[Papyrus/customizations/robotics/hara|Task-based HARA]] - Learn how to perform hazard analysis and risk assessment (HARA) of robotic behaviors.
 +
<!-- * [[Papyrus/customizations/robotics/fta|Fault tree analysis]] - tbd. -->
 +
* [[Papyrus/customizations/robotics/eitus|Fault Injection]] - Specification of fault injections
 +
* [[Papyrus/customizations/robotics/safecc|Contracts and Assertions]] - How to specify assertions and constraints
  
== Datatype definition diagram ==
+
* [[Papyrus/customizations/robotics/ros2|Code generation (for ROS 2)]]
 +
* [[Papyrus/customizations/robotics/reverse|Reverse Engineering (from ROS 2)]]
 +
* Simulation
  
== System assembly ==
+
== Application Examples ==
 +
 
 +
* [[Papyrus/customizations/robotics/demos/pick-and-place|Pick-and-Place use-case from RobMoSys project]] - The description of the pick and place task and its execution with the behavior tree in simulation using ISybot robot
 +
* [[Papyrus/customizations/robotics/demos/drone|Drone use-case from C4D project]] - Simulated reactive drone navigation and landing using behavior trees
 +
 
 +
== Developer Guidance ==
 +
 
 +
* [[Papyrus/customizations/robotics/release|Release Roadmap]]
 +
* Development Conventions, see Papyrus [[Papyrus/Code_Standards|coding standards]]
 +
* [[Papyrus/customizations/robotics/quality|Quality Assurance]]
 +
* [[Papyrus/customizations/robotics/devinstall|Installation of the Development Environment]]
 +
* [[Papyrus/customizations/robotics/build|Build process]]
 +
 
 +
== Other Documentation ==
 +
 
 +
* Publications
 +
* [[Papyrus/customizations/robotics/faq|FAQ]]
 +
* Community -- RobMoSys wiki, [https://www.eclipse.org/forums/index.php/f/121/ Papyrus forum] (please prefix a subject with [Robotics] or [Robotics, ROS2])
 +
* Bug reporting: use the Eclipse bugzilla to report it. In the following link, the product (Papyrus) and the the component (Robotics) are already selected [https://bugs.eclipse.org/bugs/enter_bug.cgi?product=Papyrus&component=Robotics File a Papyrus for Robotics bug]. Use the same naming convention as for the forum, i.e. prefix with [Robotics] or [Robotics, ROS2] and check out whether the bug is eventually already existing (the browser proposes possible existing bugs as you type your bug title]. Please make also sure that the steps to reproduce the bug are clearly described, eventually add your model.

Revision as of 05:26, 1 March 2023


Documentation

Introduction

User Guidance

Application Examples

Developer Guidance

Other Documentation

  • Publications
  • FAQ
  • Community -- RobMoSys wiki, Papyrus forum (please prefix a subject with [Robotics] or [Robotics, ROS2])
  • Bug reporting: use the Eclipse bugzilla to report it. In the following link, the product (Papyrus) and the the component (Robotics) are already selected File a Papyrus for Robotics bug. Use the same naming convention as for the forum, i.e. prefix with [Robotics] or [Robotics, ROS2] and check out whether the bug is eventually already existing (the browser proposes possible existing bugs as you type your bug title]. Please make also sure that the steps to reproduce the bug are clearly described, eventually add your model.

Back to the top