Skip to content

Commit

Permalink
Fix winddirection sdf tag
Browse files Browse the repository at this point in the history
  • Loading branch information
Jaeyoung-Lim authored and LorenzMeier committed Apr 25, 2020
1 parent f5c3b31 commit 51bd931
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion models/plane/plane.sdf
Original file line number Diff line number Diff line change
Expand Up @@ -475,7 +475,7 @@
<linkName>base_link</linkName>
<robotNamespace/>
<xyzOffset>1 0 0</xyzOffset>
<windDirection>0 1 0</windDirection>
<windDirectionMean>0 1 0</windDirectionMean>
<windVelocityMean>0.7</windVelocityMean>
<windGustDirection>0 0 0</windGustDirection>
<windGustDuration>0</windGustDuration>
Expand Down
2 changes: 1 addition & 1 deletion models/rotors_description/urdf/component_snippets.xacro
Original file line number Diff line number Diff line change
Expand Up @@ -587,7 +587,7 @@
<linkName>base_link</linkName>
<robotNamespace>${namespace}</robotNamespace>
<xyzOffset>${xyz_offset}</xyzOffset> <!-- [m] [m] [m] -->
<windDirection>${wind_direction}</windDirection>
<windDirectionMean>${wind_direction}</windDirectionMean>
<windVelocityMean>${wind_force_mean}</windVelocityMean> <!-- [N] -->
<windGustDirection>${wind_gust_direction}</windGustDirection>
<windGustDuration>${wind_gust_duration}</windGustDuration> <!-- [s] -->
Expand Down

0 comments on commit 51bd931

Please sign in to comment.