Go to the documentation of this file. 1 #ifndef AIKIDO_PLANNER_WORLDSTATESAVER_HPP_
2 #define AIKIDO_PLANNER_WORLDSTATESAVER_HPP_
42 #endif // ifndef AIKIDO_PLANNER_WORLDSTATESAVER_HPP_
World * mWorld
World to save the state of.
Definition: WorldStateSaver.hpp:30
World::State mWorldState
Saved state.
Definition: WorldStateSaver.hpp:36
@ CONFIGURATIONS
Definition: WorldStateSaver.hpp:16
Format of serialized trajectory in YAML.
Definition: algorithm.hpp:4
A Kinematic world that contains a set of skeletons.
Definition: World.hpp:18
Options
Options to specify what WorldStateSaver should save.
Definition: WorldStateSaver.hpp:14
WorldStateSaver(World *world, int options=CONFIGURATIONS)
Construct a WorldStateSaver and save the current state of the World.
int mOptions
Options to specify what should be saved.
Definition: WorldStateSaver.hpp:33
RAII class to save and restore a World's state.
Definition: WorldStateSaver.hpp:10
virtual ~WorldStateSaver()