forked from micro-ROS/micro-ROS.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
52 lines (49 loc) · 2.49 KB
/
index.html
File metadata and controls
52 lines (49 loc) · 2.49 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
---
layout: default
---
<!-- no nice background image for now -->
<!--div class="header-container jumbotron">
<div class="container">
<h1>microROS</h1>
<p><a href="https://cordis.europa.eu/project/rcn/213167_en.html">microROS</a>
puts ROS2 onto microcontrollers, making them first class participants of the ROS 2 environment.</p>
<p><a class="btn btn-primary btn-lg" href="{{ "/docs/home/" | prepend: site.baseurl }}" role="button">Learn more</a></p>
</div>
</div-->
<div class="container">
<div class="row">
<div class="col-md-6">
<h2 class="header-light regular-pad">microROS</h2>
<p class="lead"><a href="https://cordis.europa.eu/project/rcn/213167_en.html">microROS</a>
puts ROS2 onto small microcontrollers.</p>
</div>
<div class="col-md-6 text-center">
<img src="img/microROS-big-logo.png" alt="microROS" class="img-responsive">
</div>
</div>
<hr>
<div class="row">
<div class="col-sm-4">
<h1 class="text-center"><i class="fa fa-pencil" aria-hidden="true"></i></h1>
<h3 class="text-center">Main ideas</h3>
<p>The major changes compared to "regular" ROS2 is that microROS uses a
Real-Time Operating System (RTOS) instead of Linux, and DDS for eXtremely
Resource Constrained Environments (DDS-XRCE) instead of classical DDS.
Above that, we run the ROS2 stack! Well, with a few cool improvements
for taking advantage of micro-controller specific things, but largely the same.
</p>
</div>
<div class="col-sm-4">
<h1 class="text-center"><i class="fa fa-cogs" aria-hidden="true"></i></h1>
<h3 class="text-center">Getting Started</h3>
<p>To get you started quickly, header over to the <a href="tutorials">tutorial</a> section. The basic ones
can even be done without a micro-controller. For more background and details, see the
<a href="docs/">documentation</a>.</p>
</div>
<div class="col-sm-4">
<h1 class="text-center"><i class="fa fa-code-fork" aria-hidden="true"></i></h1>
<h3 class="text-center">Show Cases</h3>
<p>To get an idea of what people are doing with microROS, we are collecting <a href="showcases">show-cases</a>. If you have a microROS show-cases that you'd like to see added, please contact us!</p>
</div>
</div>
</div>