Skip to content
Snippets Groups Projects
settings.yaml 1.14 KiB
Newer Older
  • Learn to ignore specific revisions
  • rachelmoan's avatar
    rachelmoan committed
    single_agent_planner: "RRTStar"
    
    
    prediction_horizon: 10 # seconds
    
    discretization_step: 1 # seconds 
    
    rachelmoan's avatar
    rachelmoan committed
    
    
    model_predictive_controller:
    
      Q: [20, 20, 0]         # state error cost for a differential drive robot
      Qf: [30, 30, 0]        # state final error cost for a differential drive robot
      R: [10, 10]             # input cost for a differential drive robot
    
      P: [10, 10]             # input rate of change cost for a differential drive robot
    
      print_level: 0
      print_time: 0
      acceptable_tol: .1
      acceptable_iter: 1000
    
    
    multi_robot_traj_opt:
    
      obs_dist_weight: 10
      time_weight: 5
    
    simulator:
    
    
    environment:
      circle_obstacles: []
      rectangle_obstacles: []
    
    robot_starts: []
      # - [80, 80, 0]
      # - [20, 20, 0]
    
    robot_goals: []
      # - [20, 20, 0]
      # - [80, 80, 0]
    
    robot_radii:
    
    dynamics_models: 
    
      - Roomba
      - Roomba
      - Roomba
      - Roomba
      - Roomba
      - Roomba
      - Roomba
      - Roomba