#include <ros/ros.h>
#include <urdf_traverser/Functions.h>
#include <urdf_traverser/UrdfTraverser.h>
#include <urdf_traverser/JointNames.h>
Go to the source code of this file.
Functions | |
int | getJointNamesCB (urdf_traverser::RecursionParamsPtr &p) |
Helper function for getJointNames(const std::string&, std::vector<std::string>&).
Definition at line 44 of file JointNames.cpp.