#include <iostream>
#include <memory>
#include <array>
#include <boost/log/trivial.hpp>
#include <boost/exception/all.hpp>
#include <boost/algorithm/string.hpp>
#include <boost/thread/mutex.hpp>
#include <boost/thread/locks.hpp>
#include <ros/ros.h>
#include <trajectory_msgs/JointTrajectory.h>
#include <trajectory_msgs/JointTrajectoryPoint.h>
#include <sensor_msgs/JointState.h>
#include <std_msgs/String.h>
#include <geometry_msgs/Wrench.h>
#include <cartesian_impedance_msgs/SetCartesianImpedance.h>
#include <cartesian_impedance_msgs/SetCartesianForceCtrl.h>
#include "grl/kuka/KukaDriver.hpp"
#include "grl/flatbuffer/JointState_generated.h"
#include "grl/flatbuffer/ArmControlState_generated.h"
#include "grl/flatbuffer/KUKAiiwa_generated.h"
Go to the source code of this file.
|
template<typename T > |
<<<<<<< HEAD=======#define meters_to_mm >>>>>> force_control boost::log::formatting_ostream & | operator<< (boost::log::formatting_ostream &out, std::vector< T > &v) |
|
§ meters_to_mm
#define meters_to_mm 1000 |
§ operator<<()
template<typename T >
<<<<<<< HEAD ======= #define meters_to_mm >>>>>> force_control boost::log::formatting_ostream& operator<< |
( |
boost::log::formatting_ostream & |
out, |
|
|
std::vector< T > & |
v |
|
) |
| |
|
inline |