Tetrapod Project
|
#include "ros/ros.h"
#include "ros/callback_queue.h"
#include "sensor_msgs/JointState.h"
#include "std_msgs/Float64.h"
#include "std_msgs/Float64MultiArray.h"
#include "std_srvs/Empty.h"
#include "eigen_conversions/eigen_msg.h"
#include <serial_communication/serial_communication.h>
#include <thread>
#include <Eigen/Core>
Go to the source code of this file.
Classes | |
class | MotorInterface |
A class to control and distribute motor position, velocity and torque information. More... | |