chomp_planning.yaml 538 B

12345678910111213141516171819
  1. planning_time_limit: 10.0
  2. max_iterations: 200
  3. max_iterations_after_collision_free: 5
  4. smoothness_cost_weight: 0.1
  5. obstacle_cost_weight: 1.0
  6. learning_rate: 0.01
  7. smoothness_cost_velocity: 0.0
  8. smoothness_cost_acceleration: 1.0
  9. smoothness_cost_jerk: 0.0
  10. ridge_factor: 0.0
  11. use_pseudo_inverse: false
  12. pseudo_inverse_ridge_factor: 1e-4
  13. joint_update_limit: 0.1
  14. collision_clearance: 0.2
  15. collision_threshold: 0.07
  16. use_stochastic_descent: true
  17. enable_failure_recovery: false
  18. max_recovery_attempts: 5
  19. trajectory_initialization_method: "fillTrajectory"