Skip to content

Commit

Permalink
Update rclcpp/include/rclcpp/rate.hpp
Browse files Browse the repository at this point in the history
Co-authored-by: Chris Lalancette <clalancette@gmail.com>
  • Loading branch information
AlexeyMerzlyakov and clalancette authored Aug 29, 2023
1 parent 261d844 commit 55b772b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rclcpp/include/rclcpp/rate.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ class RCLCPP_PUBLIC WallRate : public Rate
explicit WallRate(const Duration & period);
};

class ROSRate : public Rate
class RCLCPP_PUBLIC ROSRate : public Rate
{
public:
explicit ROSRate(const double rate);
Expand Down

0 comments on commit 55b772b

Please sign in to comment.