fix issue: depth occasionally has negative numbers
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
quadrotor_env:
|
||||
collect_data: yes # yes in Data Collection (random init state); no in Imitation Learning and Testing
|
||||
collect_data: yes # yes in Data Collection (random init state); no in Imitation Learning and Testing
|
||||
bounding_box: [60.0, 60.0, 2.0] # spawn quadrotor within this bounding box
|
||||
bounding_box_origin: [-10, 20, 2.5]
|
||||
sim_dt: 0.1 # sim_dt in imitation learning and testing
|
||||
sim_dt: 0.1 # sim_dt in imitation learning and testing
|
||||
|
||||
data_collection:
|
||||
data_collection: # range of random attitude in data collection
|
||||
roll_var: 0.01
|
||||
pitch_var: 0.01
|
||||
|
||||
|
||||
Reference in New Issue
Block a user