forked from micro-ROS/micro-ROS.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
76 lines (73 loc) · 3.75 KB
/
index.html
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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
---
layout: default
---
<!-- no nice background image for now -->
<!--div class="header-container jumbotron">
<div class="container">
<h1>micro-ROS</h1>
<p>puts ROS 2 onto microcontrollers.</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">micro-ROS</h2>
<p class="lead">puts ROS 2 onto microcontrollers.</p>
</div>
<div class="col-md-6 text-center">
<img src="img/microROS-big-logo.png" alt="micro-ROS" 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" ROS 2 is that micro-ROS 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 ROS 2 stack! Well, with a few cool improvements
for taking advantage of microcontroller specific things, but largely the same.
</p>
<p>
<iframe width="356" height="200" src="https://www.youtube.com/embed/slMhPRnBVwM" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
</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="/docs/tutorials/">tutorials</a> section. The basic ones
can even be done without a microcontroller. For more background and details, see the
<a href="/docs/concepts/">concepts section</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">Get Involved</h3>
<p>Source code can be found at
<a href="https://github.com/micro-ROS/">https://github.com/micro-ROS/</a> and
we answer both tickets and pull requests as usual.
If you have questions on concepts and development, you're very welcome
to post to <a href="https://discourse.ros.org/c/embedded">the embedded category on ROS Discourse</a>.
For usage questions, head over to <a href="http://answers.ros.org/">ROS Answers</a>
and please tag your question with <a href="https://answers.ros.org/questions/scope:all/sort:activity-desc/tags:embedded/">embedded</a>.
</p>
<div id="CommunityInviter"></div>
<script>
window.CommunityInviterAsyncInit = function () {
CommunityInviter.init({
app_url:'micro-ros',
team_id:'micro-ros'
})
};
(function(d, s, id){
var js, fjs = d.getElementsByTagName(s)[0];
if (d.getElementById(id)) {return;}
js = d.createElement(s); js.id = id;
js.src = "https://communityinviter.com/js/communityinviter.js";
fjs.parentNode.insertBefore(js, fjs);
}(document, 'script', 'Community_Inviter'));
</script>
</div>
</div>
</div>