|
moveit2
The MoveIt Motion Planning Framework for ROS 2.
|
#include <basecmd.hpp>


Public Member Functions | |
| BaseCmd ()=default | |
| BaseCmd (const BaseCmd &)=default | |
| BaseCmd (BaseCmd &&) noexcept=default | |
| BaseCmd & | operator= (const BaseCmd &)=default |
| BaseCmd & | operator= (BaseCmd &&) noexcept=default |
| virtual | ~BaseCmd ()=default |
| planning_interface::MotionPlanRequest | toRequest () const override |
| void | setStartConfiguration (StartType start) |
| void | setGoalConfiguration (GoalType goal) |
| StartType & | getStartConfiguration () |
| const StartType & | getStartConfiguration () const |
| GoalType & | getGoalConfiguration () |
| const GoalType & | getGoalConfiguration () const |
Public Member Functions inherited from pilz_industrial_motion_planner_testutils::MotionCmd | |
| MotionCmd () | |
| void | setPlanningGroup (const std::string &planning_group) |
| const std::string & | getPlanningGroup () const |
| void | setVelocityScale (double velocity_scale) |
| void | setAccelerationScale (double acceleration_scale) |
Protected Attributes | |
| GoalType | goal_ |
| StartType | start_ |
Protected Attributes inherited from pilz_industrial_motion_planner_testutils::MotionCmd | |
| std::string | planning_group_ |
| std::string | target_link_ |
| Link to which all cartesian poses refer to. More... | |
| double | vel_scale_ { 1.0 } |
| double | acc_scale_ { 1.0 } |
Definition at line 44 of file basecmd.hpp.
|
default |
|
default |
|
defaultnoexcept |
|
virtualdefault |
|
inline |
|
inline |
Definition at line 106 of file basecmd.hpp.
|
inline |
|
inline |
Definition at line 94 of file basecmd.hpp.
|
defaultnoexcept |
|
default |
|
inline |
|
inline |
|
overridevirtual |
Implements pilz_industrial_motion_planner_testutils::MotionPlanRequestConvertible.
Reimplemented in pilz_industrial_motion_planner_testutils::Circ< StartType, AuxiliaryType, GoalType >.
Definition at line 112 of file basecmd.hpp.

|
protected |
Definition at line 70 of file basecmd.hpp.
|
protected |
Definition at line 71 of file basecmd.hpp.