- fixed DT_TASK_TRACER
This commit is contained in:
@@ -19,7 +19,7 @@ if __name__ == '__main__':
|
||||
|
||||
DT = config['Controller']['dt']
|
||||
DT_TASK = 1.0 / config['Controller']['sim_warp_factor']
|
||||
DT_TASK_TRACER = 1.0
|
||||
DT_TASK_TRACER = DT_TASK / DT
|
||||
|
||||
# Sensor
|
||||
sensor = TempSensorFactory.create(config['Controller']['sensor_name'], temp_offset=-0.15)
|
||||
|
||||
Reference in New Issue
Block a user