Project

General

Profile

Wiki » History » Version 3

Matthieu Herrb, 2018-09-10 12:03

1 1 Matthieu Herrb
h1. GDHE
2
3
Gdhe is a tool for 3D visualization of robotics applications.
4
5
It is totally programmable using the Tcl/Tk scripting language. It uses the OpenGL library to display the 3D primitives.
6
7
GDHE allows to build a 3D representation of the geometrical model of an environment and make it change with time. In order to achieve this, GDHE acts as a server that receives requests from a set of client processes. These requests describe the evolution of the model. Clients can be either modules that control a real system and that send data about the state of this system or simulation processes producing a simulated state of a virtual system.
8
9
GDHE was first written at CNRS/LAAS for robotics applications in the European Research Project Martha. It was developped on Silicon Graphics machines using IRIX GL. It is now maintained by Matthieu Herrb and made available under a BSD-style license. 
10
11 2 Matthieu Herrb
!robots.png!
12
13 1 Matthieu Herrb
h2. Requirements
14
15
 * GNU make 
16
 * mkdep
17
 * libjpeg
18
 * libXpm
19
 * OpenGL and GLU, 
20
 * "Tcl and Tk":http://tcl.tk/ >= 8.6. 
21
22
h2. Download
23
24
 * "gdhe-3.8.5.tar.gz":http://distfiles.openrobots.org/gdhe/gdhe-3.8.6.tar.gz
25
26
h2. Browse Source
27
28 3 Matthieu Herrb
 * "repository":https://git.openrobots.org/projects/gdhe/repository
29 1 Matthieu Herrb
30
h2. Documentation 
31
32
 * "gdhe_eng.pdf":http://distfiles.openrobots.org/gdhe/gdhe_eng.pdf
33
34
h2. Mailing list
35
36
Discussions about GDHE take place on the "openrobots":https://sympa.laas.fr/sympa/info/openrobots mailing list.
37
38
h2. Related tools
39
40
The "SUG3D toolbox":http://www.scilab.org/contrib/index_contrib.php?page=displayContribution&fileID=289 provdes a simple interface to "Scilab":http://www.scilab.org/.