#include <ros/ros.h>
#include <urdf_traverser/Functions.h>
#include <urdf_traverser/UrdfTraverser.h>
#include <urdf_traverser/ActiveJoints.h>
Go to the source code of this file.
Functions | |
int | checkActiveJoints (urdf_traverser::RecursionParamsPtr &p) |
Function which can be used for recursion which returns -1 if there are any inactive joints in the urdf.
Definition at line 42 of file ActiveJoints.cpp.