Public Member Functions
MinJerkJointTrajectoryFactory Class Reference

#include <MinJerkTrajectoryFactory.h>

Inheritance diagram for MinJerkJointTrajectoryFactory:
Inheritance graph
[legend]

List of all members.

Public Member Functions

virtual boost::shared_ptr
< JointTrajectory
getTrajectory (const KDL::JntArrayAcc &startPose, const KDL::JntArrayAcc &goalPose, double durationTarget=-1.) const
 getTrajectory produces a trajectory object from the inputs
 MinJerkJointTrajectoryFactory ()
virtual ~MinJerkJointTrajectoryFactory ()

Detailed Description

Definition at line 13 of file MinJerkTrajectoryFactory.h.


Constructor & Destructor Documentation

Definition at line 16 of file MinJerkTrajectoryFactory.h.

Definition at line 17 of file MinJerkTrajectoryFactory.h.


Member Function Documentation

boost::shared_ptr< JointTrajectory > MinJerkJointTrajectoryFactory::getTrajectory ( const KDL::JntArrayAcc startPose,
const KDL::JntArrayAcc goalPose,
double  durationTarget = -1. 
) const [virtual]

getTrajectory produces a trajectory object from the inputs

Parameters:
startPosestart joint positions
goalPosegoal joint positions
timeToFinishtime to execute move

Derived classes should implement a trajectory generation that produces equally spaced (by timeStep) points along the path without exceeding the velocity limits. If timeToFinish is larger than the time required to satisfy velocity limits, the trajectory should take that long to finish.

Definition at line 5 of file MinJerkTrajectoryFactory.cpp.


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


robodyn_controllers
Author(s):
autogenerated on Sat Jun 8 2019 20:20:54