Skip to content

Commit

Permalink
rgbd_renderer_test: Disable opening windows
Browse files Browse the repository at this point in the history
  • Loading branch information
kunimatsu-tri committed Dec 12, 2017
1 parent e55007a commit 9e6786f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion systems/sensors/test/rgbd_renderer_test.cc
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ const int kHeight = 480;
const double kZNear = 0.5;
const double kZFar = 5.;
const double kFovY = M_PI_4;
const bool kShowWindow = true;
const bool kShowWindow = false;

// The following tolerance is used due to a precision difference between Ubuntu
// Linux and Mac OSX.
Expand Down

0 comments on commit 9e6786f

Please sign in to comment.