Skip to content

Commit

Permalink
Pid class does not depend on rclcpp (#221)
Browse files Browse the repository at this point in the history
  • Loading branch information
christophfroehlich authored Nov 6, 2024
1 parent af713c0 commit 9d8d290
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions include/control_toolbox/pid.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -33,15 +33,12 @@
#ifndef CONTROL_TOOLBOX__PID_HPP_
#define CONTROL_TOOLBOX__PID_HPP_

#include <iostream>
#include <memory>
#include <stdexcept>
#include <string>

#include "rclcpp/clock.hpp"
#include "rclcpp/duration.hpp"
#include "rclcpp/node.hpp"

#include "realtime_tools/realtime_buffer.h"
#include "realtime_tools/realtime_publisher.h"

#include "control_toolbox/visibility_control.hpp"

Expand Down

0 comments on commit 9d8d290

Please sign in to comment.