Skip to content

Commit

Permalink
Lower impulses of DynamicsTest.testImpulseBasedDynamics (#1230)
Browse files Browse the repository at this point in the history
This is a try to fix #1211 by decreasing the input impulses.

***

**Before merging a pull request**

- [x] Set version target by selecting a milestone on the right side
  • Loading branch information
jslee02 authored Jan 18, 2019
1 parent 4115232 commit 46c7e24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion unittests/comprehensive/test_Dynamics.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2046,7 +2046,7 @@ void DynamicsTest::testImpulseBasedDynamics(const common::Uri& uri)
std::size_t nRandomItr = 100;
#endif

double TOLERANCE = 1e-3;
double TOLERANCE = 1e-1;

// Lower and upper bound of configuration for system
double lb = -1.5 * constantsd::pi();
Expand Down

0 comments on commit 46c7e24

Please sign in to comment.