-
Notifications
You must be signed in to change notification settings - Fork 39
/
Copy pathanymal_d.yaml
33 lines (32 loc) · 1.25 KB
/
anymal_d.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
# planning
main_freq: 5
image_flip: True
conv_dist: 0.5
max_depth: 15
overlap_ratio_thres: 0.5
depth_zero_ratio_thres: 0.6
# network model
model_save: models/vip_models/plannernet_env2azQ1b91cZZ_ep100_inputDep_costSem_optimSGD_depth
# mmdet
m2f_model_path: models/m2f_models/mask2former_r50_8xb2-lsj-50e_coco-panoptic_20230118_125535-54df384a.pth
m2f_cfg_file: /root/git/mmdetection/configs/mask2former/mask2former_r50_8xb2-lsj-50e_coco-panoptic.py
# ros topics
depth_topic: /depth_camera_front_upper/depth/image_rect_raw
depth_info_topic: /depth_camera_front_upper/depth/camera_info
rgb_topic: /wide_angle_camera_front/image_raw/compressed
rgb_info_topic: /wide_angle_camera_front/camera_info
goal_topic: /mp_waypoint
path_topic: /viplanner/path
m2f_timer_topic: /viplanner/m2f_timer
depth_uint_type: True
compressed: True
# frame ids
robot_id: base # also adjust in path_follower.launch
world_id: odom
# fear reaction
is_fear_act: False
buffer_size: 3
angular_thread: 0.3
track_dist: 0.5
# smart joystick
joyGoal_scale: 2.5