add collision and inverse dynamics unit tests to cmake, .travis.yml and appveyor.yml
(more unit tests will follow, once this setup works)
This commit is contained in:
@@ -349,7 +349,7 @@ TEST(InvDynKinematicsDifferentiation, errorOrder) {
|
||||
const idScalar expected_angular_acceleration_error_1 =
|
||||
max_angular_acceleration_error[0] * pow(kDeltaTs[1] / kDeltaTs[0], 2);
|
||||
|
||||
printf("linear vel error: %e %e %e\n", max_linear_velocity_error[1],
|
||||
/* printf("linear vel error: %e %e %e\n", max_linear_velocity_error[1],
|
||||
expected_linear_velocity_error_1,
|
||||
max_linear_velocity_error[1] - expected_linear_velocity_error_1);
|
||||
printf("angular vel error: %e %e %e\n", max_angular_velocity_error[1],
|
||||
@@ -361,6 +361,7 @@ TEST(InvDynKinematicsDifferentiation, errorOrder) {
|
||||
printf("angular acc error: %e %e %e\n", max_angular_acceleration_error[1],
|
||||
expected_angular_acceleration_error_1,
|
||||
max_angular_acceleration_error[1] - expected_angular_acceleration_error_1);
|
||||
*/
|
||||
}
|
||||
|
||||
int main(int argc, char** argv) {
|
||||
|
||||
Reference in New Issue
Block a user