Object with a pending move operation. More...
#include <MoveObject.hh>
Public Member Functions | |
| MoveObject (std::string &_name, bool _is_light, ignition::math::Pose3d &_pose) | |
| Constructs the object. More... | |
Public Attributes | |
| std::string | name |
| Object name. More... | |
| bool | is_light |
| Whether object is light. More... | |
| ignition::math::Pose3d | pose |
| Object new pose. More... | |
Object with a pending move operation.
| MoveObject | ( | std::string & | _name, |
| bool | _is_light, | ||
| ignition::math::Pose3d & | _pose | ||
| ) |
| bool is_light |
Whether object is light.
| std::string name |
Object name.
| ignition::math::Pose3d pose |
Object new pose.