Tesseract
Motion Planning Environment
|
This holds a state of the scene. More...
#include <tesseract_common/macros.h>
#include <boost/serialization/access.hpp>
#include <boost/serialization/map.hpp>
#include <boost/serialization/nvp.hpp>
#include <boost/serialization/unordered_map.hpp>
#include <memory>
#include <tesseract_common/eigen_serialization.h>
#include <tesseract_common/utils.h>
#include <tesseract_scene_graph/scene_state.h>
#include <tesseract_common/serialization.h>
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 transfrom of the joint, but they are both provided for convience. Also the joint values used to calculated the link/joint transfroms is provided.