Skip to content

Commit

Permalink
Fix linting issues
Browse files Browse the repository at this point in the history
Signed-off-by: Alexey Merzlyakov <[email protected]>
  • Loading branch information
AlexeyMerzlyakov committed Feb 22, 2024
1 parent 2b3bf84 commit 2bf3fb7
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ class Polygon : public Shape
* @param node Vector Object server node pointer
* @note setParams()/obtainParams() should be called after to configure the shape
*/
Polygon(const nav2_util::LifecycleNode::WeakPtr & node);
explicit Polygon(const nav2_util::LifecycleNode::WeakPtr & node);

/**
* @brief Supporting routine obtaining ROS-parameters for the given vector object.
Expand Down Expand Up @@ -283,7 +283,7 @@ class Circle : public Shape
* @param node Vector Object server node pointer
* @note setParams()/obtainParams() should be called after to configure the shape
*/
Circle(const nav2_util::LifecycleNode::WeakPtr & node);
explicit Circle(const nav2_util::LifecycleNode::WeakPtr & node);

/**
* @brief Supporting routine obtaining ROS-parameters for the given vector object.
Expand Down

0 comments on commit 2bf3fb7

Please sign in to comment.