Closed TodWell closed 5 years ago
Hi again, in totalstation.py, there is a comma missing in line 1120, which prevents the SerialMeasurementProcessor from working. response_sets['slopeDist'] = Obs.create_response_set('float' 'm', dist)
totalstation.py
response_sets['slopeDist'] = Obs.create_response_set('float' 'm', dist)
Thanks
Thank you. Has been fixed with commit 2ec3c310b9229c82ead3952abe826f1eef15b20c.
Hi again, in
totalstation.py
, there is a comma missing in line 1120, which prevents the SerialMeasurementProcessor from working.response_sets['slopeDist'] = Obs.create_response_set('float' 'm', dist)
Thanks