33 #ifndef CONTROL_TOOLBOX__SINE_SWEEP_HPP_
34 #define CONTROL_TOOLBOX__SINE_SWEEP_HPP_
36 #include <rclcpp/duration.hpp>
71 double update(rclcpp::Duration dt);
81 bool init(
double start_freq,
double end_freq,
double duration,
double amplitude);
85 rclcpp::Duration duration_;
86 double start_angular_freq_;
87 double end_angular_freq_;