#include "ros/ros.h"
#include "std_msgs/Empty.h"
#include "std_msgs/Bool.h"
#include "std_msgs/Float64.h"
#include "std_msgs/Float64MultiArray.h"
#include "sensor_msgs/JointState.h"
#include "geometry_msgs/Twist.h"
#include "std_srvs/Empty.h"
#include "eigen_conversions/eigen_msg.h"
#include <Eigen/Core>
#include <thread>
#include <functional>
#include <cmath>
#include <string>
#include <kinematics/kinematics.h>
Go to the source code of this file.
◆ UNINITIALIZED_JOINT_STATE
#define UNINITIALIZED_JOINT_STATE 10.0 |
◆ ROBOT_NAME
#define ROBOT_NAME "my_robot" |
◆ LEG_OFFSET_LENGTH
#define LEG_OFFSET_LENGTH 0.25 |
◆ NUMBER_OF_LEGS
◆ ACTUATORS_PER_LEG
#define ACTUATORS_PER_LEG 3 |