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
Release 0.4.0
* get_ir_proximity() is now Create-3-robot-version-agnostic (fixes Update ir prox examples #22)
* signals to kill the program are now properly routed to the _exit_handler (fixes Need to remove device when using BlueZ #3)
* fix units for Create 3 get_position() call (was mm, now is cm like all the other functions)
* Pose class now has a __str__ method for easily printing current pose
* Add turtle.Turtle-like robot_turtle interface
* various documentation improvements
If disconnect doesn't happen properly, it is necessary to manually remove the robot's MAC from BlueZ before it can be connected to again.
Use
bluetoothctl devices
to list devices andbluetoothctl remove MA:CA:DD:RE:SS:##
to remove.See also https://bleak.readthedocs.io/en/latest/troubleshooting.html#id4 ; this may be related to #1
The text was updated successfully, but these errors were encountered: