|
Robowflex
v0.1
Making MoveIt Easy
|
A container struct for all relevant information about a motion planning request to move group. More...
#include <services.h>
Public Member Functions | |
| bool | fromYAMLFile (const std::string &filename) |
| Load a recorded action from a YAML file. More... | |
| bool | toYAMLFile (const std::string &filename) |
| Save a recorded action to a YAML file. More... | |
Public Attributes | |
| std::string | id |
| Goal ID. More... | |
| ScenePtr | scene |
| Scene used for planning. More... | |
| moveit_msgs::MotionPlanRequest | request |
| Motion planning request. More... | |
| bool | success |
| Planning success. More... | |
| double | time |
| Planning time. More... | |
| moveit_msgs::RobotTrajectory | trajectory |
| Planned trajectory on success. More... | |
A container struct for all relevant information about a motion planning request to move group.
Definition at line 32 of file services.h.
| bool MoveGroupHelper::Action::fromYAMLFile | ( | const std::string & | filename | ) |
Load a recorded action from a YAML file.
| [in] | filename | Filename to load from. |
Definition at line 24 of file services.cpp.
| bool MoveGroupHelper::Action::toYAMLFile | ( | const std::string & | filename | ) |
Save a recorded action to a YAML file.
| [in] | filename | Filename to save as. |
Definition at line 46 of file services.cpp.
| std::string robowflex::movegroup::MoveGroupHelper::Action::id |
Goal ID.
Definition at line 34 of file services.h.
| moveit_msgs::MotionPlanRequest robowflex::movegroup::MoveGroupHelper::Action::request |
Motion planning request.
Definition at line 36 of file services.h.
| ScenePtr robowflex::movegroup::MoveGroupHelper::Action::scene |
Scene used for planning.
Definition at line 35 of file services.h.
| bool robowflex::movegroup::MoveGroupHelper::Action::success |
Planning success.
Definition at line 37 of file services.h.
| double robowflex::movegroup::MoveGroupHelper::Action::time |
Planning time.
Definition at line 38 of file services.h.
| moveit_msgs::RobotTrajectory robowflex::movegroup::MoveGroupHelper::Action::trajectory |
Planned trajectory on success.
Definition at line 39 of file services.h.