6#include <urdf_parser/urdf_parser.h>
14 static std::vector<std::string>
jointNamesFromURDF(
const urdf::ModelInterfaceSharedPtr& urdf_model);
20 static const std::string
rootLinkFromURDF(
const urdf::ModelInterfaceSharedPtr& urdf_model);
23 static void printTree(urdf::LinkConstSharedPtr link,
int level = 0);
26 static bool applyJointBlacklist(urdf::ModelInterfaceSharedPtr& robot_urdf,
const std::vector<std::string> &blacklist);
Definition JointLimits.hpp:29
Definition ContactsAccelerationConstraint.cpp:3