Implementation of ROS node for sdh. More...
#include <unistd.h>
#include <ros/ros.h>
#include "ros/time.h"
#include "ros/console.h"
#include "ros/assert.h"
#include <stdint.h>
#include <assert.h>
#include <stddef.h>
#include <string>
#include <vector>
#include <map>
#include <set>
#include <list>
#include <boost/shared_ptr.hpp>
#include <boost/weak_ptr.hpp>
#include <boost/function.hpp>
#include <ros/macros.h>
#include "exceptions.h"
#include "ros/types.h"
#include <boost/shared_array.hpp>
#include "ros/forwards.h"
#include "ros/common.h"
#include "ros/message.h"
#include "ros/serialization.h"
#include <boost/bind.hpp>
#include <typeinfo>
#include <boost/type_traits/is_void.hpp>
#include <boost/type_traits/is_base_of.hpp>
#include <boost/type_traits/is_const.hpp>
#include <boost/type_traits/add_const.hpp>
#include <boost/type_traits/remove_const.hpp>
#include <boost/utility/enable_if.hpp>
#include <boost/make_shared.hpp>
#include <ros/static_assert.h>
#include <boost/type_traits/remove_reference.hpp>
#include "ros/message_traits.h"
#include "ros/builtin_message_traits.h"
#include "ros/message_event.h"
#include "forwards.h"
#include "timer_options.h"
#include "wall_timer_options.h"
#include "ros/service_traits.h"
#include <boost/lexical_cast.hpp>
#include "subscription_callback_helper.h"
#include "ros/spinner.h"
#include <time.h>
#include "ros/publisher.h"
#include <boost/utility.hpp>
#include "ros/service_server.h"
#include "ros/subscriber.h"
#include "ros/node_handle.h"
#include "ros/init.h"
#include "XmlRpcValue.h"
#include "node_handle.h"
#include "ros/names.h"
#include <ctype.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include "tinystr.h"
#include "link.h"
#include <boost/thread/condition.hpp>
#include <ros/ros.h>
#include <boost/thread.hpp>
#include <ostream>
#include "ros/message_operations.h"
#include "std_msgs/Header.h"
#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 "trajectory_msgs/JointTrajectory.h"
#include "trajectory_msgs/JointTrajectoryPoint.h"
#include "cob_sdh/TactileMatrix.h"
#include "std_msgs/String.h"
#include "std_msgs/Bool.h"
#include <stdexcept>
#include "ros/this_node.h"
#include <stdarg.h>
#include <cstdio>
#include "diagnostic_msgs/DiagnosticStatus.h"
#include <cob_sdh/sdh.h>
#include <cob_sdh/dsa.h>
Go to the source code of this file.
Classes | |
class | SdhNode |
Implementation of ROS node for sdh. More... | |
Functions | |
int | main (int argc, char **argv) |
Main loop of ROS node. |
Implementation of ROS node for sdh.
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_sdh.cpp.
int main | ( | int | argc, | |
char ** | argv | |||
) |
Main loop of ROS node.
Running with a specific frequency defined by loop_rate.
Definition at line 660 of file cob_sdh.cpp.