-
Notifications
You must be signed in to change notification settings - Fork 0
/
mr-1.html
542 lines (515 loc) · 29.1 KB
/
mr-1.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
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
<!DOCTYPE html>
<html lang="zh-CN">
<head>
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="巨匠机器人是业内领先的产品制造商和系统集成商,经营范围从移动机器人到多轴机械臂以及非标项目定制服务 。">
<meta name="keywords" content="巨匠机器人,ROS机器人,深圳巨匠机器人,人工智能,SLAM导航,机器学习,边缘计算,冷色调的夏天">
<meta charset="utf-8">
<title>巨匠机器人: 让做机器人变得简单!</title>
<link rel="shortcut icon" href="static/images/favicon.ico">
<link rel="bookmark" href="static/images/favicon.ico">
<link rel="stylesheet" type="text/css" href="static/css/merged-9fc0b0e12fb1f1f64b50c67a7fe11615-min.css" media="all">
<link rel="stylesheet" type="text/css" href="static/css/layout-default.css" media="all">
<link rel="stylesheet" type="text/css" href="static/css/slick.css" media="all">
<link rel="stylesheet" type="text/css" href="static/css/productconfigurator.css" media="all">
<link rel="stylesheet" type="text/css" href="static/css/merged-8f5790dcd0b4a57a051d054dc8d5f5cc-min.css" media="all">
<link rel="stylesheet" type="text/css" href="static/css/product.css" media="all">
<link rel="stylesheet" type="text/css" href="static/dist/css/lightbox.min.css">
<!--响应式框架-->
<link rel="stylesheet" type="text/css" href="static/css/bootstrap-grid.min.css" />
<!--CSS RESET-->
<!--图标库-->
<link rel="stylesheet" href="https://www.jq22.com/jquery/font-awesome.4.7.0.css">
<!--核心样式-->
<link rel="stylesheet" type="text/css" href="static/css/lstyle.css">
<style>
.example-image img {
margin-bottom: 20px;
cursor: pointer;
/*光标放在图片上的形状(一只手)*/
}
.example-image:hover img {
/*伪类 :hover 鼠标滑过之后给img 添加动画名称,1s表示所有效果在1s以内完成*/
animation: run 1s;
}
/*创建动画*/
@keyframes run {
/*创建动画帧关键字 动画名称 run*/
0% {
transform: scale(0.8);
}
25% {
transform: scale(1.2);
}
50% {
transform: scale(1);
}
70% {
transform: scale(1.1);
}
100% {
transform: scale(1);
}
}
</style>
<!-- 头部js加载开始 -->
<script src="static/js/merged-fe0d10ae492542baa39791caf147e1d4-min.js" type="text/javascript"></script>
<script src="static/js/merged-a28fff5381f31f749fd1776d14dc6b9b-min.js" type="text/javascript"></script>
<script src="static/js/slick.js" type="text/javascript"></script>
<script src="static/js/gallerySlider.js" type="text/javascript"></script>
<script src="static/js/productconfigurator.js" type="text/javascript"></script>
<script type="application/javascript" src="static/js/main.js" id="hPhSnUJah"></script>
<script type="application/javascript" src="static/js/uc-block.bundle.js"></script>
<link rel="shortcut icon" href="static/images/favicon.ico">
<link rel="bookmark" href="static/images/favicon.ico">
<!-- Google Tag Manager -->
<script type="text/plain" data-usercentrics="Google Tag Manager">
(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start': new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0], j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src= 'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
})(window,document,'script','dataLayer','GTM-P5XVBM2');
</script>
<!-- End Google Tag Manager -->
<meta name="robots" content="follow,index">
<script>
function gaOptout() {
var disableStr = 'ga-disable-UA-34414288-2';
document.cookie = disableStr + '=true; expires=Thu, 31 Dec 2099 23:59:59 UTC; path=/';
window[disableStr] = true;
}
</script>
<!-- Google Analytics -->
<script type="text/plain" data-usercentrics="Google Analytics">
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) })(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-34414288-2', 'auto'); ga('send', 'pageview'); </script>
<!-- <script type="text/javascript">
window.onload = function() {
var odiv = document.getElementById('div1');
var oul = odiv.getElementsByTagName('ul')[0];
var ali = oul.getElementsByTagName('li');
var spa = -2;
oul.innerHTML = oul.innerHTML + oul.innerHTML;
oul.style.width = ali[0].offsetWidth * ali.length + 'px';
function move() {
if (oul.offsetLeft < -oul.offsetWidth / 2) {
oul.style.left = '0';
}
if (oul.offsetLeft > 0) {
oul.style.left = -oul.offsetWidth / 2 + 'px'
}
oul.style.left = oul.offsetLeft + spa + 'px';
}
var timer = setInterval(move, 30)
odiv.onmousemove = function() {
clearInterval(timer);
}
odiv.onmouseout = function() {
timer = setInterval(move, 30)
};
}
</script> -->
<script src="./static/js/info.js"></script>
<!-- 头部js加载结束 -->
</head>
<body>
<div id="page--container">
<div id="page">
<!-- 导航开始 -->
<div id="navigation"></div>
<script>
$("#navigation").load("header.html");
</script>
<!-- 导航结束 -->
<!-- 面包屑开始 -->
<div class="menu-breadcrumb">
<div class="container">
<div class="row">
<div class="col">
<ul class="menu-breadcrumb breadcrumbs">
<li>
当前位置</li>
<li>
<a href="mobile-robots.html">
科研教学</a>
</li>
<li>
<a href="other-robots.html">
其他</a>
</li>
<li>
<a href="mr-1.html">
旋风</a>
</li>
</ul>
</div>
</div>
</div>
</div>
<!-- 面包屑结束 -->
<!-- 正文开始 -->
<div id="page--content">
<div class="page--header container-fluid bg-white">
<div class="container">
<div class="row">
<div class="col-12 col-md-7">
<h1>
产品概述</h1>
<div class="page--header-text">
<p>
旋风(Cyclone)是<a target="_blank">JUJON </a>潜心研制的一款扩展性强,稳定可靠的科研教学用移动平台,采用两驱动力加万向轮结构,运动灵活、操控方便,有着优异的地面适应性。
</p>
<p>
客户可以根据需要加装<a target="_blank">激光雷达、机械臂、各类传感器</a>,非常方便进行二次开发。</p>
</div>
</div>
<div class="col-12 col-md-5">
<img src="static/picture/mobile-robot/mobile-robot-a.png" width="500" height="500" alt="">
</div>
</div>
</div>
</div>
<main class="content-host">
<div id="c261" class="frame frame-default frame-type-gridelements_pi1 frame-layout-0">
<a id="c634">
</a>
<div class="ce-grid" data-grid-type="Container_100">
<div class="content-host">
<div class="content-box" style="background-color: #dcdcdc">
<div class="container">
<div id="c262" class="frame frame-default frame-type-textmedia frame-layout-0 frame-space-before-extra-small frame-space-after-extra-small">
<a id="c632">
</a>
<div class="text-media row">
<div class="col-12 col-md-4 order-first">
</div>
<div class="col-12 pb-3 pb-md-0 ">
<div class="ce-bodytext">
<header>
<h2 class="ce-headline ce-headline-design-11">
技术特点</h2>
</header>
<ul>
<li>
<strong>体型轻巧:</strong>重量轻、耗电小、便于搬运移动<br>
</li>
<li>
<strong>地面适应性强:</strong>采用动力轮中置的安装方式,整机平衡性好,通过性强
<br>
</li>
<li>
<strong>高载重:</strong>载重上限最大可达 50KG,满足各种商用服务机器人需求和科研搭载需求<br>
</li>
<li>
<strong>快速上手:</strong>提供丰富详尽的技术文档和应用案例,3小时即可上手<br>
</li>
<strong style="font-size: 20px;">......</strong>
</ul>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="container">
<div id="c1266" class="frame frame-default frame-type-header frame-layout-0">
<a id="c1273">
</a>
<header>
<h2 class="ce-headline ce-headline-design-11">
性能参数</h2>
</header>
</div>
</div>
<div class="container">
<div id="c264" class="frame frame-default frame-type-gridelements_pi1 frame-layout-0">
<a id="c638">
</a>
<div class="ce-grid" data-grid-type="Container_50-50">
<div class="row">
<div class="col-12 col-md-6">
<div id="c265" class="frame frame-default frame-type-textmedia frame-layout-0">
<a id="c637">
</a>
<div class="text-media row">
<div class="col-12 col-md-4 order-first">
</div>
<div class="col-12 pb-3 pb-md-0 ">
<div class="ce-bodytext">
<p>
<strong>
额定载重</strong>
<br> 30KG
</p>
<p>
<strong>
最大爬坡</strong>
<br> 2°
</p>
<p>
<strong>
最快速度</strong>
<br> 0.8m/s
</p>
<p>
<strong>
续航时间</strong>
<br> 满负荷工作4h
</p>
<p>
<strong>
电源接口</strong>
<br> 12V
</p>
</div>
</div>
</div>
</div>
</div>
<div class="col-12 col-md-6">
<div id="c266" class="frame frame-default frame-type-textmedia frame-layout-0">
<a id="c636">
</a>
<div class="text-media row">
<div class="col-12 col-md-4 order-first">
</div>
<div class="col-12 pb-3 pb-md-0 ">
<div class="ce-bodytext">
<p>
<strong>
电机类型</strong>
<br> 直流有刷电机
</p>
<p>
<strong>
标称功率</strong>
<br> 5mm
</p>
<p>
<strong>
越障高度</strong>
<br> 30W
</p>
<p>
<strong>
自动回充</strong>
<br> 不支持
</p>
<p>
</p>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="container">
<hr />
<div id="c263" class="frame frame-default frame-type-textmedia frame-layout-0">
<a id="c635">
</a>
<header>
<h2 class="ce-headline ce-headline-design-11">
几何尺寸</h2>
</header>
<div class="text-media row">
<div class="col-12">
<div class="row">
<div class="col-12 order-first">
<div class="ce-gallery" data-ce-columns="1" data-ce-images="1">
<div class="row justify-content-start">
<div class="col-auto">
<figure class="image">
<!-- <a href="static/picture/mobile-robot/mr-100-dimensional-drawing.png" target="_blank" class="lightbox tet" rel="alternate">
<img class="image-embed-item" src="static/picture/mobile-robot/mr-100-dimensional-drawing.png" width="600" height="226" alt="">
</a> -->
<a class="example-image-link" href="static/picture/mobile-robot/mr-100-dimensional-drawing.png" data-lightbox="example-2" data-title="旋风-几何尺寸图">
<img class="example-image" id="ii" src="static/picture/mobile-robot/mr-100-dimensional-drawing.png" width="700" height="226" alt="image-1" />
</a>
</figure>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="container">
<hr />
</div>
<div class="container">
<div id="c1280" class="frame frame-default frame-type-header frame-layout-0">
<a id="c1293">
</a>
<header>
<h2 class="ce-headline ce-headline-design-11">
视频&图片 </h2>
</header>
</div>
</div>
<div class="container">
<div id="c281" class="frame frame-default frame-type-textmedia frame-layout-0">
<a id="c642">
</a>
<div class="text-media row">
<div class="col-12 pb-3">
<div class="ce-bodytext">
</div>
</div>
<div class="col-12">
<div class="row">
<div class="col-12 order-first">
<div class="ce-gallery" data-ce-columns="1" data-ce-images="1">
<div class="row justify-content-start">
<div class="col-auto">
<figure class="video">
<div class="video-embed">
<video width="100%" height="100%" controls>
<source src="static/video/xf.mp4" type="video/mp4">
</video>
</div>
</figure>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- <div class="container">
<div id="c282" class="frame frame-ruler-after frame-type-textmedia frame-layout-0">
<a id="c643">
</a>
<div class="text-media row">
<div class="col-12">
<div class="row">
<div class="col-12 order-first">
<div class="ce-gallery" data-ce-columns="3" data-ce-images="3">
<div class="row">
<div class="col">
<div class="gallery-slider">
<div class="gallery-column">
<figure class="image">
<a href="./static/picture/mobile-robot/mobile-robot-a-1.jpg" target="_blank" class="lightbox tet" rel="alternate">
<img class="image-embed-item" src="./static/picture/mobile-robot/mobile-robot-a-1.jpg" width="350" height="300" alt="">
</a>
</figure>
</div>
<div class="gallery-column">
<figure class="image">
<a href="./static/picture/mobile-robot/mobile-robot-a-2.jpg" target="_blank" class="lightbox tet" rel="alternate">
<img class="image-embed-item" src="./static/picture/mobile-robot/mobile-robot-a-2.jpg" width="350" height="300" alt="">
</a>
</figure>
</div>
<div class="gallery-column">
<figure class="image">
<a href="./static/picture/mobile-robot/mobile-robot-a-3.jpg" target="_blank" class="lightbox tet" rel="alternate">
<img class="image-embed-item" src="./static/picture/mobile-robot/mobile-robot-a-3.jpg" width="350" height="300" alt="">
</a>
</figure>
</div>
</div>
</div>
</div>
</div>
<script>
jQuery(document).ready(function () { initGallerySlider(3); }) </script>
</div>
</div>
</div>
</div>
</div>
</div> -->
<!-- <div id="div1">
<ul>
<li>
<a href="./static/picture/mobile-robot/mobile-robot-a-1.png" target="_blank" class="lightbox tet" rel="alternate">
<div class="im"><img src="./static/picture/mobile-robot/mobile-robot-a-1.png" />
</div>
</a>
</li>
<li>
<a href="./static/picture/mobile-robot/mobile-robot-a-2.png" target="_blank" class="lightbox tet" rel="alternate">
<div class="im"><img src="./static/picture/mobile-robot/mobile-robot-a-2.png" />
</div>
</a>
</li>
<li>
<a href="./static/picture/mobile-robot/mobile-robot-a-3.png" target="_blank" class="lightbox tet" rel="alternate">
<div class="im"><img src="./static/picture/mobile-robot/mobile-robot-a-3.png" />
</div>
</a>
</li>
</ul>
</div> -->
<div class="demo">
<div class="container">
<!-- <a class="example-image-link" href="static/picture/ravelle-dimensional-drawing.png" data-lightbox="example-2" data-title="路威-几何尺寸图">
<img class="example-image" src="static/picture/ravelle-dimensional-drawing.png" width="700" height="226" alt="image-1" />
</a> -->
<div class="row">
<div class="col-md-4 col-sm-6">
<div class="box">
<img src="static/pic/xf1.png">
<div class="box-content">
<h3 class="title">旋风</h3>
<span class="post">整装待发的旋风</span>
</div>
<ul class="icon">
<li><a class="example-image-link" href="static/pic/xf1.png" data-lightbox="example-2" data-title="整装待发的旋风"><i class="fa fa-search"></i></a></li>
<li><a href="#"><i class="fa fa-shopping-cart"></i></a></li>
</ul>
</div>
</div>
<div class="col-md-4 col-sm-6">
<div class="box">
<img src="static/pic/xf2.png">
<div class="box-content">
<h3 class="title">旋风</h3>
<span class="post">整装待发的旋风</span>
</div>
<ul class="icon">
<li><a class="example-image-link" href="static/pic/xf2.png" data-lightbox="example-2" data-title="整装待发的旋风"><i class="fa fa-search"></i></a></li>
<li><a href="#"><i class="fa fa-shopping-cart"></i></a></li>
</ul>
</div>
</div>
<div class="col-md-4 col-sm-6">
<div class="box">
<img src="static/pic/xf3.png">
<div class="box-content">
<h3 class="title">旋风</h3>
<span class="post">整装待发的旋风</span>
</div>
<ul class="icon">
<li><a class="example-image-link" href="static/pic/xf3.png" data-lightbox="example-2" data-title="整装待发的旋风"><i class="fa fa-search"></i></a></li>
<li><a href="#"><i class="fa fa-shopping-cart"></i></a></li>
</ul>
</div>
</div>
</div>
</div>
</div>
</main>
</div>
<!-- 正文结束 -->
<!-- 底部开始 -->
<div id="bottomer"></div>
<script>
$("#bottomer").load("footer.html");
</script>
<script src="static/dist/js/lightbox-plus-jquery.min.js"></script>
<!-- 底部结束 -->
</div>
</div>
</body>
</html>