File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
# include < rviz/panel.h>
2
2
#include < ui_panel.h> // generated from "panel.ui" using CMAKE_AUTOMOC
3
3
#include < ros/ros.h>
4
- #include < robotiq_3f_gripper_control/Robotiq3FGripper_robot_output .h>
5
- #include < robotiq_3f_gripper_control/Robotiq3FGripper_robot_input .h>
4
+ #include < robotiq_3f_gripper_articulated_msgs/Robotiq3FGripperRobotOutput .h>
5
+ #include < robotiq_3f_gripper_articulated_msgs/Robotiq3FGripperRobotInput .h>
6
6
#include < atomic>
7
7
8
8
namespace robotiq_3f_rviz {
@@ -39,8 +39,8 @@ private slots:
39
39
40
40
// typdefs
41
41
private:
42
- typedef robotiq_3f_gripper_control::Robotiq3FGripper_robot_output RQ3Fout;
43
- typedef robotiq_3f_gripper_control::Robotiq3FGripper_robot_input RQ3Fin;
42
+ typedef robotiq_3f_gripper_articulated_msgs::Robotiq3FGripperRobotOutput RQ3Fout;
43
+ typedef robotiq_3f_gripper_articulated_msgs::Robotiq3FGripperRobotInput RQ3Fin;
44
44
45
45
// methods
46
46
private:
You can’t perform that action at this time.
0 commit comments