Skip to content

Commit

Permalink
Merge branch 'gz-sim7' of https://github.com/gazebosim/gz-sim into jo…
Browse files Browse the repository at this point in the history
…int_controller_tutorial
  • Loading branch information
yaswanth1701 committed Dec 31, 2023
2 parents 141e4de + 4eb9484 commit ee2a164
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/worlds/tunnel.sdf
Original file line number Diff line number Diff line change
Expand Up @@ -1165,7 +1165,7 @@
<outer_angle>1.1</outer_angle>
<falloff>1</falloff>
</spot>
<direction>0 -1 0</direction>
<direction>0 0 -1</direction>
<cast_shadows>1</cast_shadows>
</light>
<sensor name="camera" type="camera">
Expand Down
2 changes: 1 addition & 1 deletion src/systems/lift_drag/LiftDrag.cc
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ class gz::sim::systems::LiftDragPrivate
/// \brief Coefficient of Moment / alpha slope.
/// Moment = C_M * q * S
/// where q (dynamic pressure) = 0.5 * rho * v^2
public: double cma = 0.01;
public: double cma = 0.0;

/// \brief angle of attach when airfoil stalls
public: double alphaStall = GZ_PI_2;
Expand Down

0 comments on commit ee2a164

Please sign in to comment.