Skip to content

Commit

Permalink
Update website
Browse files Browse the repository at this point in the history
  • Loading branch information
costashatz committed Feb 2, 2024
1 parent 7c0a9df commit 4dbdd7f
Show file tree
Hide file tree
Showing 5 changed files with 298 additions and 298 deletions.
2 changes: 1 addition & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -887,7 +887,7 @@
}
</style>
<h1 id="robotdart">RobotDART<a class="headerlink" href="#robotdart" title="Permanent link">&para;</a></h1>
<p>RobotDART is a <strong>C++11 robot simulator</strong> (with optional Python bindings) built on top of the <a href="http://dartsim.github.io/">DART</a> physics engine. The RobotDART simulator is <strong>intended to be used by <em>Robotics and Machine Learning researchers</em></strong> who want to write controllers or test learning algorithms <strong>without the delays and overhead</strong> that usually comes with other simulators (e.g., <a href="http://gazebosim.org/">Gazebo</a>, <a href="https://www.coppeliarobotics.com">Coppelia-sim</a>).</p>
<p>RobotDART is a <strong>C++ robot simulator</strong> (with optional Python bindings) built on top of the <a href="http://dartsim.github.io/">DART</a> physics engine. The RobotDART simulator is <strong>intended to be used by <em>Robotics and Machine Learning researchers</em></strong> who want to write controllers or test learning algorithms <strong>without the delays and overhead</strong> that usually comes with other simulators (e.g., <a href="http://gazebosim.org/">Gazebo</a>, <a href="https://www.coppeliarobotics.com">Coppelia-sim</a>).</p>
<p>For this reason, <strong>the simulator runs headless by default</strong>, and there is the possibility of <em>rendering the scene (e.g., through a camera sensor) without opening a graphics window</em>. All RobotDART's code is <strong>thread-safe</strong> (including <em>graphics and camera sensors</em>), and thus enables its users to <strong>use their code in parallel jobs in multicore computers</strong>.</p>
<p><img alt="Talos humanoid robot" src="images/talos.png" style="display: block;margin-left: auto;margin-right: auto;width:70%" /></p>
<p>In a few words, RobotDART combines:</p>
Expand Down
2 changes: 1 addition & 1 deletion docs/search/search_index.json

Large diffs are not rendered by default.

Loading

0 comments on commit 4dbdd7f

Please sign in to comment.