forked from cyberbotics/webots
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathwebots.metainfo.xml
More file actions
58 lines (58 loc) · 2.62 KB
/
webots.metainfo.xml
File metadata and controls
58 lines (58 loc) · 2.62 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
<?xml version="1.0" encoding="UTF-8"?>
<!-- Copyright 2025 Cyberbotics Ltd. -->
<!--
This metainfo file provides metadata about Webots for Flatpak distribution.
It follows the AppStream specification and is required for publishing Webots
on Flathub.
See: https://docs.flathub.org/docs/for-app-authors/metainfo-guidelines
See: https://github.com/flathub/com.cyberbotics.webots
-->
<component type="desktop-application">
<id>com.cyberbotics.webots</id>
<name>Webots</name>
<project_license>Apache-2.0</project_license>
<developer id="com.cyberbotics">
<name>Cyberbotics Ltd.</name>
</developer>
<summary>Webots Robot Simulator</summary>
<description>
<p>
Webots provides a complete development environment to model, program, and simulate robots, vehicles, and mechanical systems. It is a beginner friendly software that is meant to introduce newcomers to the world of robotics.
</p>
<p>
Webots was originally designed at EPFL in 1996 as a research tool for mobile robotics. In 1998, it began being developed and commercialized by Cyberbotics. In December 2018, Webots was open sourced. Since then, Cyberbotics continues to develop Webots thanks to paid customer support, training, and consulting for industry and academic research projects.
</p>
</description>
<metadata_license>CC0-1.0</metadata_license>
<launchable type="desktop-id">com.cyberbotics.webots.desktop</launchable>
<url type="homepage">https://cyberbotics.com</url>
<url type="help">https://github.com/cyberbotics/webots/discussions</url>
<url type="bugtracker">https://github.com/cyberbotics/webots/issues</url>
<url type="contribute">https://github.com/cyberbotics/webots/blob/master/CONTRIBUTING.md</url>
<url type="donation">https://github.com/sponsors/cyberbotics</url>
<screenshots>
<screenshot type="default">
<caption>Main window</caption>
<image>https://raw.githubusercontent.com/cyberbotics/webots/master/docs/guide/images/main_window.png</image>
</screenshot>
</screenshots>
<categories>
<category>Education</category>
<category>Robotics</category>
</categories>
<content_rating type="oars-1.1">
<content_attribute id="social-info">moderate</content_attribute>
</content_rating>
<releases>
<release version="R2025a" date="2025-02-04">
<url>https://cyberbotics.com/doc/reference/changelog-r2025</url>
</release>
</releases>
<keywords>
<keyword>robot simulator</keyword>
<keyword>robot development</keyword>
<keyword>robotics education</keyword>
<keyword>open source robotics</keyword>
<keyword>simulation software</keyword>
</keywords>
</component>