chomp_parameters.h
Go to the documentation of this file.
1 /*********************************************************************
2  * Software License Agreement (BSD License)
3  *
4  * Copyright (c) 2009, Willow Garage, Inc.
5  * All rights reserved.
6  *
7  * Redistribution and use in source and binary forms, with or without
8  * modification, are permitted provided that the following conditions
9  * are met:
10  *
11  * * Redistributions of source code must retain the above copyright
12  * notice, this list of conditions and the following disclaimer.
13  * * Redistributions in binary form must reproduce the above
14  * copyright notice, this list of conditions and the following
15  * disclaimer in the documentation and/or other materials provided
16  * with the distribution.
17  * * Neither the name of Willow Garage nor the names of its
18  * contributors may be used to endorse or promote products derived
19  * from this software without specific prior written permission.
20  *
21  * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
22  * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
23  * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
24  * FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
25  * COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
26  * INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
27  * BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
28  * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
29  * CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
30  * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN
31  * ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
32  * POSSIBILITY OF SUCH DAMAGE.
33  *********************************************************************/
34 
35 /* Author: Mrinal Kalakrishnan */
36 
37 #ifndef CHOMP_PARAMETERS_H_
38 #define CHOMP_PARAMETERS_H_
39 
40 #include <ros/ros.h>
41 
42 namespace chomp
43 {
45 {
46 public:
48  virtual ~ChompParameters();
49 
55 
64  void setRecoveryParams(double learning_rate, double ridge_factor, int planning_time_limit, int max_iterations);
65 
66 public:
73  double obstacle_cost_weight_;
75  double learning_rate_;
77 
82  // bool add_randomness_;
83  // bool use_hamiltonian_monte_carlo_;
85 
87  // double hmc_stochasticity_;
88  // double hmc_discretization_;
89  // double hmc_annealing_factor_;
90  double ridge_factor_;
93 
95  double min_clearence_;
98  // double random_jump_amount_;
103 };
105 
106 } // namespace chomp
107 
108 #endif /* CHOMP_PARAMETERS_H_ */
bool use_pseudo_inverse_
the noise added to the diagnal of the total quadratic cost matrix in the objective function ...
std::string trajectory_initialization_method_
ChompParameters getNonConstParams(ChompParameters params)
double collision_threshold_
the minimum distance that needs to be maintained to avoid obstacles
double pseudo_inverse_ridge_factor_
enable pseudo inverse calculations or not.
double min_clearence_
set the update limit for the robot joints
double smoothness_cost_acceleration_
variables associated with the cost in velocity
double joint_update_limit_
set the ridge factor if pseudo inverse is enabled
void setRecoveryParams(double learning_rate, double ridge_factor, int planning_time_limit, int max_iterations)
double smoothness_cost_jerk_
variables associated with the cost in acceleration
bool filter_mode_
the collision threshold cost that needs to be mainted to avoid collisions
int max_iterations_
maximum time the optimizer can take to find a solution before terminating
bool use_stochastic_descent_
variables associated with the cost in jerk
bool enable_failure_recovery_
trajectory initialization method to be specified


chomp_motion_planner
Author(s): Gil Jones , Mrinal Kalakrishnan
autogenerated on Sun Oct 18 2020 13:17:08