Skip to content

Commit

Permalink
Satisfy cpplint
Browse files Browse the repository at this point in the history
  • Loading branch information
christophfroehlich committed Feb 26, 2024
1 parent ea01da0 commit e16947f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,21 +17,19 @@
#ifndef JOINT_LIMITS_INTERFACE__JOINT_LIMITS_INTERFACE_HPP_
#define JOINT_LIMITS_INTERFACE__JOINT_LIMITS_INTERFACE_HPP_

#include <hardware_interface/joint_handle.hpp>
#include <hardware_interface/types/hardware_interface_type_values.hpp>

#include <rclcpp/duration.hpp>
#include <rclcpp/rclcpp.hpp>

#include <rcppmath/clamp.hpp>

#include <algorithm>
#include <cassert>
#include <cmath>
#include <limits>
#include <memory>
#include <string>

#include <hardware_interface/joint_handle.hpp>
#include <hardware_interface/types/hardware_interface_type_values.hpp>
#include <rclcpp/duration.hpp>
#include <rclcpp/rclcpp.hpp>
#include <rcppmath/clamp.hpp>

#include "joint_limits_interface/joint_limits.hpp"
#include "joint_limits_interface/joint_limits_interface_exception.hpp"

Expand Down
3 changes: 1 addition & 2 deletions joint_limits_interface/test/joint_limits_urdf_test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,10 @@
/// \author Adolfo Rodriguez Tsouroukdissian

#include <gtest/gtest.h>
#include <string>

#include <joint_limits_interface/joint_limits_urdf.hpp>

#include <string>

class JointLimitsUrdfTest : public ::testing::Test
{
public:
Expand Down

0 comments on commit e16947f

Please sign in to comment.