Skip to content

Commit

Permalink
disable simbody imu test
Browse files Browse the repository at this point in the history
Signed-off-by: Mabel Zhang <mabel@openrobotics.org>
  • Loading branch information
mabelzhang committed Jul 14, 2020
1 parent 37eeec9 commit 02269c0
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions test/integration/imu.cc
Original file line number Diff line number Diff line change
Expand Up @@ -851,6 +851,13 @@ TEST_P(ImuTest, EmptyWorldBias)
void ImuTest::Stationary_EmptyWorld_StrictRate(
const std::string &_physicsEngine)
{
// static models not fully working in simbody yet
if (_physicsEngine == "simbody")
{
gzerr << "Aborting test for Simbody, see issue #860.\n";
return;
}

LoadArgs(" --lockstep -u -e " + _physicsEngine +
" worlds/imu_strict_rate_test.world");

Expand Down

0 comments on commit 02269c0

Please sign in to comment.