turtlebot3_manipulation_bringup.h
Go to the documentation of this file.
1 /*******************************************************************************
2 * Copyright 2020 ROBOTIS CO., LTD.
3 *
4 * Licensed under the Apache License, Version 2.0 (the "License");
5 * you may not use this file except in compliance with the License.
6 * You may obtain a copy of the License at
7 *
8 * http://www.apache.org/licenses/LICENSE-2.0
9 *
10 * Unless required by applicable law or agreed to in writing, software
11 * distributed under the License is distributed on an "AS IS" BASIS,
12 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13 * See the License for the specific language governing permissions and
14 * limitations under the License.
15 *******************************************************************************/
16 
17 /* Authors: Ryan Shim */
18 
19 #ifndef TURTLEBOT3_MANIPULATION_BRINGUP_H
20 #define TURTLEBOT3_MANIPULATION_BRINGUP_H
21 
22 #include <ros/ros.h>
23 #include <std_msgs/Float64MultiArray.h>
24 #include <trajectory_msgs/JointTrajectory.h>
25 
26 #include <moveit_msgs/DisplayTrajectory.h>
27 
29 #include <control_msgs/FollowJointTrajectoryAction.h>
30 
31 
33 {
34  public:
37 
38  private:
39  // ROS NodeHandle
41 
42  // ROS Publisher
45 
46  // ROS Subscriber
48 
49  // ROS Server
52 
53  // Callback Funcdtions
54  void armActionCallback(const control_msgs::FollowJointTrajectoryGoalConstPtr &msg);
55  void gripperActionCallback(const control_msgs::FollowJointTrajectoryGoalConstPtr &msg);
56 };
57 
58 #endif //TURTLEBOT3_MANIPULATION_BRINGUP_H
actionlib::SimpleActionServer< control_msgs::FollowJointTrajectoryAction > gripper_action_server_
void gripperActionCallback(const control_msgs::FollowJointTrajectoryGoalConstPtr &msg)
actionlib::SimpleActionServer< control_msgs::FollowJointTrajectoryAction > arm_action_server_
void armActionCallback(const control_msgs::FollowJointTrajectoryGoalConstPtr &msg)


turtlebot3_manipulation_bringup
Author(s): Darby Lim , Ryan Shim
autogenerated on Sun May 10 2020 03:49:14