1 #ifndef SAMPLING_API_HPP
2 #define SAMPLING_API_HPP
4 #ifndef CONFIGURATION_HPP
29 virtual std::tr1::shared_ptr<Configuration> sample(
bool samplePassive =
true);
31 std::tr1::shared_ptr<Configuration> shootCollisionFree();
Classe représentant un chemin local.
Definition: localpath.hpp:15
This class holds a the robot represented by a kinematic chain.
Definition: robot.hpp:42
The sampling API.
Definition: sampling_api.hpp:19
Classe représentant une Configuration d'un Robot.
Definition: configuration.hpp:25