|
#include <optional>
#include <RobotAPI/libraries/ArmarXObjects/ObjectPoseClient.h>
#include <armarx/navigation/core/basic_types.h>
Go to the source code of this file.
Classes | |
struct | ResolvedLocation |
Namespaces | |
armarx | |
This file offers overloads of toIce() and fromIce() functions for STL container types. | |
armarx::navigation | |
This file is part of ArmarX. | |
armarx::navigation::core | |
This file is part of ArmarX. | |
Functions | |
ResolvedLocation | resolveLocation (const objpose::ObjectPoseClient &client, const FramedPose &framedPose, const std::string &instanceID="") |
Resolve the FramedPose of a location to a global pose. More... | |
ResolvedLocation | resolveLocation (const objpose::ObjectPoseMap &objects, const std::vector< ObjectInfo > &info, const FramedPose &framedPose, const std::string &instanceID="") |
Resolve the FramedPose of a location to a global pose. More... | |