Skip to content

Commit

Permalink
Fix formatting of isSetPointSetAtLeastOnce variable in JointTrackingT…
Browse files Browse the repository at this point in the history
…ask header
  • Loading branch information
GiulioRomualdi committed Feb 26, 2025
1 parent ed31e9b commit e48257e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/IK/include/BipedalLocomotion/IK/JointTrackingTask.h
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ class JointTrackingTask : public IKLinearTask
std::shared_ptr<iDynTree::KinDynComputations> m_kinDyn; /**< Pointer to a KinDynComputations
object */

bool m_isSetPointSetAtLeastOnce{false}; /**< True if the set point has been set at least once. */
bool m_isSetPointSetAtLeastOnce{false}; /**< True if the set point has been set at least once. */
public:
/**
* Initialize the task.
Expand Down

0 comments on commit e48257e

Please sign in to comment.