-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathvelocity.html
34 lines (32 loc) · 1.7 KB
/
velocity.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
---
layout: default
title: Velocity
permalink: /velocity/
---
<div class="home">
<img src="{{ site.url }}//assets/images/velocity_header.png">
<br><br>
<h2>Velocity is a state-of-the-art mobile robot platform. It features a powerful Intel-based
PC, reliable long-range laser scanner, and highly efficient hub motors.</h2>
Velocity supports the Robot Operating System (ROS) and Gazebo Simulator. Preliminary support for
ROS2 is available. Our driver packages are entirely open sourced, and licensed
under a permissive BSD license.
<br><br>
Velocity comes in two configurations: Velocity and Velocity+. Our Velocity+ model
sports a longer-range laser and additional computing power, enabling operation
at higher speeds and in larger environments. The Velocity base model is designed
as a lower-cost option, primarily intended for classroom use.
<br><br>
<center>
<!--<div style="display: grid; grid-template-columns: 370px 370px; justify-content: center; width=100%">-->
<div class="specifications">
<div class="spec_box"><img src="{{ site.url }}//assets/images/velocity_top.png" width=350px style="padding:0 10px 0 10px"></div>
<div class="spec_box"><img src="{{ site.url }}//assets/images/velocity_spec1.png"></div>
<div class="spec_box"><img src="{{ site.url }}//assets/images/velocity_spec2.png"></div>
<div class="spec_box"><img src="{{ site.url }}//assets/images/velocity_side.png" width=350px style="padding:0 10px 0 10px"></div>
<div class="spec_box"><img src="{{ site.url }}//assets/images/velocity_back.png" width=350px style="padding:0 10px 0 10px"></div>
<div class="spec_box"><img src="{{ site.url }}//assets/images/velocity_spec3.png"></div>
</div>
All specifications are subject to change without notice.
</center>
</div>