Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
db-guided-mrmp
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
rmoan2
db-guided-mrmp
Commits
f90864a6
Commit
f90864a6
authored
2 months ago
by
rachelmoan
Browse files
Options
Downloads
Patches
Plain Diff
New settings file
parent
73ba6d0e
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
settings_files/settings.yaml
+23
-28
23 additions, 28 deletions
settings_files/settings.yaml
with
23 additions
and
28 deletions
settings_files/settings.yaml
+
23
−
28
View file @
f90864a6
single_agent_planner
:
"
RRTStar"
prediction_horizon
:
5
# seconds
discretization_step
:
.
5
# seconds
prediction_horizon
:
2
# seconds
discretization_step
:
.
2
# seconds
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
Q
:
[
45
,
45
,
0
]
# state error cost for a differential drive robot
Qf
:
[
25
,
25
,
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
robot_robot_collision_weight
:
.5
obstacle_collision_weight
:
0
print_level
:
0
print_time
:
0
acceptable_tol
:
1.0e-4
...
...
@@ -22,33 +24,36 @@ multi_robot_traj_opt:
goal_weight
:
5
simulator
:
dt
:
.
3
scaling_factor
:
6
.0
dt
:
.
1
scaling_factor
:
10
.0
environment
:
circle_obstacles
:
[]
rectangle_obstacles
:
[]
x_range
:
[
0
,
10
0
]
y_range
:
[
0
,
10
0
]
x_range
:
[
0
,
10
]
y_range
:
[
0
,
10
]
robot_starts
:
-
[
60
,
20
,
0
]
-
[
65
,
80
,
0
]
-
[
6
.
0
,
2
.
0
,
4.8
]
-
[
7.0
,
8
.
0
,
2.
0
]
robot_goals
:
-
[
6
0
,
80
,
0
]
-
[
6
5
,
20
,
0
]
-
[
6
.5
,
8
.
0
,
0
]
-
[
7.
5
,
2
.
0
,
0
]
robot_radii
:
-
5
-
5
-
.5
-
.5
-
.5
-
.5
Roomba
:
max_speed
:
1
0.0
max_acc
:
5
.0
max_d_acc
:
3
.0
max_speed
:
5
0.0
max_acc
:
30
.0
max_d_acc
:
10
.0
max_steer
:
360
max_d_steer
:
180
radius
:
.5
target_v
:
1.0
...
...
@@ -57,16 +62,6 @@ dynamics_models:
-
Roomba
-
Roomba
-
Roomba
-
Roomba
-
Roomba
-
Roomba
-
Roomba
-
Roomba
-
Roomba
-
Roomba
-
Roomba
-
Roomba
-
Roomba
-
Roomba
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment