model_generator.h
Go to the documentation of this file.
1 #ifndef _MODEL_GENERATOR_H
2 #define _MODEL_GENERATOR_H
3 
4 #include "rdl_dynamics/Model.h"
5 
6 namespace RobotDynamics
7 {
8  class Model;
9 }
10 
11 void generate_planar_tree(RobotDynamics::ModelPtr model, int depth);
12 
13 /* _MODEL_GENERATOR_H */
14 #endif
std::shared_ptr< Model > ModelPtr
void generate_planar_tree(RobotDynamics::ModelPtr model, int depth)


rdl_benchmark
Author(s):
autogenerated on Tue Apr 20 2021 02:25:39