-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
53 lines (45 loc) · 1.99 KB
/
Copy pathindex.html
File metadata and controls
53 lines (45 loc) · 1.99 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
53
---
layout: default
---
<div class="header-container jumbotron">
<div class="container">
<h1>The CoreRC Project</h1>
<p>Opinionated Robotics Middleware
providing the Backbone for Future Robots.</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">What is CoreRC?</h2>
<blockquote>
<p>CoreRC is a proposed Rust-based Robotics Middleware, built with security and interoperability in mind.
CoreRC will do its best to be real-time friendly, with out-of-the-box support for deeply-embedded systems.</p>
</blockquote>
</div>
<div class="col-md-6 text-center">
<img src="img/CoreRC.png" alt="" 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">Easy to Use</h3>
<p>Thanks to the awesome cross-platform support of the Rust programming language, CoreRC is just a few clicks away.
</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">Modular System</h3>
<p>CoreRC is highly modular, with Cap'n Proto as the zero-cost data bridge. Say goodbye to schema incompatibility as
Cap'n Proto messages are inherently incremental.</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">Open Source</h3>
<p>CoreRC is open-source with MIT/Apache 2.0. Feel free to open an issue if you found lurking bugs :)</p>
</div>
</div>
</div>