Skip to content

Commit

Permalink
virtual -> estimated
Browse files Browse the repository at this point in the history
  • Loading branch information
mhubii committed Nov 21, 2023
1 parent f36d2ab commit 688c8ba
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#ifndef LBR_ROS2_CONTROL__LBR_VIRTUAL_FT_BROADCASTER_HPP_
#define LBR_ROS2_CONTROL__LBR_VIRTUAL_FT_BROADCASTER_HPP_
#ifndef LBR_ROS2_CONTROL__LBR_ESTIMATED_FT_BROADCASTER_HPP_
#define LBR_ROS2_CONTROL__LBR_ESTIMATED_FT_BROADCASTER_HPP_

#include <cmath>
#include <functional>
Expand Down Expand Up @@ -77,4 +77,4 @@ class LBREstimatedFTBroadcaster : public controller_interface::ControllerInterfa
rt_wrench_stamped_publisher_ptr_;
};
} // end of namespace lbr_ros2_control
#endif // LBR_ROS2_CONTROL__LBR_VIRTUAL_FT_BROADCASTER_HPP_
#endif // LBR_ROS2_CONTROL__LBR_ESTIMATED_FT_BROADCASTER_HPP_

0 comments on commit 688c8ba

Please sign in to comment.