jchadwhite / SpheroOllie-python

A python library for use with Sphero's Ollie
0 stars 4 forks source link

set_raw_motor_values doesn't work #2

Closed TheSecMaven closed 7 years ago

TheSecMaven commented 7 years ago

Trying to use set_raw_motor_values with my Sphero Ollie. Doesn't work as is. The command it calls on line 741 doesn't exist.

Line 741 needs to be changed to the following self.send(self.pack_cmd(REQ(['CMD_SET_RAW_MOTORS'],[l_mode, l_power, r_mode, r_power]), response)

This worked for me.