We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 698ba7b commit a91bfc3Copy full SHA for a91bfc3
io_gripper_controller/test/test_io_gripper_controller.hpp
@@ -15,8 +15,6 @@
15
#ifndef TEST_IO_GRIPPER_CONTROLLER_HPP_
16
#define TEST_IO_GRIPPER_CONTROLLER_HPP_
17
18
-// #include "io_gripper_controller/io_gripper_controller.hpp"
19
-
20
#include <gmock/gmock.h>
21
22
#include <chrono>
@@ -35,6 +33,7 @@
35
33
#include <rclcpp/time.hpp>
36
34
#include <rclcpp/utilities.hpp>
37
#include <rclcpp_lifecycle/node_interfaces/lifecycle_node_interface.hpp>
+#include "io_gripper_controller/io_gripper_controller.hpp"
38
39
// TODO(anyone): replace the state and command message types
40
using JointStateMsg = io_gripper_controller::IOGripperController::JointStateMsg;
0 commit comments