Implementation of ROS node for powercube_chain. More...
#include "ros/ros.h"
#include <sensor_msgs/JointState.h>
#include <string>
#include <vector>
#include <ostream>
#include "ros/serialization.h"
#include "ros/builtin_message_traits.h"
#include "ros/message_operations.h"
#include "ros/message.h"
#include "ros/time.h"
#include "std_msgs/Header.h"
#include "trajectory_msgs/JointTrajectoryPoint.h"
#include <boost/thread/condition.hpp>
#include <boost/thread.hpp>
#include <boost/shared_ptr.hpp>
#include "actionlib_msgs/GoalID.h"
#include <actionlib_msgs/GoalStatus.h>
#include <sstream>
#include <actionlib/action_definition.h>
#include <actionlib/goal_id_generator.h>
#include <actionlib/server/status_tracker.h>
#include <boost/thread/mutex.hpp>
#include <actionlib/destruction_guard.h>
#include <list>
#include "trajectory_msgs/JointTrajectory.h"
#include <cob_trajectory_controller/genericArmCtrl.h>
#include "ros/service_traits.h"
#include "std_msgs/String.h"
#include "std_msgs/Bool.h"
Go to the source code of this file.
Classes | |
class | cob_trajectory_controller |
Defines | |
#define | HZ 100 |
Functions | |
int | main (int argc, char **argv) |
Implementation of ROS node for powercube_chain.
Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License LGPL as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License LGPL for more details.
You should have received a copy of the GNU Lesser General Public License LGPL along with this program. If not, see <http://www.gnu.org/licenses/>.
Definition in file cob_trajectory_controller.cpp.
#define HZ 100 |
Definition at line 75 of file cob_trajectory_controller.cpp.
int main | ( | int | argc, | |
char ** | argv | |||
) |
Definition at line 268 of file cob_trajectory_controller.cpp.