58  void setRecoveryParams(
double learning_rate, 
double ridge_factor, 
int planning_time_limit, 
int max_iterations);
 
 
double collision_threshold_
 
static const std::vector< std::string > VALID_INITIALIZATION_METHODS
 
double planning_time_limit_
 
std::string trajectory_initialization_method_
 
double smoothness_cost_weight_
 
void setRecoveryParams(double learning_rate, double ridge_factor, int planning_time_limit, int max_iterations)
 
int max_recovery_attempts_
 
double smoothness_cost_jerk_
 
double smoothness_cost_acceleration_
 
bool use_stochastic_descent_
 
double pseudo_inverse_ridge_factor_
 
virtual ~ChompParameters()
 
bool enable_failure_recovery_
 
double smoothness_cost_velocity_
 
int max_iterations_after_collision_free_
 
double joint_update_limit_
 
bool setTrajectoryInitializationMethod(std::string method)
 
double obstacle_cost_weight_