Skip to content
Snippets Groups Projects
initial_guesses.yaml 590 B
Newer Older
  • Learn to ignore specific revisions
  •   name: "2x3" # change to "2x3" for 2x3
      x_max: 2 # change to 2 for 2x3
      y_max: 3 # change to 3 for 2x3
    
    initial_guess_type: "db" # options are db, line, None
    
      circle_obs: [] # [[5,3,1]] # [x, y, radius] # change to [] for 2x3 
    
      dist_robots_weight: 8
      dist_obstacles_weight: 8
      control_costs_weight: 3
      time_weight: 1
      goal_weight: 5
    
    
    grid_resolution: 2
    
    solver_options:
      print_time: 0
      print_level: 0
      acceptable_tol: 1.0e-6
      acceptable_iter: 100