[go: up one dir, main page]

File: control

package info (click to toggle)
stage 2.0.3-2
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 2,676 kB
  • ctags: 1,725
  • sloc: ansic: 10,192; sh: 8,357; cpp: 3,676; makefile: 199
file content (64 lines) | stat: -rw-r--r-- 2,273 bytes parent folder | download
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
Source: stage
Priority: extra
Maintainer: Michael Janssen <jamuraa@debian.org>
Build-Depends: debhelper (>= 5), autotools-dev, libplayercore2-dev, libplayerc2-dev, libgtk2.0-dev, libltdl3-dev, libjpeg62-dev
Standards-Version: 3.7.2
Section: libs

Package: stage
Priority: extra
Section: science
Architecture: any
Depends: libstage2, libstageplugin1, robot-player
Description: Robot simulation for Player
 Player/Stage is a framework for controlling, 
 accessing and simulating robots and sensors.
 Stage provides the simulation of robots.
 .
 This package includes the sample world files and
 configurations for the simulator.

Package: libstage2-dev
Provides: libstage-dev
Conflicts: libstage-dev
Section: libdevel
Architecture: any
Depends: libstage2 (= ${binary:Version}), libgtk2.0-dev
Description: Robot simulation library - development files
 Player/Stage is a framework for controlling, 
 accessing and simulating robots and sensors.  This
 library provides the simulation component, simulating
 a variety of devices existing in a world and
 interacting.  It is used with libstageplugin to
 simulate a whole system and interact with it in the
 same way you would interact with real harware.
 It can also be used alone to run simulations.
 .
 This package includes the development files needed
 for the simulator.

Package: libstage2
Section: libs
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: Robot simulation library
 Player/Stage is a framework for controlling, 
 accessing and simulating robots and sensors.  This
 library provides the simulation component, simulating
 a variety of devices existing in a world and
 interacting.  It is used with libstageplugin to
 simulate a whole system and interact with it in the
 same way you would interact with real harware.
 It can also be used alone to run simulations.

Package: libstageplugin1
Section: libs
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: Simulation plugin for Player
 Player/Stage is a framework for controlling, 
 accessing and simulating robots and sensors.  This
 library connects the simluation provided by libstage
 to the Player interfaces used by the robot client
 programs, providing data similar to the way real
 devices would provide.