|
YARP
Yet Another Robot Platform
|
|
Go to the documentation of this file.
25 #ifndef YARP_ROSMSG_trajectory_msgs_MultiDOFJointTrajectoryPoint_h
26 #define YARP_ROSMSG_trajectory_msgs_MultiDOFJointTrajectoryPoint_h
44 std::vector<yarp::rosmsg::geometry_msgs::Transform>
transforms;
45 std::vector<yarp::rosmsg::geometry_msgs::Twist>
velocities;
77 for (
int i=0; i<len; i++) {
86 for (
int i=0; i<len; i++) {
95 for (
int i=0; i<len; i++) {
123 for (
int i=0; i<len; i++) {
135 for (
int i=0; i<len; i++) {
147 for (
int i=0; i<len; i++) {
256 static constexpr
const char*
typeName =
"trajectory_msgs/MultiDOFJointTrajectoryPoint";
259 static constexpr
const char*
typeChecksum =
"3ebe08d1abd5b65862d50e09430db776";
263 # Each multi-dof joint can specify a transform (up to 6 DOF)\n\
264 geometry_msgs/Transform[] transforms\n\
266 # There can be a velocity specified for the origin of the joint \n\
267 geometry_msgs/Twist[] velocities\n\
269 # There can be an acceleration specified for the origin of the joint \n\
270 geometry_msgs/Twist[] accelerations\n\
272 duration time_from_start\n\
274 ================================================================================\n\
275 MSG: geometry_msgs/Transform\n\
276 # This represents the transform between two coordinate frames in free space.\n\
278 Vector3 translation\n\
279 Quaternion rotation\n\
281 ================================================================================\n\
282 MSG: geometry_msgs/Vector3\n\
283 # This represents a vector in free space. \n\
284 # It is only meant to represent a direction. Therefore, it does not\n\
285 # make sense to apply a translation to it (e.g., when applying a \n\
286 # generic rigid transformation to a Vector3, tf2 will only apply the\n\
287 # rotation). If you want your data to be translatable too, use the\n\
288 # geometry_msgs/Point message instead.\n\
293 ================================================================================\n\
294 MSG: geometry_msgs/Quaternion\n\
295 # This represents an orientation in free space in quaternion form.\n\
302 ================================================================================\n\
303 MSG: geometry_msgs/Twist\n\
304 # This expresses velocity in free space broken into its linear and angular parts.\n\
322 #endif // YARP_ROSMSG_trajectory_msgs_MultiDOFJointTrajectoryPoint_h
static constexpr const char * typeText
bool writeBottle(yarp::os::ConnectionWriter &connection) const override
bool readBottle(yarp::os::ConnectionReader &connection) override
virtual bool read(yarp::os::idl::WireReader &reader)
bool writeBare(yarp::os::ConnectionWriter &connection) const override
bool write(yarp::os::ConnectionWriter &connection) const override
Write this object to a network connection.
virtual bool isBareMode() const =0
Check if the connection is bare mode.
static constexpr const char * typeChecksum
yarp::rosmsg::TickDuration time_from_start
MultiDOFJointTrajectoryPoint()
virtual bool isError() const =0
yarp::os::idl::BottleStyle< yarp::rosmsg::trajectory_msgs::MultiDOFJointTrajectoryPoint > bottleStyle
static Type byName(const char *name)
std::vector< yarp::rosmsg::geometry_msgs::Twist > velocities
virtual std::int32_t expectInt32()=0
Read a 32-bit integer from the network connection.
Type & addProperty(const char *key, const Value &val)
static constexpr const char * typeName
An interface for writing to a network connection.
virtual bool isError() const =0
virtual bool convertTextMode()=0
Reads in a standard description in text mode, and converts it to a standard description in binary.
bool read(yarp::os::ConnectionReader &connection) override
Read this object from a network connection.
A "tamed" Portable, that promises to serialize itself in an IDL-friendly way.
virtual bool isBareMode() const =0
Check if the connection is bare mode.
virtual bool convertTextMode()=0
Converts a standard description in binary into a textual description, if the connection is in text-mo...
bool readBare(yarp::os::ConnectionReader &connection) override
virtual void appendInt32(std::int32_t data)=0
Send a representation of a 32-bit integer to the network connection.
IDL-friendly connection reader.
An interface for reading from a network connection.
yarp::os::Type getType() const override
The main, catch-all namespace for YARP.
std::vector< yarp::rosmsg::geometry_msgs::Twist > accelerations
yarp::os::idl::BareStyle< yarp::rosmsg::trajectory_msgs::MultiDOFJointTrajectoryPoint > rosStyle
A single value (typically within a Bottle).
bool write(yarp::os::ConnectionWriter &connection) const override
Write this object to a network connection.
std::vector< yarp::rosmsg::geometry_msgs::Transform > transforms
bool read(yarp::os::ConnectionReader &connection) override
Read this object from a network connection.
virtual bool write(const yarp::os::idl::WireWriter &writer) const