| Homepage | Demos | Overview | Downloads | Tutorials | Reference | Credits |
#include <Config.h>
Definition at line 102 of file Config.h.
Public Member Functions | |
| std::string | makePath (std::string name) |
| returns an absolute path if is relative (to root), otherwise just name | |
| motion_config () | |
| constructor | |
Public Attributes | |
| std::string | root |
| path on memory stick to "motion" files - for instance, position (.pos) and motion sequence (.mot) | |
| char | estop_on_snd [50] |
| sound file to use when e-stop turned on | |
| char | estop_off_snd [50] |
| sound file to use when e-stop turned off | |
| float | max_head_tilt_speed |
| max speed for the head joints, used by HeadPointerMC; rad/s | |
| float | max_head_pan_speed |
| max speed for the head joints, used by HeadPointerMC; rad/s | |
| float | max_head_roll_speed |
| max speed for the head joints, used by HeadPointerMC; rad/s | |
|
|
constructor
Definition at line 116 of file Config.h. References estop_off_snd, estop_on_snd, max_head_pan_speed, max_head_roll_speed, max_head_tilt_speed, and root. |
|
|
returns an absolute path if is relative (to root), otherwise just name
Definition at line 111 of file Config.h. References root. |
|
|
sound file to use when e-stop turned off
|
|
|
sound file to use when e-stop turned on
|
|
|
max speed for the head joints, used by HeadPointerMC; rad/s
|
|
|
max speed for the head joints, used by HeadPointerMC; rad/s
|
|
|
max speed for the head joints, used by HeadPointerMC; rad/s
|
|
|
path on memory stick to "motion" files - for instance, position (.pos) and motion sequence (.mot)
|
|
Tekkotsu v1.5 |
Generated Fri Oct 10 15:55:19 2003 by Doxygen 1.3.4 |