Skip to content

Commit

Permalink
[minor] Set default torso pitch to zero
Browse files Browse the repository at this point in the history
  • Loading branch information
stephane-caron committed Oct 11, 2019
1 parent 911e208 commit f09d8af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/lipm_walking/Controller.h
Original file line number Diff line number Diff line change
Expand Up @@ -339,7 +339,7 @@ namespace lipm_walking
Stabilizer stabilizer_;
bool leftFootRatioJumped_ = false;
double ctlTime_ = 0.;
double defaultTorsoPitch_ = 0.1; // [rad]
double defaultTorsoPitch_ = 0.; // [rad]
double doubleSupportDurationOverride_ = -1.; // [s]
double leftFootRatio_ = 0.5;
double maxCoMHeight_ = 2.;
Expand Down

0 comments on commit f09d8af

Please sign in to comment.