Skip to content

Commit

Permalink
made chomp_recovery set to true by default
Browse files Browse the repository at this point in the history
  • Loading branch information
raghavendersahdev committed Aug 17, 2018
1 parent d42b356 commit e8676ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion moveit_setup_assistant/src/tools/moveit_config_data.cpp
Expand Up @@ -303,7 +303,7 @@ bool MoveItConfigData::outputCHOMPPlanningYAML(const std::string& file_path)
emitter << YAML::Key << "collision_clearence" << YAML::Value << "0.2";
emitter << YAML::Key << "collision_threshold" << YAML::Value << "0.07";
emitter << YAML::Key << "use_stochastic_descent" << YAML::Value << "true";
emitter << YAML::Key << "enable_failure_recovery" << YAML::Value << "false";
emitter << YAML::Key << "enable_failure_recovery" << YAML::Value << "true";
emitter << YAML::Key << "max_recovery_attempts" << YAML::Value << "5";
emitter << YAML::EndMap;

Expand Down

0 comments on commit e8676ea

Please sign in to comment.