#include <yarp/rosmsg/trajectory_msgs/JointTrajectoryPoint.h>
|
static constexpr const char * | typeName = "trajectory_msgs/JointTrajectoryPoint" |
|
static constexpr const char * | typeChecksum = "f3cd1e1c4d320c79d6985c904ae5dcd3" |
|
static constexpr const char * | typeText |
|
Definition at line 35 of file JointTrajectoryPoint.h.
◆ bottleStyle
◆ rosStyle
◆ JointTrajectoryPoint()
yarp::rosmsg::trajectory_msgs::JointTrajectoryPoint::JointTrajectoryPoint |
( |
| ) |
|
|
inline |
◆ clear()
void yarp::rosmsg::trajectory_msgs::JointTrajectoryPoint::clear |
( |
| ) |
|
|
inline |
◆ getType()
yarp::os::Type yarp::rosmsg::trajectory_msgs::JointTrajectoryPoint::getType |
( |
| ) |
const |
|
inlineoverridevirtual |
◆ read()
Read this object from a network connection.
Override this for your particular class.
- Parameters
-
reader | an interface to the network connection for reading |
- Returns
- true iff the object is successfully read
Implements yarp::os::Portable.
Definition at line 166 of file JointTrajectoryPoint.h.
◆ readBare()
◆ readBottle()
◆ write()
Write this object to a network connection.
Override this for your particular class. Be aware that depending on the nature of the connections a port has, and what protocol they use, and how efficient the YARP implementation is, this method may be called once, twice, or many times, as the result of a single call to Port::write
- Parameters
-
writer | an interface to the network connection for writing |
- Returns
- true iff the object is successfully written
Implements yarp::os::Portable.
Definition at line 249 of file JointTrajectoryPoint.h.
◆ writeBare()
◆ writeBottle()
◆ accelerations
◆ effort
◆ positions
◆ time_from_start
◆ typeChecksum
constexpr const char* yarp::rosmsg::trajectory_msgs::JointTrajectoryPoint::typeChecksum = "f3cd1e1c4d320c79d6985c904ae5dcd3" |
|
staticconstexpr |
◆ typeName
constexpr const char* yarp::rosmsg::trajectory_msgs::JointTrajectoryPoint::typeName = "trajectory_msgs/JointTrajectoryPoint" |
|
staticconstexpr |
◆ typeText
constexpr const char* yarp::rosmsg::trajectory_msgs::JointTrajectoryPoint::typeText |
|
staticconstexpr |
Initial value:= "\
# Each trajectory point specifies either positions[, velocities[, accelerations]]\n\
# or positions[, effort] for the trajectory to be executed.\n\
# All specified values are in the same order as the joint names in JointTrajectory.msg\n\
\n\
float64[] positions\n\
float64[] velocities\n\
float64[] accelerations\n\
float64[] effort\n\
duration time_from_start\n\
"
Definition at line 267 of file JointTrajectoryPoint.h.
◆ velocities
The documentation for this class was generated from the following file: