#include <sot/torque_control/joint-trajectory-generator.hh>
Public Member Functions | |
JointTrajectoryGenerator (const std::string &name) | |
DECLARE_SIGNAL (fLeftFoot, OUT, dynamicgraph::Vector) | |
DECLARE_SIGNAL (fLeftHand, OUT, dynamicgraph::Vector) | |
DECLARE_SIGNAL (fRightFoot, OUT, dynamicgraph::Vector) | |
DECLARE_SIGNAL (fRightHand, OUT, dynamicgraph::Vector) | |
DECLARE_SIGNAL_IN (base6d_encoders, dynamicgraph::Vector) | |
DECLARE_SIGNAL_OUT (ddq, dynamicgraph::Vector) | |
DECLARE_SIGNAL_OUT (dq, dynamicgraph::Vector) | |
DECLARE_SIGNAL_OUT (q, dynamicgraph::Vector) | |
virtual void | display (std::ostream &os) const |
void | getJoint (const std::string &jointName) |
void | init (const double &dt, const std::string &robotRef) |
bool | isTrajectoryEnded () |
void | moveForce (const std::string &forceName, const int &axis, const double &fFinal, const double &time) |
void | moveJoint (const std::string &jointName, const double &qFinal, const double &time) |
void | playTrajectoryFile (const std::string &fileName) |
void | sendMsg (const std::string &msg, MsgType t=MSG_TYPE_INFO, const char *="", int=0) |
void | startConstAcc (const std::string &jointName, const double &qFinal, const double &time) |
void | startForceLinearChirp (const std::string &forceName, const int &axis, const double &fFinal, const double &f0, const double &f1, const double &time) |
void | startForceSinusoid (const std::string &forceName, const int &axis, const double &fFinal, const double &time) |
void | startLinearChirp (const std::string &jointName, const double &qFinal, const double &f0, const double &f1, const double &time) |
void | startSinusoid (const std::string &jointName, const double &qFinal, const double &time) |
void | startTriangle (const std::string &jointName, const double &qFinal, const double &time, const double &Tacc) |
void | stop (const std::string &jointName) |
void | stopForce (const std::string &forceName) |
Protected Types | |
enum | JTG_Status { JTG_STOP, JTG_SINUSOID, JTG_MIN_JERK, JTG_LIN_CHIRP, JTG_TRIANGLE, JTG_CONST_ACC, JTG_TEXT_FILE } |
Protected Member Functions | |
bool | convertForceNameToForceId (const std::string &name, unsigned int &id) |
bool | convertJointNameToJointId (const std::string &name, unsigned int &id) |
DECLARE_SIGNAL_OUT_FUNCTION (fLeftFoot, dynamicgraph::Vector) | |
DECLARE_SIGNAL_OUT_FUNCTION (fLeftHand, dynamicgraph::Vector) | |
DECLARE_SIGNAL_OUT_FUNCTION (fRightFoot, dynamicgraph::Vector) | |
DECLARE_SIGNAL_OUT_FUNCTION (fRightHand, dynamicgraph::Vector) | |
bool | generateReferenceForceSignal (const std::string &forceName, int fid, dynamicgraph::Vector &s, int iter) |
bool | isForceInRange (unsigned int id, const Eigen::VectorXd &f) |
bool | isForceInRange (unsigned int id, int axis, double f) |
bool | isJointInRange (unsigned int id, double q) |
Definition at line 45 of file joint-trajectory-generator.hh.
|
protected |
Enumerator | |
---|---|
JTG_STOP | |
JTG_SINUSOID | |
JTG_MIN_JERK | |
JTG_LIN_CHIRP | |
JTG_TRIANGLE | |
JTG_CONST_ACC | |
JTG_TEXT_FILE |
Definition at line 155 of file joint-trajectory-generator.hh.
JointTrajectoryGenerator | ( | const std::string & | name | ) |
Definition at line 37 of file joint-trajectory-generator.cpp.
References dynamicgraph::command::docCommandVoid5(), dynamicgraph::command::docCommandVoid6(), JointTrajectoryGenerator::getJoint(), JointTrajectoryGenerator::init(), JointTrajectoryGenerator::JTG_STOP, JointTrajectoryGenerator::m_currentTrajGen_force, JointTrajectoryGenerator::m_iterForceSignals, JointTrajectoryGenerator::m_linChirpTrajGen_force, JointTrajectoryGenerator::m_minJerkTrajGen_force, JointTrajectoryGenerator::m_noTrajGen_force, JointTrajectoryGenerator::m_sinTrajGen_force, JointTrajectoryGenerator::m_status_force, dynamicgraph::command::makeCommandVoid5(), dynamicgraph::command::makeCommandVoid6(), JointTrajectoryGenerator::moveForce(), JointTrajectoryGenerator::moveJoint(), JointTrajectoryGenerator::playTrajectoryFile(), JointTrajectoryGenerator::startConstAcc(), JointTrajectoryGenerator::startForceLinearChirp(), JointTrajectoryGenerator::startForceSinusoid(), JointTrajectoryGenerator::startLinearChirp(), JointTrajectoryGenerator::startSinusoid(), JointTrajectoryGenerator::startTriangle(), JointTrajectoryGenerator::stop(), and JointTrajectoryGenerator::stopForce().
|
protected |
Definition at line 645 of file joint-trajectory-generator.cpp.
References JointTrajectoryGenerator::m_robot_util.
Referenced by JointTrajectoryGenerator::moveForce(), JointTrajectoryGenerator::startForceLinearChirp(), JointTrajectoryGenerator::startForceSinusoid(), and JointTrajectoryGenerator::stopForce().
|
protected |
Definition at line 629 of file joint-trajectory-generator.cpp.
References JointTrajectoryGenerator::m_robot_util.
Referenced by JointTrajectoryGenerator::getJoint(), JointTrajectoryGenerator::moveJoint(), JointTrajectoryGenerator::startConstAcc(), JointTrajectoryGenerator::startLinearChirp(), JointTrajectoryGenerator::startSinusoid(), JointTrajectoryGenerator::startTriangle(), and JointTrajectoryGenerator::stop().
DECLARE_SIGNAL | ( | fLeftFoot | , |
OUT | , | ||
dynamicgraph::Vector | |||
) |
DECLARE_SIGNAL | ( | fLeftHand | , |
OUT | , | ||
dynamicgraph::Vector | |||
) |
DECLARE_SIGNAL | ( | fRightFoot | , |
OUT | , | ||
dynamicgraph::Vector | |||
) |
DECLARE_SIGNAL | ( | fRightHand | , |
OUT | , | ||
dynamicgraph::Vector | |||
) |
DECLARE_SIGNAL_IN | ( | base6d_encoders | , |
dynamicgraph::Vector | |||
) |
DECLARE_SIGNAL_OUT | ( | ddq | , |
dynamicgraph::Vector | |||
) |
DECLARE_SIGNAL_OUT | ( | dq | , |
dynamicgraph::Vector | |||
) |
DECLARE_SIGNAL_OUT | ( | q | , |
dynamicgraph::Vector | |||
) |
|
protected |
|
protected |
|
protected |
|
protected |
|
virtual |
Definition at line 705 of file joint-trajectory-generator.cpp.
|
protected |
Definition at line 309 of file joint-trajectory-generator.cpp.
References JointTrajectoryGenerator::isTrajectoryEnded(), JointTrajectoryGenerator::JTG_STOP, JointTrajectoryGenerator::m_currentTrajGen_force, JointTrajectoryGenerator::m_initSucceeded, JointTrajectoryGenerator::m_iterForceSignals, JointTrajectoryGenerator::m_noTrajGen_force, JointTrajectoryGenerator::m_status_force, and PROFILE_FORCE_DESIRED_COMPUTATION.
void getJoint | ( | const std::string & | jointName | ) |
Print the current angle of the specified joint.
Definition at line 346 of file joint-trajectory-generator.cpp.
References JointTrajectoryGenerator::convertJointNameToJointId().
Referenced by JointTrajectoryGenerator::JointTrajectoryGenerator().
void init | ( | const double & | dt, |
const std::string & | robotRef | ||
) |
Definition at line 155 of file joint-trajectory-generator.cpp.
References JointTrajectoryGenerator::JTG_STOP, JointTrajectoryGenerator::m_constAccTrajGen, JointTrajectoryGenerator::m_currentTrajGen, JointTrajectoryGenerator::m_currentTrajGen_force, JointTrajectoryGenerator::m_dt, JointTrajectoryGenerator::m_firstIter, JointTrajectoryGenerator::m_initSucceeded, JointTrajectoryGenerator::m_linChirpTrajGen, JointTrajectoryGenerator::m_linChirpTrajGen_force, JointTrajectoryGenerator::m_minJerkTrajGen, JointTrajectoryGenerator::m_minJerkTrajGen_force, JointTrajectoryGenerator::m_noTrajGen, JointTrajectoryGenerator::m_noTrajGen_force, JointTrajectoryGenerator::m_robot_util, JointTrajectoryGenerator::m_sinTrajGen, JointTrajectoryGenerator::m_sinTrajGen_force, JointTrajectoryGenerator::m_status, JointTrajectoryGenerator::m_textFileTrajGen, and JointTrajectoryGenerator::m_triangleTrajGen.
Referenced by JointTrajectoryGenerator::JointTrajectoryGenerator().
|
protected |
Definition at line 678 of file joint-trajectory-generator.cpp.
References JointTrajectoryGenerator::m_robot_util.
Referenced by JointTrajectoryGenerator::moveForce(), JointTrajectoryGenerator::startForceLinearChirp(), and JointTrajectoryGenerator::startForceSinusoid().
|
protected |
Definition at line 690 of file joint-trajectory-generator.cpp.
References JointTrajectoryGenerator::m_robot_util.
|
protected |
Definition at line 661 of file joint-trajectory-generator.cpp.
References JointTrajectoryGenerator::m_robot_util.
Referenced by JointTrajectoryGenerator::moveJoint(), JointTrajectoryGenerator::playTrajectoryFile(), JointTrajectoryGenerator::startConstAcc(), JointTrajectoryGenerator::startLinearChirp(), JointTrajectoryGenerator::startSinusoid(), and JointTrajectoryGenerator::startTriangle().
bool isTrajectoryEnded | ( | ) |
Returns whether all given trajectories have ended
Definition at line 353 of file joint-trajectory-generator.cpp.
References AbstractTrajectoryGenerator::isTrajectoryEnded(), JointTrajectoryGenerator::JTG_TEXT_FILE, JointTrajectoryGenerator::m_currentTrajGen, JointTrajectoryGenerator::m_robot_util, JointTrajectoryGenerator::m_status, and JointTrajectoryGenerator::m_textFileTrajGen.
Referenced by JointTrajectoryGenerator::generateReferenceForceSignal().
void moveForce | ( | const std::string & | forceName, |
const int & | axis, | ||
const double & | fFinal, | ||
const double & | time | ||
) |
Definition at line 574 of file joint-trajectory-generator.cpp.
References JointTrajectoryGenerator::convertForceNameToForceId(), JointTrajectoryGenerator::isForceInRange(), JointTrajectoryGenerator::JTG_MIN_JERK, JointTrajectoryGenerator::JTG_STOP, JointTrajectoryGenerator::m_currentTrajGen_force, JointTrajectoryGenerator::m_initSucceeded, JointTrajectoryGenerator::m_minJerkTrajGen_force, JointTrajectoryGenerator::m_noTrajGen_force, and JointTrajectoryGenerator::m_status_force.
Referenced by JointTrajectoryGenerator::JointTrajectoryGenerator().
void moveJoint | ( | const std::string & | jointName, |
const double & | qFinal, | ||
const double & | time | ||
) |
Move a joint to a position with a minimum-jerk trajectory.
jointName | The short name of the joint. |
qFinal | The desired final position of the joint [rad]. |
time | The time to go from the current position to qFinal [sec]. |
Definition at line 557 of file joint-trajectory-generator.cpp.
References JointTrajectoryGenerator::convertJointNameToJointId(), JointTrajectoryGenerator::isJointInRange(), JointTrajectoryGenerator::JTG_MIN_JERK, JointTrajectoryGenerator::JTG_STOP, JointTrajectoryGenerator::m_currentTrajGen, JointTrajectoryGenerator::m_initSucceeded, JointTrajectoryGenerator::m_minJerkTrajGen, JointTrajectoryGenerator::m_noTrajGen, and JointTrajectoryGenerator::m_status.
Referenced by JointTrajectoryGenerator::JointTrajectoryGenerator().
void playTrajectoryFile | ( | const std::string & | fileName | ) |
Definition at line 375 of file joint-trajectory-generator.cpp.
References AbstractTrajectoryGenerator::get_initial_point(), JointTrajectoryGenerator::isJointInRange(), JointTrajectoryGenerator::JTG_MIN_JERK, JointTrajectoryGenerator::JTG_STOP, JointTrajectoryGenerator::JTG_TEXT_FILE, TextFileTrajectoryGenerator::loadTextFile(), JointTrajectoryGenerator::m_currentTrajGen, JointTrajectoryGenerator::m_initSucceeded, JointTrajectoryGenerator::m_minJerkTrajGen, JointTrajectoryGenerator::m_noTrajGen, JointTrajectoryGenerator::m_robot_util, JointTrajectoryGenerator::m_status, and JointTrajectoryGenerator::m_textFileTrajGen.
Referenced by JointTrajectoryGenerator::JointTrajectoryGenerator().
|
inline |
Definition at line 150 of file joint-trajectory-generator.hh.
void startConstAcc | ( | const std::string & | jointName, |
const double & | qFinal, | ||
const double & | time | ||
) |
Start an infinite trajectory with piece-wise constant acceleration.
jointName | The short name of the joint. |
qFinal | The position of the joint corresponding to the max amplitude of the trajectory [rad]. |
time | The time to go from the current position to qFinal [sec]. |
Tacc | The time during witch acceleration is keept constant [sec]. |
Definition at line 459 of file joint-trajectory-generator.cpp.
References JointTrajectoryGenerator::convertJointNameToJointId(), JointTrajectoryGenerator::isJointInRange(), JointTrajectoryGenerator::JTG_CONST_ACC, JointTrajectoryGenerator::JTG_STOP, JointTrajectoryGenerator::m_constAccTrajGen, JointTrajectoryGenerator::m_currentTrajGen, JointTrajectoryGenerator::m_initSucceeded, JointTrajectoryGenerator::m_noTrajGen, and JointTrajectoryGenerator::m_status.
Referenced by JointTrajectoryGenerator::JointTrajectoryGenerator().
void startForceLinearChirp | ( | const std::string & | forceName, |
const int & | axis, | ||
const double & | fFinal, | ||
const double & | f0, | ||
const double & | f1, | ||
const double & | time | ||
) |
Definition at line 528 of file joint-trajectory-generator.cpp.
References JointTrajectoryGenerator::convertForceNameToForceId(), JointTrajectoryGenerator::isForceInRange(), JointTrajectoryGenerator::JTG_LIN_CHIRP, JointTrajectoryGenerator::JTG_STOP, JointTrajectoryGenerator::m_currentTrajGen_force, JointTrajectoryGenerator::m_initSucceeded, JointTrajectoryGenerator::m_linChirpTrajGen_force, JointTrajectoryGenerator::m_noTrajGen_force, and JointTrajectoryGenerator::m_status_force.
Referenced by JointTrajectoryGenerator::JointTrajectoryGenerator().
void startForceSinusoid | ( | const std::string & | forceName, |
const int & | axis, | ||
const double & | fFinal, | ||
const double & | time | ||
) |
Start an infinite sinusoidal trajectory for the specified force signal.
forceName | The short name of the force signal (rh, lh, rf, lf). |
fFinal | The 6d force corresponding to the max amplitude of the sinusoid [N/Nm]. |
time | The time to go from 0 to fFinal [sec]. |
Definition at line 478 of file joint-trajectory-generator.cpp.
References JointTrajectoryGenerator::convertForceNameToForceId(), JointTrajectoryGenerator::isForceInRange(), JointTrajectoryGenerator::JTG_SINUSOID, JointTrajectoryGenerator::JTG_STOP, JointTrajectoryGenerator::m_currentTrajGen_force, JointTrajectoryGenerator::m_initSucceeded, JointTrajectoryGenerator::m_noTrajGen_force, JointTrajectoryGenerator::m_sinTrajGen_force, and JointTrajectoryGenerator::m_status_force.
Referenced by JointTrajectoryGenerator::JointTrajectoryGenerator().
void startLinearChirp | ( | const std::string & | jointName, |
const double & | qFinal, | ||
const double & | f0, | ||
const double & | f1, | ||
const double & | time | ||
) |
Start a linear-chirp trajectory, that is a sinusoidal trajectory with frequency being a linear function of time.
jointName | The short name of the joint. |
qFinal | The position of the joint corresponding to the max amplitude of the sinusoid [rad]. |
f0 | The initial (min) frequency of the sinusoid [Hz] |
f1 | The final (max) frequency of the sinusoid [Hz] |
time | The time to get from f0 to f1 [sec] |
Definition at line 501 of file joint-trajectory-generator.cpp.
References JointTrajectoryGenerator::convertJointNameToJointId(), JointTrajectoryGenerator::isJointInRange(), JointTrajectoryGenerator::JTG_LIN_CHIRP, JointTrajectoryGenerator::JTG_STOP, JointTrajectoryGenerator::m_currentTrajGen, JointTrajectoryGenerator::m_initSucceeded, JointTrajectoryGenerator::m_linChirpTrajGen, JointTrajectoryGenerator::m_noTrajGen, and JointTrajectoryGenerator::m_status.
Referenced by JointTrajectoryGenerator::JointTrajectoryGenerator().
void startSinusoid | ( | const std::string & | jointName, |
const double & | qFinal, | ||
const double & | time | ||
) |
Start an infinite sinusoidal trajectory.
jointName | The short name of the joint. |
qFinal | The position of the joint corresponding to the max amplitude of the sinusoid [rad]. |
time | The time to go from the current position to qFinal [sec]. |
Definition at line 416 of file joint-trajectory-generator.cpp.
References JointTrajectoryGenerator::convertJointNameToJointId(), JointTrajectoryGenerator::isJointInRange(), JointTrajectoryGenerator::JTG_SINUSOID, JointTrajectoryGenerator::JTG_STOP, JointTrajectoryGenerator::m_currentTrajGen, JointTrajectoryGenerator::m_initSucceeded, JointTrajectoryGenerator::m_noTrajGen, JointTrajectoryGenerator::m_sinTrajGen, and JointTrajectoryGenerator::m_status.
Referenced by JointTrajectoryGenerator::JointTrajectoryGenerator().
void startTriangle | ( | const std::string & | jointName, |
const double & | qFinal, | ||
const double & | time, | ||
const double & | Tacc | ||
) |
Start an infinite triangle trajectory.
jointName | The short name of the joint. |
qFinal | The position of the joint corresponding to the max amplitude of the trajectory [rad]. |
time | The time to go from the current position to qFinal [sec]. |
Definition at line 434 of file joint-trajectory-generator.cpp.
References JointTrajectoryGenerator::convertJointNameToJointId(), JointTrajectoryGenerator::isJointInRange(), JointTrajectoryGenerator::JTG_STOP, JointTrajectoryGenerator::JTG_TRIANGLE, JointTrajectoryGenerator::m_currentTrajGen, JointTrajectoryGenerator::m_initSucceeded, JointTrajectoryGenerator::m_noTrajGen, JointTrajectoryGenerator::m_status, and JointTrajectoryGenerator::m_triangleTrajGen.
Referenced by JointTrajectoryGenerator::JointTrajectoryGenerator().
void stop | ( | const std::string & | jointName | ) |
Stop the motion of the specified joint. If jointName is "all" it stops the motion of all joints.
jointName | A string identifying the joint to stop. |
Definition at line 594 of file joint-trajectory-generator.cpp.
References JointTrajectoryGenerator::convertJointNameToJointId(), JointTrajectoryGenerator::JTG_STOP, JointTrajectoryGenerator::m_currentTrajGen, JointTrajectoryGenerator::m_initSucceeded, JointTrajectoryGenerator::m_noTrajGen, JointTrajectoryGenerator::m_robot_util, and JointTrajectoryGenerator::m_status.
Referenced by JointTrajectoryGenerator::JointTrajectoryGenerator().
void stopForce | ( | const std::string & | forceName | ) |
Stop the trajectory of the specified force. If forceName is "all" it stops all forces.
forceName | A string identifying the force to stop. |
Definition at line 615 of file joint-trajectory-generator.cpp.
References JointTrajectoryGenerator::convertForceNameToForceId(), JointTrajectoryGenerator::JTG_STOP, JointTrajectoryGenerator::m_currentTrajGen_force, JointTrajectoryGenerator::m_initSucceeded, JointTrajectoryGenerator::m_noTrajGen_force, and JointTrajectoryGenerator::m_status_force.
Referenced by JointTrajectoryGenerator::JointTrajectoryGenerator().
|
protected |
Definition at line 172 of file joint-trajectory-generator.hh.
Referenced by JointTrajectoryGenerator::init(), and JointTrajectoryGenerator::startConstAcc().
|
protected |
status of the joints
Definition at line 166 of file joint-trajectory-generator.hh.
Referenced by JointTrajectoryGenerator::init(), JointTrajectoryGenerator::isTrajectoryEnded(), JointTrajectoryGenerator::moveJoint(), JointTrajectoryGenerator::playTrajectoryFile(), JointTrajectoryGenerator::startConstAcc(), JointTrajectoryGenerator::startLinearChirp(), JointTrajectoryGenerator::startSinusoid(), JointTrajectoryGenerator::startTriangle(), and JointTrajectoryGenerator::stop().
|
protected |
status of the forces
Definition at line 176 of file joint-trajectory-generator.hh.
Referenced by JointTrajectoryGenerator::generateReferenceForceSignal(), JointTrajectoryGenerator::init(), JointTrajectoryGenerator::JointTrajectoryGenerator(), JointTrajectoryGenerator::moveForce(), JointTrajectoryGenerator::startForceLinearChirp(), JointTrajectoryGenerator::startForceSinusoid(), and JointTrajectoryGenerator::stopForce().
|
protected |
true if it is the first iteration, false otherwise
Definition at line 159 of file joint-trajectory-generator.hh.
Referenced by JointTrajectoryGenerator::init().
|
protected |
true if the entity has been successfully initialized
Definition at line 158 of file joint-trajectory-generator.hh.
Referenced by JointTrajectoryGenerator::init().
|
protected |
Definition at line 157 of file joint-trajectory-generator.hh.
Referenced by JointTrajectoryGenerator::generateReferenceForceSignal(), JointTrajectoryGenerator::init(), JointTrajectoryGenerator::moveForce(), JointTrajectoryGenerator::moveJoint(), JointTrajectoryGenerator::playTrajectoryFile(), JointTrajectoryGenerator::startConstAcc(), JointTrajectoryGenerator::startForceLinearChirp(), JointTrajectoryGenerator::startForceSinusoid(), JointTrajectoryGenerator::startLinearChirp(), JointTrajectoryGenerator::startSinusoid(), JointTrajectoryGenerator::startTriangle(), JointTrajectoryGenerator::stop(), and JointTrajectoryGenerator::stopForce().
|
protected |
Definition at line 163 of file joint-trajectory-generator.hh.
Referenced by JointTrajectoryGenerator::generateReferenceForceSignal(), and JointTrajectoryGenerator::JointTrajectoryGenerator().
|
protected |
Definition at line 170 of file joint-trajectory-generator.hh.
Referenced by JointTrajectoryGenerator::init(), and JointTrajectoryGenerator::startLinearChirp().
|
protected |
Definition at line 180 of file joint-trajectory-generator.hh.
Referenced by JointTrajectoryGenerator::init(), JointTrajectoryGenerator::JointTrajectoryGenerator(), and JointTrajectoryGenerator::startForceLinearChirp().
|
protected |
Definition at line 168 of file joint-trajectory-generator.hh.
Referenced by JointTrajectoryGenerator::init(), JointTrajectoryGenerator::moveJoint(), and JointTrajectoryGenerator::playTrajectoryFile().
|
protected |
Definition at line 179 of file joint-trajectory-generator.hh.
Referenced by JointTrajectoryGenerator::init(), JointTrajectoryGenerator::JointTrajectoryGenerator(), and JointTrajectoryGenerator::moveForce().
|
protected |
Definition at line 167 of file joint-trajectory-generator.hh.
Referenced by JointTrajectoryGenerator::init(), JointTrajectoryGenerator::moveJoint(), JointTrajectoryGenerator::playTrajectoryFile(), JointTrajectoryGenerator::startConstAcc(), JointTrajectoryGenerator::startLinearChirp(), JointTrajectoryGenerator::startSinusoid(), JointTrajectoryGenerator::startTriangle(), and JointTrajectoryGenerator::stop().
|
protected |
Definition at line 177 of file joint-trajectory-generator.hh.
Referenced by JointTrajectoryGenerator::generateReferenceForceSignal(), JointTrajectoryGenerator::init(), JointTrajectoryGenerator::JointTrajectoryGenerator(), JointTrajectoryGenerator::moveForce(), JointTrajectoryGenerator::startForceLinearChirp(), JointTrajectoryGenerator::startForceSinusoid(), and JointTrajectoryGenerator::stopForce().
|
protected |
control loop time period
Definition at line 161 of file joint-trajectory-generator.hh.
Referenced by JointTrajectoryGenerator::convertForceNameToForceId(), JointTrajectoryGenerator::convertJointNameToJointId(), JointTrajectoryGenerator::init(), JointTrajectoryGenerator::isForceInRange(), JointTrajectoryGenerator::isJointInRange(), JointTrajectoryGenerator::isTrajectoryEnded(), JointTrajectoryGenerator::playTrajectoryFile(), and JointTrajectoryGenerator::stop().
|
protected |
Definition at line 169 of file joint-trajectory-generator.hh.
Referenced by JointTrajectoryGenerator::init(), and JointTrajectoryGenerator::startSinusoid().
|
protected |
Definition at line 178 of file joint-trajectory-generator.hh.
Referenced by JointTrajectoryGenerator::init(), JointTrajectoryGenerator::JointTrajectoryGenerator(), and JointTrajectoryGenerator::startForceSinusoid().
|
protected |
Definition at line 165 of file joint-trajectory-generator.hh.
Referenced by JointTrajectoryGenerator::init(), JointTrajectoryGenerator::isTrajectoryEnded(), JointTrajectoryGenerator::moveJoint(), JointTrajectoryGenerator::playTrajectoryFile(), JointTrajectoryGenerator::startConstAcc(), JointTrajectoryGenerator::startLinearChirp(), JointTrajectoryGenerator::startSinusoid(), JointTrajectoryGenerator::startTriangle(), and JointTrajectoryGenerator::stop().
|
protected |
Definition at line 175 of file joint-trajectory-generator.hh.
Referenced by JointTrajectoryGenerator::generateReferenceForceSignal(), JointTrajectoryGenerator::JointTrajectoryGenerator(), JointTrajectoryGenerator::moveForce(), JointTrajectoryGenerator::startForceLinearChirp(), JointTrajectoryGenerator::startForceSinusoid(), and JointTrajectoryGenerator::stopForce().
|
protected |
Definition at line 173 of file joint-trajectory-generator.hh.
Referenced by JointTrajectoryGenerator::init(), JointTrajectoryGenerator::isTrajectoryEnded(), and JointTrajectoryGenerator::playTrajectoryFile().
|
protected |
Definition at line 171 of file joint-trajectory-generator.hh.
Referenced by JointTrajectoryGenerator::init(), and JointTrajectoryGenerator::startTriangle().