Skip to content

Commit

Permalink
Remove a whole bunch of unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
sea-bass committed Jul 18, 2024
1 parent b82114d commit cd345b6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 11 deletions.
2 changes: 2 additions & 0 deletions robotiq_driver/tests/test_data_utils.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,9 @@
// CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
// ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
// POSSIBILITY OF SUCH DAMAGE.

#include <gtest/gtest.h>

#include <robotiq_driver/data_utils.hpp>

namespace robotiq_driver::test
Expand Down
11 changes: 0 additions & 11 deletions robotiq_driver/tests/test_robotiq_gripper_hardware_interface.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -26,22 +26,11 @@
// ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
// POSSIBILITY OF SUCH DAMAGE.

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

#include <chrono>

#include <robotiq_driver/default_driver_factory.hpp>
#include <robotiq_driver/hardware_interface.hpp>

#include <hardware_interface/loaned_command_interface.hpp>
#include <hardware_interface/loaned_state_interface.hpp>
#include <hardware_interface/resource_manager.hpp>
#include <hardware_interface/types/lifecycle_state_names.hpp>

#include <lifecycle_msgs/msg/state.hpp>
#include <rclcpp/node.hpp>
#include <rclcpp_lifecycle/state.hpp>

namespace robotiq_driver::test
{
Expand Down

0 comments on commit cd345b6

Please sign in to comment.