File tree Expand file tree Collapse file tree 2 files changed +11
-0
lines changed
include/dynamic-graph/tutorial Expand file tree Collapse file tree 2 files changed +11
-0
lines changed Original file line number Diff line number Diff line change @@ -35,6 +35,11 @@ namespace dynamicgraph {
3535 return CLASS_NAME;
3636 }
3737
38+ // / Header documentation of the python class
39+ virtual std::string getDocString () const {
40+ return
41+ " Feedback controller aimed at maintaining the pendulum vertical\n " ;
42+ }
3843 /* *
3944 \name Parameters
4045 @{
Original file line number Diff line number Diff line change @@ -95,6 +95,12 @@ namespace dynamicgraph {
9595 return CLASS_NAME;
9696 }
9797
98+ // / Header documentation of the python class
99+ virtual std::string getDocString () const {
100+ return
101+ " Classical inverted pendulum dynamic model\n " ;
102+ }
103+
98104 // / Integrate equation of motion over time step given as input
99105 void incr (double inTimeStep);
100106
You can’t perform that action at this time.
0 commit comments