Skip to content

Commit

Permalink
use messages from 'robotiq_3f_gripper_control'
Browse files Browse the repository at this point in the history
  • Loading branch information
christian-rauch committed Nov 6, 2019
1 parent d93cac2 commit e2cde74
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion robotiq_3f_rviz/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ set(CMAKE_AUTOUIC ON)
## if COMPONENTS list like find_package(catkin REQUIRED COMPONENTS xyz)
## is used, also find other catkin packages
find_package(catkin REQUIRED COMPONENTS
robotiq_3f_gripper_articulated_msgs
robotiq_3f_gripper_control
rviz
)

Expand Down
2 changes: 1 addition & 1 deletion robotiq_3f_rviz/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
<exec_depend>libqt5-widgets</exec_depend>

<depend>rviz</depend>
<depend>robotiq_3f_gripper_articulated_msgs</depend>
<depend>robotiq_3f_gripper_control</depend>


<!-- The export tag contains other, unspecified, tags -->
Expand Down
8 changes: 4 additions & 4 deletions robotiq_3f_rviz/src/robotiq_3f_rviz.cpp
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# include <rviz/panel.h>
#include <ui_panel.h> // generated from "panel.ui" using CMAKE_AUTOMOC
#include <ros/ros.h>
#include <robotiq_3f_gripper_articulated_msgs/Robotiq3FGripperRobotOutput.h>
#include <robotiq_3f_gripper_articulated_msgs/Robotiq3FGripperRobotInput.h>
#include <robotiq_3f_gripper_control/Robotiq3FGripper_robot_output.h>
#include <robotiq_3f_gripper_control/Robotiq3FGripper_robot_input.h>
#include <atomic>

namespace robotiq_3f_rviz {
Expand Down Expand Up @@ -39,8 +39,8 @@ private slots:

// typdefs
private:
typedef robotiq_3f_gripper_articulated_msgs::Robotiq3FGripperRobotOutput RQ3Fout;
typedef robotiq_3f_gripper_articulated_msgs::Robotiq3FGripperRobotInput RQ3Fin;
typedef robotiq_3f_gripper_control::Robotiq3FGripper_robot_output RQ3Fout;
typedef robotiq_3f_gripper_control::Robotiq3FGripper_robot_input RQ3Fin;

// methods
private:
Expand Down

0 comments on commit e2cde74

Please sign in to comment.