BluEye-Robotics / blueye.sdk

A Python package for remote control of Blueye underwater drones.
GNU Lesser General Public License v3.0
17 stars 4 forks source link

Add downsampling divisor to log download function #100

Closed sindrehan closed 2 years ago

sindrehan commented 2 years ago

Description

Extends the log download function with the option to specify the divisor to use when the CSV is downsampled.

Fixes #97 #### Todo before merging: - [x] Test while connected to a drone - [x] ~Add runtime check to ensure the connected drone supports the divisor-parameter~ Divisor parameter added in March 2019 which covers basically all public versions of Blunux, so I'm skipping the version check.