|
Robowflex
v0.1
Making MoveIt Easy
|
Functions | |
| void | addPackage (const std::string &package) |
| Add a ROS package to Dart's searchable index. Looks up package with rospack. More... | |
| void | addPackage (const std::string &package, const std::string &location) |
| Add a ROS package to Dart's searchable index. More... | |
| bool | loadURDF (Robot &robot, const std::string &urdf) |
| Loads a URDF at urdf into a robot. More... | |
| std::string | getPackageFile (const std::string &uri) |
| Get the filename for a package URI using Dart's lookup. More... | |
| void robowflex::darts::IO::addPackage | ( | const std::string & | package | ) |
Add a ROS package to Dart's searchable index. Looks up package with rospack.
| [in] | package | Package name |
Definition at line 15 of file robowflex_dart/src/io.cpp.
| void robowflex::darts::IO::addPackage | ( | const std::string & | package, |
| const std::string & | location | ||
| ) |
Add a ROS package to Dart's searchable index.
| [in] | package | Package name |
| [in] | location | Directory of package |
Definition at line 22 of file robowflex_dart/src/io.cpp.
| std::string robowflex::darts::IO::getPackageFile | ( | const std::string & | uri | ) |
Get the filename for a package URI using Dart's lookup.
| [in] | uri | URI to lookup. |
Definition at line 51 of file robowflex_dart/src/io.cpp.
| bool robowflex::darts::IO::loadURDF | ( | Robot & | robot, |
| const std::string & | urdf | ||
| ) |
Loads a URDF at urdf into a robot.
| [out] | robot | Robot to load URDF in. |
| [in] | urdf | URDF location. |
Definition at line 28 of file robowflex_dart/src/io.cpp.