1 #ifndef YOUBOT_GRIPPERDATATRACE_H 2 #define YOUBOT_GRIPPERDATATRACE_H 62 #include "boost/date_time/gregorian/gregorian.hpp" 63 #include "boost/filesystem.hpp" 84 void startTrace(
const std::string parameterName,
const std::string unit);
90 void updateTrace(
const double parameterValue);
92 unsigned long getTimeDurationMilliSec();
JointSensedTorque sensedTorque
time_duration timeDuration
Sensed encoder ticks of the joint.
JointCurrentSetpoint currentSetpoint
Set-point velocity of the joint.
JointTorqueSetpoint torqueSetpoint
The torque set-point of the joint will be set by setting the computed current set-point.
JointVelocitySetpoint velocitySetpoint
JointRoundsPerMinuteSetpoint roundsPerMinuteSetpoint
This torque of the joint is computed from the actual current.
JointSensedAngle sensedAngle
JointSensedEncoderTicks sensedEncoderTicks
unsigned long timeDurationMicroSec
std::fstream parametersEndTraceFile
JointPWMSetpoint PWMSetpoint
JointSensedRoundsPerMinute sensedRoundsPerMinute
Sensed rounds per minute (rpm) of the joint.
JointEncoderSetpoint encoderSetpoint
Sensed electric current of the joint.
encoder ticks setpoint of the joint
One bar of the youBot gripper.
std::fstream parametersBeginTraceFile
JointSensedVelocity sensedVelocity
std::vector< YouBotGripperParameter * > parameterVector
YouBotGripperBar & gripperBar
Pulse-width modulation set-point of the joint.
JointAngleSetpoint angleSetpoint
JointSensedCurrent sensedCurrent
Set-point current of the joint.
Creates a trace of one parameter of the gripper.
Sensed position / angle of the joint.
Set-point angle / position of the joint.
Rounds per minute set-point of the joint.
actual pwm value of the joint
Sensed velocity of the joint.