forked from dfki-ric/phobos
-
Notifications
You must be signed in to change notification settings - Fork 1
/
manifest.xml
37 lines (33 loc) · 1.42 KB
/
manifest.xml
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
<package>
<description brief="Phobos is a Blender Add-On for modeling robots">
Phobos is an add-on for the open-source 3D modeling software [Blender](http://www.blender.org)
that enables the creation and modification of WYSIWYG robot models for use in robot
frameworks like ROS and ROCK or in real-time simulations such as MARS or Gazebo.
Phobos allows to export completed models in formats such as URDF or SMURF and meshes
as STereoLithography (.stl), Wavefront (.obj) or Collada (.dae).
</description>
<author>Kai/[email protected], Simon/[email protected]</author>
<maintainer>Kai/[email protected]</maintainer>
<license>LPGL 3</license>
<url>https://robotik.dfki-bremen.de/en/research/softwaretools/phobos.html</url>
<logo>https://github.com/rock-simulation/phobos/wiki/img/phobos_logo_small.png</logo>
<depend package="blender"/>
<depend package="pyyaml"/>
<keywords>
<keyword>Simulation</keyword>
<keyword>Representation</keyword>
<keyword>Mechanics</keyword>
</keywords>
<stage>0</stage>
<use>single project</use>
<activity>active</activity>
<classifiers>
<classifier>gui</classifier>
<classifier>python</classifier>
<classifier>blender</classifier>
<classifier>add-on</classifier>
<classifier>windows</classifier>
<classifier>ubuntu</classifier>
<classifier>macos</classifier>
</classifiers>
</package>