Classes | Functions
Configuration Sampling

Random sampling of robot configurations for random path planning. More...

Classes

class  hpp::core::BasicConfigurationShooter
 Uniformly sample with bounds of degrees of freedom. More...
 
class  hpp::core::ConfigurationShooter
 Abstraction of configuration shooter. More...
 

Functions

virtual ConfigurationPtr_t hpp::core::ConfigurationShooter::shoot () const =0
 Shoot a random configuration. More...
 
virtual hpp::core::ConfigurationShooter::~ConfigurationShooter ()
 
 hpp::core::ConfigurationShooter::ConfigurationShooter ()
 
void hpp::core::ConfigurationShooter::init (const ConfigurationShooterWkPtr_t &weak)
 Store weak pointer to itself. More...
 

Detailed Description

Random sampling of robot configurations for random path planning.

Function Documentation

◆ ConfigurationShooter()

hpp::core::ConfigurationShooter::ConfigurationShooter ( )
inlineprotected

◆ init()

void hpp::core::ConfigurationShooter::init ( const ConfigurationShooterWkPtr_t &  weak)
inlineprotected

Store weak pointer to itself.

Referenced by hpp::core::BasicConfigurationShooter::init().

◆ shoot()

virtual ConfigurationPtr_t hpp::core::ConfigurationShooter::shoot ( ) const
pure virtual

Shoot a random configuration.

Implemented in hpp::core::BasicConfigurationShooter.

◆ ~ConfigurationShooter()

virtual hpp::core::ConfigurationShooter::~ConfigurationShooter ( )
inlinevirtual