Main Page
Namespaces
Classes
Files
File List
File Members
src
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
10
namespace
choreo_execution_gatekeeper
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
choreo_execution_gatekeeper::appendTrajectory
void appendTrajectory(trajectory_msgs::JointTrajectory &original, const trajectory_msgs::JointTrajectory &next)
Definition:
execution_utils.cpp:7
choreo_execution_gatekeeper
Definition:
choreo_execution_gatekeeper_service.h:12
choreo_execution_gatekeeper
Author(s):
autogenerated on Thu Jul 18 2019 03:59:24