Skip to content

Commit a91bfc3

Browse files
committed
fixing header files
1 parent 698ba7b commit a91bfc3

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

io_gripper_controller/test/test_io_gripper_controller.hpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,6 @@
1515
#ifndef TEST_IO_GRIPPER_CONTROLLER_HPP_
1616
#define TEST_IO_GRIPPER_CONTROLLER_HPP_
1717

18-
// #include "io_gripper_controller/io_gripper_controller.hpp"
19-
2018
#include <gmock/gmock.h>
2119

2220
#include <chrono>
@@ -35,6 +33,7 @@
3533
#include <rclcpp/time.hpp>
3634
#include <rclcpp/utilities.hpp>
3735
#include <rclcpp_lifecycle/node_interfaces/lifecycle_node_interface.hpp>
36+
#include "io_gripper_controller/io_gripper_controller.hpp"
3837

3938
// TODO(anyone): replace the state and command message types
4039
using JointStateMsg = io_gripper_controller::IOGripperController::JointStateMsg;

0 commit comments

Comments
 (0)