Skip to content

Commit

Permalink
Toggle obstacle avoidance flag
Browse files Browse the repository at this point in the history
  • Loading branch information
somritabanerjee committed Oct 8, 2024
1 parent 068a3c9 commit b5a21fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mobility/planner_scp_gusto/src/optim.cc
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ TOP::TOP(decimal_t Tf_, int N_)
enforce_lin_vel_norm = false;
enforce_ang_vel_norm = false;
enforce_trust_region_const = false;
enforce_obs_avoidance_const = true;
enforce_obs_avoidance_const = false;

penalize_total_force = false;
penalize_total_moment = false;
Expand Down

0 comments on commit b5a21fd

Please sign in to comment.