#include <urdf/joint.h>
#include <urdf/model.h>
#include <tf_conversions/tf_kdl.h>
#include "tree_kinematics/tree_kinematics.h"
Go to the source code of this file.
Namespaces | |
namespace | tree_kinematics |
Variables | |
static const std::string | FK_SERVICE = "get_position_fk" |
static const std::string | IK_SERVICE = "get_position_ik" |
const std::string FK_SERVICE = "get_position_fk" [static] |
Definition at line 32 of file tree_kinematics.cpp.
const std::string IK_SERVICE = "get_position_ik" [static] |
Definition at line 33 of file tree_kinematics.cpp.