3 #ifndef ROBOWFLEX_DART_IO_ 
    4 #define ROBOWFLEX_DART_IO_ 
#define ROBOWFLEX_CLASS_FORWARD(C)
Macro that forward declares a class and defines two shared ptrs types:
 
A sampleable goal region for OMPL for a set of TSRs. Samples goals in a separate thread using a clone...
 
Functions for loading and animating robots in Blender.
 
std::string getPackageFile(const std::string &uri)
Get the filename for a package URI using Dart's lookup.
 
bool loadURDF(Robot &robot, const std::string &urdf)
Loads a URDF at urdf into a robot.
 
void addPackage(const std::string &package, const std::string &location)
Add a ROS package to Dart's searchable index.
 
Main namespace. Contains all library classes and functions.