Random sampling of robot configurations for random path planning.
◆ BasicConfigurationShooter
◆ BasicConfigurationShooterPtr_t
◆ ConfigurationShooter()
hpp::core::ConfigurationShooter::ConfigurationShooter |
( |
| ) |
|
|
inlineprotected |
◆ impl_shoot()
virtual void hpp::core::ConfigurationShooter::impl_shoot |
( |
Configuration_t & |
q | ) |
const |
|
protectedpure virtual |
◆ init()
void hpp::core::ConfigurationShooter::init |
( |
const ConfigurationShooterWkPtr_t & |
weak | ) |
|
|
inlineprotected |
Store weak pointer to itself.
◆ shoot() [1/2]
Shoot a random configuration.
◆ shoot() [2/2]
virtual void hpp::core::ConfigurationShooter::shoot |
( |
Configuration_t & |
q | ) |
const |
|
inlinevirtual |
Shoot a random configuration
- Parameters
-
q | the configuration (resized if necessary). |
- Deprecated:
- This method is virtual for backward compatibility. It will become non-virtual in the future. Child classes should rather implement impl_shoot so that both prototype of method shoot remain available.
◆ ~ConfigurationShooter()
virtual hpp::core::ConfigurationShooter::~ConfigurationShooter |
( |
| ) |
|
|
inlinevirtual |