Tesseract
Motion Planning Environment
|
This holds a state of the scene. More...
#include <tesseract_common/macros.h>
#include <boost/serialization/access.hpp>
#include <Eigen/Core>
#include <unordered_map>
#include <vector>
#include <memory>
#include <tesseract_common/types.h>
#include <boost/serialization/export.hpp>
#include <boost/serialization/tracking.hpp>
Go to the source code of this file.
Classes | |
struct | tesseract_scene_graph::SceneState |
This holds a state of the scene. More... | |
Namespaces | |
namespace | tesseract_scene_graph |
This holds a state of the scene.
It provides a way to look up the location of a link/joint in world coordinates system by link/joint name. It is possible to get the joint transform using the child link transform of the joint, but they are both provided for convenience. Also the joint values used to calculated the link/joint transforms is provided.