|
Drake
|
#include "drake/systems/plants/parser_sdf.h"#include <fstream>#include <sstream>#include <string>#include "spruce.hh"#include "drake/common/eigen_types.h"#include "drake/systems/plants/RigidBodyTree.h"#include "drake/thirdParty/zlib/tinyxml2/tinyxml2.h"#include "joints/DrakeJoints.h"#include "drake/Path.h"#include "xmlUtil.h"
Namespaces | |
| drake | |
| drake::parsers | |
| drake::parsers::sdf | |
Macros | |
| #define | POPEN popen |
| #define | PCLOSE pclose |
Functions | |
| void | AddRobotFromSDFInWorldFrame (const std::string &sdf_filename, const DrakeJoint::FloatingBaseType floating_base_type, RigidBodyTree *tree) |
| Adds a SDF model to a rigid body system. More... | |
| void | AddRobotFromSDF (const std::string &sdf_filename, const DrakeJoint::FloatingBaseType floating_base_type, std::shared_ptr< RigidBodyFrame > weld_to_frame, RigidBodyTree *tree) |
| Adds a SDF model to a rigid body system. More... | |
| #define PCLOSE pclose |
| #define POPEN popen |