-
Notifications
You must be signed in to change notification settings - Fork 381
/
Copy pathuser_config.yaml
52 lines (49 loc) · 925 Bytes
/
user_config.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
map: "warehouse"
world: "warehouse"
rviz_file: "sim_env.rviz"
robots_config:
- robot1_type: "turtlebot3_waffle"
robot1_global_planner: "theta_star"
robot1_local_planner: "rpp"
robot1_x_pos: "0.0"
robot1_y_pos: "0.0"
robot1_z_pos: "0.0"
robot1_yaw: "0.0"
# * global planner
# * graph_planner
# * a_star
# * jps
# * gbfs
# * dijkstra
# * d_star
# * lpa_star
# * voronoi
# * d_star_lite
# * theta_star
# * lazy_theta_star
# * hybrid_a_star
#
# * sample_planner
# * rrt
# * rrt_star
# * rrt_connect
# * informed_rrt
# * quick_informed_rrt
#
# * evolutionary_planner
# * aco
# * pso
# * ga
# * lazy_planner
#
# * local planner
# * dwa
# * pid
# * apf
# * rpp
# * lqr
# * static
plugins:
pedestrians: "pedestrian_config.yaml"
# obstacles: "obstacles_config.yaml"
map_layers: "map_layers_config.yaml"