#include <iostream>
#include <string>
#include <vector>
#include <iterator>
#include <ros/ros.h>
#include <angles/angles.h>
#include <sbpl/config.h>
Go to the source code of this file.
Classes | |
class | SBPLArmPlannerParams |
Defines | |
#define | DEG2RAD(d) ((d)*(M_PI/180.0)) |
#define | RAD2DEG(r) ((r)*(180.0/M_PI)) |
#define DEG2RAD | ( | d | ) | ((d)*(M_PI/180.0)) |
Definition at line 41 of file sbpl_arm_planner_params.h.
#define RAD2DEG | ( | r | ) | ((r)*(180.0/M_PI)) |
Definition at line 42 of file sbpl_arm_planner_params.h.