-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
105 lines (99 loc) · 5.34 KB
/
index.html
File metadata and controls
105 lines (99 loc) · 5.34 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
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<link rel="icon" href="favicon.png" type="image/png">
<link rel="stylesheet" href="styles.css" >
<title>FRANKA ROBOTICS | Support</title>
</head>
<body>
<header>
<nav>
<h1>FRANKA ROBOTICS | Support</h1>
<a class="logo" href="/"><img src="logo.svg" alt="Franka Robotics Logo" width = "210"/></a>
<ul class="navigation">
<li><a href="https://www.franka.de/" title="Home">Home</a></li>
</ul>
</nav>
</header>
<section>
<h2>Support information</h2>
<p>This page contains material related to the Franka Emika Robot.</p>
<p>
If you have problems updating or other technical difficulties using the Franka Emika Robot, do not hesitate to contact <a href="mailto:support@franka.de">support@franka.de</a> or start a discussion in
the <a href="https://www.franka-community.de">Franka Community</a>.
</p>
</section>
<section id="FrankaWorld">
<h2>Franka World</h2>
<p>Franka World is an online platform that interconnects customers, partners as well as software and hardware developers, whose activity revolves around Franka Robotics’ products and services. If you do not yet have a Franka World account, <a href="https://franka.world/">signup here</a></p>
<p>All System Updates and Software Licenses are delivered through Franka World. The System Update information below is only needed, if your Robot is not yet updated to version 4.0 or newer.</p>
<p>Information on the Franka Control Interface (FCI), franka_ros, App development and much more is collected on the <a href="https://franka.world/resources">Franka World Hub Resources Page</a>.
</section>
<section id="FCI">
<h2>Franka Control Interface (FCI)</h2>
<p>The Franka Control Interface (FCI) allows a fast and direct low-level bidirectional connection to the Arm and Hand. It provides the current status of the robot and enables its direct control with a 1kHz real-time loop.</p>
<div class="hint">
<p class="title">Important</p>
<p>You can find all information regarding the FCI on <a href="https://franka.world/resources">Franka World now (see above)</a>!</p>
</div>
</section>
<section id="SystemUpdate">
<a id="system-updates"></a>
<h2>System updates</h2>
<div class="hint">
<p class="title">Important</p>
<p>Please note the End of Life announcement of the Franka Emika Robot in the <a href="https://download.franka.de/End-of-Life-Franka-Emika-Robot.pdf">original German version</a> or the <a href="https://download.franka.de/End-of-Life-Franka-Emika-Robot_EN.pdf">translated English version</a>.</p>
</div>
<h4 id="installation-hints">Installation Hints</h4>
<div class="hint">
<p class="title">Important</p>
<p>Please be aware that your Apps will also be updated to the newest version. Depending on your current system + App version, this may add additional parameters and may require reteaching or configuring of new parameters.</p>
<p>From now on, all robot software – Apps and Features – will be delivered through Franka World, in your inventory. From there, you will be able to pick on which registered robot the software should be installed. Not keeping your operating system up to date can result in serious issues, affecting your robot system’s performance, usability, connectivity, safety and security.</p>
</div>
<ul class="updates">
<li>
<div>
<span class="version">Version 4.1+</span>
<span class="small">2021-01-26</span>
<a class="download button" href="https://franka.world/">Go to Franka World</a>
</div>
</li>
<li>
<div>
<span class="version">Version 4.0.4</span>
<span class="small">2022-03-21</span>
<a class="download button" href="https://download.franka.de/upgrade-4.0.4.img">Download</a>
<br/>
<span class="checksum small">sha256 upgrade-4.0.4.img: 3c4533fb27d3266fa95d573208d6a59a248c0757048f8861165365cceddb0591</span>
</div>
</li>
<li>
<div>
<span class="version">Version 2.1.4</span>
<span class="small">2019-03-11</span>
<a class="download button" href="https://s3.eu-central-1.amazonaws.com/franka-updates/update-2.1.4.img">Download</a>
<br/>
<span class="checksum small">sha256 update-2.1.4.img: 4743957b326cbba91f6aa38d718dfe6aebf68f13fefd28c511555888d6af4016</span>
</div>
</li>
<li>
<div>
<span class="version">Version 1.3.2</span>
<span class="small">2018-06-27</span>
<a class="download button" href="https://s3.eu-central-1.amazonaws.com/franka-updates/update-1.3.2.img">Download</a>
<br/>
<span class="checksum small">sha256 update-1.3.2.img: 81719df163c728efa068af9fd78ba231a10d9893d15ab28d7c9df85ff8b28899</span>
</div>
</li>
</ul>
</section>
<footer>
<span>
© 2022 Franka Robotics GmbH |
<a href="https://www.franka.de/imprint/" title="Imprint">Imprint</a>
</span>
</footer>
</body>
</html>