Public Member Functions | Private Attributes | List of all members
JointTrajectory Class Reference

#include <trajectory_generator.h>

Public Member Functions

Eigen::MatrixXd getCoefficient ()
 
std::vector< WayPointgetJointWayPoint (double tick)
 
void init (double move_time, double control_time, std::vector< WayPoint > start, std::vector< WayPoint > goal)
 
 JointTrajectory ()
 
void setJointNum (uint8_t joint_num)
 
virtual ~JointTrajectory ()
 

Private Attributes

Eigen::MatrixXd coefficient_
 
uint8_t joint_num_
 
std::vector< WayPointjoint_way_point_
 
MinimumJerk trajectory_generator_
 

Detailed Description

Definition at line 53 of file trajectory_generator.h.

Constructor & Destructor Documentation

JointTrajectory::JointTrajectory ( )

Definition at line 67 of file trajectory_generator.cpp.

JointTrajectory::~JointTrajectory ( )
virtual

Definition at line 69 of file trajectory_generator.cpp.

Member Function Documentation

Eigen::MatrixXd JointTrajectory::getCoefficient ( )

Definition at line 127 of file trajectory_generator.cpp.

std::vector< WayPoint > JointTrajectory::getJointWayPoint ( double  tick)

Definition at line 93 of file trajectory_generator.cpp.

void JointTrajectory::init ( double  move_time,
double  control_time,
std::vector< WayPoint start,
std::vector< WayPoint goal 
)

Definition at line 71 of file trajectory_generator.cpp.

void JointTrajectory::setJointNum ( uint8_t  joint_num)

Definition at line 87 of file trajectory_generator.cpp.

Member Data Documentation

Eigen::MatrixXd JointTrajectory::coefficient_
private

Definition at line 59 of file trajectory_generator.h.

uint8_t JointTrajectory::joint_num_
private

Definition at line 58 of file trajectory_generator.h.

std::vector<WayPoint> JointTrajectory::joint_way_point_
private

Definition at line 60 of file trajectory_generator.h.

MinimumJerk JointTrajectory::trajectory_generator_
private

Definition at line 56 of file trajectory_generator.h.


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


dynamixel_workbench_controllers
Author(s): Darby Lim , Ryan Shim
autogenerated on Mon Sep 28 2020 03:37:06