fix screen width/height issue on Intel/Linux

add command-line option to set png_skip_frames when taking screenshot series
This commit is contained in:
Erwin Coumans (Google)
2016-07-26 15:36:21 -07:00
parent 8270096fad
commit 98c6181ba8
4 changed files with 29 additions and 22 deletions

View File

@@ -84,7 +84,7 @@ void Reset(Tree &tree, Jacobian* m_ikJacobian)
// Update target positions
void UpdateTargets( double T2, Tree & treeY) {
double T = T2 / 20.;
double T = T2 / 5.;
target1[0].Set(0.6*b3Sin(0), 0.6*b3Cos(0), 0.5+0.4*b3Sin(3 * T));
}