Mentions légales du service
Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
R
Robot_Behavior
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
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
Spring
WP6_Robot_Behavior
Robot_Behavior
Commits
56e014a3
Commit
56e014a3
authored
1 year ago
by
AUTERNAUD Alex
Browse files
Options
Downloads
Patches
Plain Diff
new settings social_mpc.yaml
parent
f8b4a2f1
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/robot_behavior/config/social_mpc/social_mpc.yaml
+4
-4
4 additions, 4 deletions
src/robot_behavior/config/social_mpc/social_mpc.yaml
with
4 additions
and
4 deletions
src/robot_behavior/config/social_mpc/social_mpc.yaml
+
4
−
4
View file @
56e014a3
...
@@ -2,8 +2,8 @@ logging_mode: 'INFO' # INFO, WARNING, ERROR, CRITICAL DEBUG
...
@@ -2,8 +2,8 @@ logging_mode: 'INFO' # INFO, WARNING, ERROR, CRITICAL DEBUG
# mpc parameters
# mpc parameters
h
:
0.2
h
:
0.2
fw_time
:
5.
fw_time
:
5.
u_lb
:
[
-3.0
,
-0.
2
,
-0.1
]
u_lb
:
[
-3.0
,
-0.
15
,
-0.1
]
u_ub
:
[
3.0
,
0.
2
,
0.
2
]
u_ub
:
[
3.0
,
0.
15
,
0.
1
]
reg_parameter
:
[
1.
,
10.
,
1.
]
reg_parameter
:
[
1.
,
10.
,
1.
]
max_acceleration
:
[
0.4
,
0.4
,
0.3
]
max_acceleration
:
[
0.4
,
0.4
,
0.3
]
max_iter_optim
:
5
max_iter_optim
:
5
...
@@ -22,7 +22,7 @@ relative_h_pose: [0.90, -0.2] # meter
...
@@ -22,7 +22,7 @@ relative_h_pose: [0.90, -0.2] # meter
check_object_fw_traj_offset
:
0.4
# meter
check_object_fw_traj_offset
:
0.4
# meter
# mpc losses parameters
# mpc losses parameters
loss
:
0
# max_out_y_dist_ang, maxout_x_y_ang by default
loss
:
0
# max_out_y_dist_ang, maxout_x_y_ang by default
wall_avoidance_points
:
[[
0.
,
-0.6
]]
# [[0., 0.2], [0.15, 0.1], [-0.15, 0.1], [0., -0.3]] # [[0., -0.3]]
wall_avoidance_points
:
[[
0.
,
-0.3
]]
# [0.,
-0.6]] # [[0., 0.2], [0.15, 0.1], [-0.15, 0.1], [0., -0.3]] # [[0., -0.3]]
weights_description
:
[
'
goto_weight'
,
'
human_features_weight'
,
'
object_cost_map_weight'
,
'
social_cost_map_weight'
,
'
cost_map_weight'
,
'
wall_avoidance_weight'
]
weights_description
:
[
'
goto_weight'
,
'
human_features_weight'
,
'
object_cost_map_weight'
,
'
social_cost_map_weight'
,
'
cost_map_weight'
,
'
wall_avoidance_weight'
]
goto_weight
:
1.
goto_weight
:
1.
human_features_weight
:
1.
human_features_weight
:
1.
...
@@ -37,7 +37,7 @@ step_meshes: 5 # sampling every x cm
...
@@ -37,7 +37,7 @@ step_meshes: 5 # sampling every x cm
# ssn model parameters
# ssn model parameters
group_detection_stride
:
0.5
group_detection_stride
:
0.5
# mpc preprocessing parameters
# mpc preprocessing parameters
waypoint_distance
:
1
.
#1.2
waypoint_distance
:
2
.
#1.2
orientation_distance_threshold
:
0.3
orientation_distance_threshold
:
0.3
# controller parameters
# controller parameters
path_loop_time
:
2.
path_loop_time
:
2.
...
...
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