You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to get sphero_ros to work for a course I am teaching and I found several small bugs in sphero_node stuff getting translated to Python (where one ref says values should be a float from 0. to 1. but the sphero driver python code looks to be trying to get a number between 0 and 255). Also there appears to be a bug where set_back_led is not coded right (tries to call set_back rather than set_back_led).
The text was updated successfully, but these errors were encountered:
I'm trying to get sphero_ros to work for a course I am teaching and I found several small bugs in sphero_node stuff getting translated to Python (where one ref says values should be a float from 0. to 1. but the sphero driver python code looks to be trying to get a number between 0 and 255). Also there appears to be a bug where set_back_led is not coded right (tries to call set_back rather than set_back_led).
The text was updated successfully, but these errors were encountered: