Skip to content

Commit e2cde74

Browse files
use messages from 'robotiq_3f_gripper_control'
1 parent d93cac2 commit e2cde74

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

robotiq_3f_rviz/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ set(CMAKE_AUTOUIC ON)
1212
## if COMPONENTS list like find_package(catkin REQUIRED COMPONENTS xyz)
1313
## is used, also find other catkin packages
1414
find_package(catkin REQUIRED COMPONENTS
15-
robotiq_3f_gripper_articulated_msgs
15+
robotiq_3f_gripper_control
1616
rviz
1717
)
1818

robotiq_3f_rviz/package.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
<exec_depend>libqt5-widgets</exec_depend>
5858

5959
<depend>rviz</depend>
60-
<depend>robotiq_3f_gripper_articulated_msgs</depend>
60+
<depend>robotiq_3f_gripper_control</depend>
6161

6262

6363
<!-- The export tag contains other, unspecified, tags -->

robotiq_3f_rviz/src/robotiq_3f_rviz.cpp

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# include <rviz/panel.h>
22
#include <ui_panel.h> // generated from "panel.ui" using CMAKE_AUTOMOC
33
#include <ros/ros.h>
4-
#include <robotiq_3f_gripper_articulated_msgs/Robotiq3FGripperRobotOutput.h>
5-
#include <robotiq_3f_gripper_articulated_msgs/Robotiq3FGripperRobotInput.h>
4+
#include <robotiq_3f_gripper_control/Robotiq3FGripper_robot_output.h>
5+
#include <robotiq_3f_gripper_control/Robotiq3FGripper_robot_input.h>
66
#include <atomic>
77

88
namespace robotiq_3f_rviz {
@@ -39,8 +39,8 @@ private slots:
3939

4040
// typdefs
4141
private:
42-
typedef robotiq_3f_gripper_articulated_msgs::Robotiq3FGripperRobotOutput RQ3Fout;
43-
typedef robotiq_3f_gripper_articulated_msgs::Robotiq3FGripperRobotInput RQ3Fin;
42+
typedef robotiq_3f_gripper_control::Robotiq3FGripper_robot_output RQ3Fout;
43+
typedef robotiq_3f_gripper_control::Robotiq3FGripper_robot_input RQ3Fin;
4444

4545
// methods
4646
private:

0 commit comments

Comments
 (0)