Frankx  0.2.0
A High-Level Motion API for Franka
Public Member Functions | List of all members
movex::LinearRelativeMotion Struct Reference

#include <motion_waypoint.hpp>

Inheritance diagram for movex::LinearRelativeMotion:
movex::WaypointMotion

Public Member Functions

 LinearRelativeMotion (const Affine &affine)
 
 LinearRelativeMotion (const Affine &affine, double elbow)
 
 LinearRelativeMotion (const Affine &affine, double elbow, double dynamic_rel)
 
- Public Member Functions inherited from movex::WaypointMotion
 WaypointMotion ()
 
 WaypointMotion (const std::vector< Waypoint > &waypoints)
 
 WaypointMotion (const std::vector< Waypoint > &waypoints, bool return_when_finished)
 
void setNextWaypoint (const Waypoint &waypoint)
 
void setNextWaypoints (const std::vector< Waypoint > &waypoints)
 
void finish ()
 

Additional Inherited Members

- Public Types inherited from movex::WaypointMotion
using Affine = affx::Affine
 
- Public Attributes inherited from movex::WaypointMotion
bool reload {false}
 
bool return_when_finished {true}
 
std::vector< Waypointwaypoints
 

Constructor & Destructor Documentation

◆ LinearRelativeMotion() [1/3]

movex::LinearRelativeMotion::LinearRelativeMotion ( const Affine affine)
inlineexplicit

◆ LinearRelativeMotion() [2/3]

movex::LinearRelativeMotion::LinearRelativeMotion ( const Affine affine,
double  elbow 
)
inlineexplicit

◆ LinearRelativeMotion() [3/3]

movex::LinearRelativeMotion::LinearRelativeMotion ( const Affine affine,
double  elbow,
double  dynamic_rel 
)
inlineexplicit

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