29#ifndef CONTROL_TOOLBOX__SINE_SWEEP_HPP_
30#define CONTROL_TOOLBOX__SINE_SWEEP_HPP_
32#include <rclcpp/duration.hpp>
67 double update(rclcpp::Duration dt);
77 bool init(
double start_freq,
double end_freq,
double duration,
double amplitude);
81 rclcpp::Duration duration_;
82 double start_angular_freq_;
83 double end_angular_freq_;