moveit2
The MoveIt Motion Planning Framework for ROS 2.
Public Member Functions | List of all members
pilz_industrial_motion_planner_testutils::Lin< StartType, GoalType > Class Template Reference

Data class storing all information regarding a linear command. More...

#include <lin.h>

Inheritance diagram for pilz_industrial_motion_planner_testutils::Lin< StartType, GoalType >:
Inheritance graph
[legend]
Collaboration diagram for pilz_industrial_motion_planner_testutils::Lin< StartType, GoalType >:
Collaboration graph
[legend]

Public Member Functions

 Lin ()
 
- Public Member Functions inherited from pilz_industrial_motion_planner_testutils::BaseCmd< StartType, GoalType >
 BaseCmd ()=default
 
 BaseCmd (const BaseCmd &)=default
 
 BaseCmd (BaseCmd &&) noexcept=default
 
BaseCmdoperator= (const BaseCmd &)=default
 
BaseCmdoperator= (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)
 

Additional Inherited Members

- Protected Attributes inherited from pilz_industrial_motion_planner_testutils::BaseCmd< StartType, GoalType >
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 }
 

Detailed Description

template<class StartType, class GoalType>
class pilz_industrial_motion_planner_testutils::Lin< StartType, GoalType >

Data class storing all information regarding a linear command.

Definition at line 47 of file lin.h.

Constructor & Destructor Documentation

◆ Lin()

template<class StartType , class GoalType >
pilz_industrial_motion_planner_testutils::Lin< StartType, GoalType >::Lin ( )
inline

Definition at line 50 of file lin.h.


The documentation for this class was generated from the following file: