#include <stdlib.h>
#include <signal.h>
#include <iostream>
#include <sys/stat.h>
#include <sys/time.h>
#include <unistd.h>
#include <selforg/configurable.h>
#include <selforg/abstractcontroller.h>
#include "simulation.h"
#include <osg/ShapeDrawable>
#include <osg/ArgumentParser>
#include <osg/BlendFunc>
#include <osg/AlphaFunc>
#include <osgDB/ReaderWriter>
#include <osgDB/FileUtils>
#include "odeagent.h"
#include "primitive.h"
#include "grabframe.h"
#include "abstractobstacle.h"
#include "cameramanipulator.h"
#include "cameramanipulatorTV.h"
#include "cameramanipulatorFollow.h"
#include "cameramanipulatorRace.h"
Include dependency graph for simulation.cpp:
Go to the source code of this file.
Namespaces | |
namespace | lpzrobots |
Functions | |
int | lpzrobots::contains (char **list, int len, const char *str) |
returns the index+1 if the list contains the given string or 0 if not | |
void | lpzrobots::showParams (const ConfigList &configs) |
shows all parameters of all given configurable objects | |
void | lpzrobots::changeParams (ConfigList &configs) |
offers the possibility to change parameter of all configurable objects | |
void | lpzrobots::createNewDir (const char *base, char *newdir) |
creates a new directory with the stem base, which is not yet there (using subsequent numbers) |