Skip to content

Commit

Permalink
fix wind_effects integration failure
Browse files Browse the repository at this point in the history
Signed-off-by: Ashton Larkin <[email protected]>
  • Loading branch information
adlarkin committed Mar 26, 2021
1 parent 2571923 commit 4f44bfc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion test/integration/wind_effects.cc
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,7 @@ TEST_F(WindEffectsTest , TopicsAndServices)
this->server->Run(true, 10, false);

// As specified in SDF
math::Vector3d windVelSeed{1.0, 0.0, 1.0};
math::Vector3d windVelSeed{10.0, 0.0, 10.0};

transport::Node node;
std::size_t timeout{5000};
Expand Down
2 changes: 1 addition & 1 deletion test/worlds/wind_effects.sdf
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
</plugin>

<wind>
<linear_velocity>1 0 1</linear_velocity>
<linear_velocity>10 0 10</linear_velocity>
</wind>

<model name="wind_test1">
Expand Down

0 comments on commit 4f44bfc

Please sign in to comment.