forked from RIVeR-Lab/tentabot
-
Notifications
You must be signed in to change notification settings - Fork 0
/
config_tentabot_server_jackal.yaml
85 lines (75 loc) · 1.79 KB
/
config_tentabot_server_jackal.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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
## Robot Parameters
local_map_msg: "/octomap_tentabot"
# NUA NOTE: Expected to be available in ROS paremeter server
# by config files task_nav, map_utility
#world_frame_name: ""
#n_goal: 1
#goal1_x: 0.0
#goal1_y: 0.0
#goal1_z: 1.0
#goal1_yaw: 0.0
#world_name: ""
#robot_name: ""
#robot_frame_name: ""
#robot_bbx_x_min: 0.0
#robot_bbx_x_max: 0.0
#robot_bbx_y_min: 0.0
#robot_bbx_y_max: 0.0
#robot_bbx_z_min: 0.0
#robot_bbx_z_max: 0.0
#robot_max_lat_velo: 0.0
#robot_max_lat_acc: 0.0
#robot_max_yaw_velo: 0.0
#robot_max_yaw_acc: 0.0
#robot_odometry_msg: "/turtlebot3_0/odom"
#robot_pose_control_msg: ""
#robot_velo_control_msg: "/turtlebot3_0/cmd_vel"
## Process Parameters
visu_flag: true
time_limit: 180
dt: 0.1
goal_close_threshold: 0.5
ground_collision_flag: false
ground_collision_threshold: 0.1
nav_data_path: "dataset/heuristic/jackal/"
drl_service_flag: false
## Trajectory Sampling Parameters
trajectory_sampling_dataset_path: "dataset/trajectory_sampling/jackal/"
tlen: 10
tsamp_cnt: 30
#trajectory_gen_type: "geometric"
tyaw: 0.0
tpitch: 0.0
tyaw_cnt: 1
tpitch_cnt: 1
trajectory_gen_type: "kinematic"
ttime: 8
lat_velo_samp_cnt: 9
ang_velo_samp_cnt: 21
## Offline Tuning Parameters
trajectory_data_path: "dataset/trajectory_sampling/jackal/20220325_102949/"
max_occupancy_belief_value: 100
sweight_max: 1
sweight_scale: 10
egrid_vdim: 0.1
pdist_x_min: -0.3
pdist_x_max: 0.3
pdist_y_min: -0.25
pdist_y_max: 0.25
pdist_z_min: -0.0
pdist_z_max: 0.65
sdist_x_min: -0.7
sdist_x_max: 0.7
sdist_y_min: -0.6
sdist_y_max: 0.6
sdist_z_min: -0.0
sdist_z_max: 1.0
## Online tuning Parameters
tbin_obs_cnt_threshold: 1
crash_dist_scale: 0.5
occupancy_scale: 4
close_scale: 5
smooth_scale: 1
### DRL Parameters
### NOTE: Be sure that -> drl_service_flag: true
### TODO: Add robot and task in openai_ros!