MCPcopy Create free account
hub / github.com/dartsim/dart / changeWheelSpeed

Method changeWheelSpeed

tutorials/tutorial_biped/main.cpp:119–123  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

117 }
118
119 void changeWheelSpeed(double increment)
120 {
121 mSpeed += increment;
122 std::cout << "wheel speed = " << mSpeed << std::endl;
123 }
124
125protected:
126 /// The biped Skeleton that we will be controlling

Callers 1

keyboardMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected