#include <boost/function.hpp>
#include <hrpModel/World.h>
#include <hrpModel/Body.h>
#include <hrpModel/ConstraintForceSolver.h>
#include <hrpModel/ColdetLinkPair.h>
#include "hrpsys/util/Project.h"
#include "hrpsys/util/OpenRTMUtil.h"
Go to the source code of this file.
Typedefs | |
typedef boost::function2 < hrp::BodyPtr, const std::string &, const ModelItem & > | BodyFactory |
Functions | |
void | initRTS (Project &prj, std::vector< ClockReceiver > &receivers) |
void | initWorld (Project &prj, BodyFactory &factory, hrp::World< hrp::ConstraintForceSolver > &world, std::vector< hrp::ColdetLinkPairPtr > &pairs) |
typedef boost::function2<hrp::BodyPtr, const std::string&, const ModelItem&> BodyFactory |
Definition at line 9 of file ProjectUtil.h.
void initRTS | ( | Project & | prj, |
std::vector< ClockReceiver > & | receivers | ||
) |
Definition at line 187 of file ProjectUtil.cpp.
void initWorld | ( | Project & | prj, |
BodyFactory & | factory, | ||
hrp::World< hrp::ConstraintForceSolver > & | world, | ||
std::vector< hrp::ColdetLinkPairPtr > & | pairs | ||
) |
Definition at line 9 of file ProjectUtil.cpp.