Skip to content

Commit

Permalink
added rubber_feet usage to Amos II template simulation
Browse files Browse the repository at this point in the history
  • Loading branch information
nachstedt committed Apr 25, 2012
1 parent 9955da4 commit c612cae
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ode_robots/simulations/template_amosii/main.cpp
Expand Up @@ -77,6 +77,7 @@ class ThisSim : public lpzrobots::Simulation {

// Add amosII robot
lpzrobots::AmosIIConf myAmosIIConf = lpzrobots::AmosII::getDefaultConf();
myAmosIIConf.rubberFeet = true;
lpzrobots::OdeHandle rodeHandle = odeHandle;
rodeHandle.substance = lpzrobots::Substance(3.0, 0.0, 50.0, 0.8);
amos = new lpzrobots::AmosII(
Expand Down

0 comments on commit c612cae

Please sign in to comment.