Skip to content

Commit

Permalink
Fix linting issues
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexeyMerzlyakov committed Jan 26, 2024
1 parent ad10fb8 commit e537366
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 e537366

Please sign in to comment.