Skip to content

Commit

Permalink
Update config.toml to match what is used in paper experiment
Browse files Browse the repository at this point in the history
  • Loading branch information
kpbaks authored Sep 8, 2024
1 parent ba12841 commit 92c834b
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions config/scenarios/Collaborative Complex/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,11 @@ ui-focus-cancels-inputs = true
default-cam-distance = 200.0

[gbp]
sigma-pose-fixed = 0.0000000000000010000000036274937
sigma-factor-dynamics = 0.10000000149011612
sigma-factor-interrobot = 0.004999999888241291
sigma-factor-obstacle = 0.004999999888241291
sigma-factor-tracking = 0.15000000596046448
sigma-pose-fixed = 1e-15
sigma-factor-dynamics = 0.1
sigma-factor-interrobot = 0.005
sigma-factor-obstacle = 0.005
sigma-factor-tracking = 0.15
lookahead-multiple = 3
variables = 10

Expand Down

0 comments on commit 92c834b

Please sign in to comment.