ProjectUtil.h
Go to the documentation of this file.
1 #include <boost/function.hpp>
2 #include <hrpModel/World.h>
3 #include <hrpModel/Body.h>
6 #include "hrpsys/util/Project.h"
7 #include "hrpsys/util/OpenRTMUtil.h"
8 
9 typedef boost::function2<hrp::BodyPtr, const std::string&, const ModelItem&> BodyFactory;
10 
11 void initWorld(Project& prj, BodyFactory &factory,
13  std::vector<hrp::ColdetLinkPairPtr>& pairs);
14 
15 void initRTS(Project &prj, std::vector<ClockReceiver>& receivers);
16 
17 
void initWorld(Project &prj, BodyFactory &factory, hrp::World< hrp::ConstraintForceSolver > &world, std::vector< hrp::ColdetLinkPairPtr > &pairs)
Definition: ProjectUtil.cpp:9
void initRTS(Project &prj, std::vector< ClockReceiver > &receivers)
boost::function2< hrp::BodyPtr, const std::string &, const ModelItem & > BodyFactory
Definition: ProjectUtil.h:9


hrpsys
Author(s): AIST, Fumio Kanehiro
autogenerated on Thu May 6 2021 02:41:50