Skip to content

Commit

Permalink
scenario execution
Browse files Browse the repository at this point in the history
  • Loading branch information
fmirus committed Aug 5, 2024
1 parent 7a150df commit 7db6774
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions _includes/projects.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,21 @@
<h3>Projects</h3>
<div class="panel panel-default">
<div class="panel-body">
<h5>
<i class="fa fa-github"></i>&nbsp;&nbsp;<strong><a href="https://github.com/IntelLabs/scenario_execution">Scenario Execution for Robotics</a></strong>
<p>
I am a contributor and co-developper of Scenario Execution for Robotics, a backend- and middleware-agnostic library, that enables the robotics community to perform reproducible experiments at scale and allows a seamless transition from simulation to real-world experiments.
Scenario Execution is written in Python and builds upon the generic scenario description language <a href="https://www.asam.net/static_downloads/public/asam-openscenario/2.0.0/welcome.html">OpenScenario2</a> and <a href="https://py-trees.readthedocs.io/en/devel/" target="_blank">pytrees</a>.

Scenario Execution reads a scenario definition from a file, translates it to a py-trees behavior tree and then executes it.
This separation of the scenario definition from the implementation massively reduces the manual efforts of (robotics) scenario creation.
Although Scenario Execution can be used as a pure Python library, it is mainly targeted to be used with the <a href="https://www.ros.org/" target="_blank">Robot Operating System (ROS2)</a>.
The backend-agnostic implementation allows Scenario Execution to be used with both, robotics simulators such as <a href="https://gazebosim.org/" target="_blank">Gazebo</a> and physical robots, with minimal adaptations necessary in the scenario description file.
<div style="text-align:center">
<a class="Scneario execution" href="{{ site.baseurl }}assets/images/scenario.gif" data-lightbox="Scneario execution" data-title="Scenario execution"><img class="se-small" src="{{ site.baseurl }}assets/images/scenario.gif" style="width:15%;height:15%;" alt=""/></a>
</div>
</p>
</h5>
<h5>
<i class="fa fa-github"></i>&nbsp;&nbsp;<strong><a href="https://github.com/fmirus/spa_capacity_analysis">Capacity analysis of distributed representations based on Vector Symbolic Architectures (VSAs)</a></strong>
<p>
Expand Down
Binary file added assets/images/scenario.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 7db6774

Please sign in to comment.