|
#include <algorithm>
#include <deque>
#include <iterator>
#include <shared_mutex>
#include <vector>
#include <Eigen/Core>
#include <Eigen/Geometry>
#include <SimoxUtility/math/pose/interpolate.h>
#include <ArmarXCore/core/exceptions/local/ExpressionException.h>
#include <ArmarXCore/core/logging/Logging.h>
#include "TimeQueue.h"
Go to the source code of this file.
Classes | |
class | InterpolatingTimeQueue< MessageType > |
struct | PoseStamped |
Namespaces | |
armarx | |
This file offers overloads of toIce() and fromIce() functions for STL container types. | |
armarx::localization_and_mapping | |
armarx::localization_and_mapping::cartographer_adapter | |
This file is part of ArmarX. | |
Functions | |
PoseStamped | interpolate (const PoseStamped &posePre, const PoseStamped &poseNext, float t) |