Skip to content

Commit

Permalink
updated formatting as per comment
Browse files Browse the repository at this point in the history
Signed-off-by: frederik <[email protected]>
  • Loading branch information
frede791 committed Oct 3, 2023
1 parent 0491e4e commit 8388f9a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/systems/lift_drag/LiftDrag.cc
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ void LiftDragPrivate::Load(const EntityComponentManager &_ecm,
this->area = _sdf->Get<double>("area", this->area).first;
this->alpha0 = _sdf->Get<double>("a0", this->alpha0).first;
this->cp = _sdf->Get<math::Vector3d>("cp", this->cp).first;
this->cm_delta = _sdf->Get<double>("cm_delta",this->cm_delta).first;
this->cm_delta = _sdf->Get<double>("cm_delta", this->cm_delta).first;

// blade forward (-drag) direction in link frame
this->forward =
Expand Down
2 changes: 1 addition & 1 deletion src/systems/lift_drag/LiftDrag.hh
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ namespace systems
/// \brief The LiftDrag system computes lift and drag forces enabling
/// simulation of aerodynamic robots.
///
/// ##System Parameters
/// ## System Parameters
///
/// - `<link_name>`: Name of the link affected by the group of lift/drag
/// properties. This can be a scoped name to reference links in
Expand Down

0 comments on commit 8388f9a

Please sign in to comment.