blob: b1c2000ae66a1b73ea7187696389350c6149447a [file] [log] [blame]
:<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="Papyrus for Robotics">
<link rel="shortcut icon" href="img/favicon.ico">
<title>Papyrus for Robotics</title>
<!-- Bootstrap Core CSS -->
<link href="../../dist/css/bootstrap.min.css" rel="stylesheet" type="text/css">
<!-- Custom CSS -->
<link href="../../custom.css" rel="stylesheet" type="text/css">
<!-- Papyrus for robotics specific CSS (including video embedding) -->
<link href="robotics.css" rel="stylesheet" type="text/css">
<!-- Core JavaScript Files -->
<script src="../../js/jquery-1.11.3.min.js"></script>
<script src="../../dist/js/bootstrap.min.js"></script>
<script src="../../js/jquery.easing.min.js"></script>
<!-- Custom Theme JavaScript -->
<script src="../../js/scrolling-nav.js"></script>
<script>
$(function () {
$("#footer").load("../../footer.html");
});
</script>
</head>
<body id="page-top" data-spy="scroll" data-target=".navbar-fixed-top">
<nav class="navbar navbar-default navbar-fixed-top navbar-custom">
<div class="container">
<div class="navbar-header page-scroll">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-ex1-collapse">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand navbar-brand-custom" href="../../"><img class="img-responsive" src="../../img/papyrus-logo.png" alt="Papyrus"></a>
</div>
<div class="collapse navbar-collapse navbar-ex1-collapse">
<ul class="nav navbar-nav navbar-right">
<li class="hidden active">
<a href="#page-top"></a>
</li>
<li class="page-scroll">
<a href="#page-top">Papyrus for Robotics</a>
</li>
<li class="page-scroll">
<a href="https://wiki.eclipse.org/Papyrus/customizations/robotics">Documentation</a>
</li>
<li class="page-scroll">
<a href="https://robmosys.eu/wiki/community:start">Community</a>
</li>
</ul>
</div>
</div>
</nav>
<section class="p4r-section">
<div class="container">
<div class="row">
<div class="col-md-7">
<img src="img/papyrus-robotics-hash-new.png" width="200" alt="Papyrus for Robotics logo"><br>
<h2>
Development environment
</h2>
</div>
<div class="col-md-4">
<h2>Download RCP</h2>
<a href="https://hudson.eclipse.org/papyrus/job/papyrus-robotics-2019-12/lastSuccessfulBuild/artifact/releng/org.eclipse.papyrus.robotics.product/target/products/org.eclipse.papyrus.robotics.product-win32.win32.x86_64.zip">
<img src="img/windows-logo.png" height=40 alt="for Windows"></a>
|
<a href="https://hudson.eclipse.org/papyrus/job/papyrus-robotics-2019-12/lastSuccessfulBuild/artifact/releng/org.eclipse.papyrus.robotics.product/target/products/org.eclipse.papyrus.robotics.product-linux.gtk.x86_64.tar.gz">
<img src="img/other-linux-logo.png" height=40 alt="for Linux"></a>
|
<a href="https://hudson.eclipse.org/papyrus/job/papyrus-robotics-2019-12/lastSuccessfulBuild/artifact/releng/org.eclipse.papyrus.robotics.product/target/products/org.eclipse.papyrus.robotics.product-macosx.cocoa.x86_64.tar.gz">
<img src="img/OS-X-logo.png" height=40 alt="for MacOS"></a>
<br>
<h2>
<a href="https://hudson.eclipse.org/papyrus/job/papyrus-robotics-2019-12/lastSuccessfulBuild/artifact/releng/org.eclipse.papyrus.robotics.p2/target/repository/">Update-site</a>
</h2>
</div>
</div>
<div>
</section>
<section id="video" class="video-section">
<div class="container">
<div class="row">
<div class="videoWrapper">
<iframe src="https://www.youtube.com/embed/fNbgmT0NQYc"
frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen>
</iframe>
</div>
</div>
</div>
</section>
<section id="approach" class="p4r-section">
<div class="container">
<div class="row">
<h3>
<p class="text-justify">
Papyrus for Robotics is graphical editing tool for robotic applications that complies with the <a href="https://www.robmosys.org/">RobMoSys</a> approach.
It manages complexity of robotics development by supporting <b>composition-oriented</b> engineering of robotics systems and separating the task into multiple tiers executed by different roles.
</h3>
</div>
<div class="row">
&nbsp;
</div>
<div class="row">
<div class="col-md-4">
<img class="img-responsive center-block" src="img/robmosys-100x100.png" alt="RobMoSys logo">
<h2>RobMoSys Compliant</h2>
<p class="text-justify"><b>Composable</b> model-driven approach that is compliant with the
<a href="http://www.robmosys.eu">RobMoSys</a> standard modeling language and methodology.
</p>
</div>
<div class="col-md-4">
<img class="img-responsive center-block" src="../../img/standard-modeling.png" alt="checkmark badge">
<h2>Safety Oriented</h2>
<p class="text-justify">Enable safety analysis: trace failure propagation on system and component level, explore fault-trees and execute risk assessment.</p>
</div>
<div class="col-md-4">
<img class="img-responsive center-block" src="../../img/exploitable.png" alt="gears">
<h2>Seamless Integration</h2>
<p class="text-justify">Integrated with robotic platforms (e.g. ROS, Orocos) through flexible code generators and simulation tools such as Gazebo.</p>
</div>
</div>
</div>
</section>
<div id="footer"></div>
</body>
</html>