Robowflex
v0.1
Making MoveIt Easy
|
Functions | |
bool | fromXMLFile (moveit_msgs::PlanningScene &planning_scene, const std::string &file, const std::string &model_dir) |
Loads a planning_scene from an OpenRAVE Environment XML. More... | |
bool robowflex::openrave::fromXMLFile | ( | moveit_msgs::PlanningScene & | planning_scene, |
const std::string & | file, | ||
const std::string & | model_dir | ||
) |
Loads a planning_scene from an OpenRAVE Environment XML.
[out] | planning_scene | The output MoveIt message that will be filled with the planning scene contents. |
[in] | file | The path to the OpenRAVE environment XML. |
[in] | model_dir | The path to the models directory, which should contain files referenced by the passed in file. In OpenRAVE, "the root directory for all models files is the folder openrave is launched at." |
Definition at line 208 of file openrave.cpp.