CCGSRobotics / RoboHUD

The RoboHUD GUI stack developed by CCGS Robotics
https://robohud.readthedocs.io
MIT License
10 stars 4 forks source link

Update data_index in dynamixels.py #66

Closed frahmadani closed 4 years ago

frahmadani commented 4 years ago

Changes

Reason for this change

Previously, the data index is hardcoded to be 2. This will cause an error when the 'Data Index' in the actual csv file is located in any index other than 2. This change enable data_index variable to detect the 'Data Index' position correctly.

Checklist

codeclimate[bot] commented 4 years ago

Code Climate has analyzed commit 6f3d9456 and detected 0 issues on this pull request.

View more on Code Climate.

Finchiedev commented 4 years ago

Thank you very much for the contribution!