execution_utils.h
Go to the documentation of this file.
1 //
2 // Created by yijiangh on 7/10/17.
3 //
4 
5 #ifndef FRAMEFAB_EXECUTION_GATEKEEPER_UTILS_H
6 #define FRAMEFAB_EXECUTION_GATEKEEPER_UTILS_H
7 
8 #include <trajectory_msgs/JointTrajectory.h>
9 
11 {
12 // helper function to rebase and concatenate the timestamps of the input joint trajectory
13 //
14 // input: next: trajectory chunks to be appended, starting time stamp is not synchronized
15 // output: original: trajectories to be appended upon
16 void appendTrajectory(trajectory_msgs::JointTrajectory& original,
17  const trajectory_msgs::JointTrajectory& next);
18 }
19 
20 #endif //FRAMEFAB_EXECUTION_GATEKEEPER_UTILS_H
void appendTrajectory(trajectory_msgs::JointTrajectory &original, const trajectory_msgs::JointTrajectory &next)


choreo_execution_gatekeeper
Author(s):
autogenerated on Thu Jul 18 2019 03:59:24