Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: mbed
RobotTrajectory.h
00001 #ifndef _ROS_moveit_msgs_RobotTrajectory_h 00002 #define _ROS_moveit_msgs_RobotTrajectory_h 00003 00004 #include <stdint.h> 00005 #include <string.h> 00006 #include <stdlib.h> 00007 #include "ros/msg.h" 00008 #include "trajectory_msgs/JointTrajectory.h" 00009 #include "trajectory_msgs/MultiDOFJointTrajectory.h" 00010 00011 namespace moveit_msgs 00012 { 00013 00014 class RobotTrajectory : public ros::Msg 00015 { 00016 public: 00017 typedef trajectory_msgs::JointTrajectory _joint_trajectory_type; 00018 _joint_trajectory_type joint_trajectory; 00019 typedef trajectory_msgs::MultiDOFJointTrajectory _multi_dof_joint_trajectory_type; 00020 _multi_dof_joint_trajectory_type multi_dof_joint_trajectory; 00021 00022 RobotTrajectory(): 00023 joint_trajectory(), 00024 multi_dof_joint_trajectory() 00025 { 00026 } 00027 00028 virtual int serialize(unsigned char *outbuffer) const 00029 { 00030 int offset = 0; 00031 offset += this->joint_trajectory.serialize(outbuffer + offset); 00032 offset += this->multi_dof_joint_trajectory.serialize(outbuffer + offset); 00033 return offset; 00034 } 00035 00036 virtual int deserialize(unsigned char *inbuffer) 00037 { 00038 int offset = 0; 00039 offset += this->joint_trajectory.deserialize(inbuffer + offset); 00040 offset += this->multi_dof_joint_trajectory.deserialize(inbuffer + offset); 00041 return offset; 00042 } 00043 00044 virtual const char * getType(){ return "moveit_msgs/RobotTrajectory"; }; 00045 virtual const char * getMD5(){ return "dfa9556423d709a3729bcef664bddf67"; }; 00046 00047 }; 00048 00049 } 00050 #endif
Generated on Mon Sep 26 2022 13:47:03 by
