issues Search Results · repo:artificial-intelligence-class/spherov2.py language:Python
Filter by
34 results
(54 ms)34 results
inartificial-intelligence-class/spherov2.py (press backspace or delete to remove)I’m having some weird problems with using SpheroV2.
The robot can move forward and backward, and it turns. I can control the front and back LEDs. The Onfreefall and onland
event handlers work, but the ...
jswa9964
- 3
- Opened on Mar 5
- #45
I accidentally tried to use set_matrix_pixel on a negative pixel value, which crashes the program in the following way:
spherov2\controls\v2.py , line 157, in new_packet
packet = Packet(flags, did, ...
Alex-x90
- 2
- Opened on Mar 7, 2024
- #44
I m on a MacBook running Python 3.8 and have installed bleak and spherov2 When I run from spherov2.sphero_edu import
SpheroEduAPI I get a TypeError.
Traceback shows: Traceback (most recent call last): ...
razorfish17
- Opened on Nov 18, 2023
- #42
Hi, the on_collision method doesn t seem to function properly. It was giving
spherov2/commands/sensor.py , line 117, in __collision_detected_notify_helper unpacked = struct.unpack( 3hB3hBL ,
packet.data) ...
SJ-Fang23
- 3
- Opened on Oct 29, 2023
- #41
I get this error when trying to import SpheroEduAPI: TypeError: type object is not subscriptable . See full output
below.
$ python3
Python 3.8.10 (default, May 26 2023, 14:05:08)
[GCC 9.4.0] on linux ...
anaammostafiz
- 2
- Opened on Sep 23, 2023
- #40
Hi, the get_location() api seems to return a value that is either a rounded floating point, or an integer value that was
transformed into a floating value. I m suspecting it s the latter because of the ...
mattkiim
- 2
- Opened on Sep 21, 2023
- #39
I m trying to connect to multiple Sphero Bolts at once but when I get to around 3 connections sometimes I ll get the
following error
spherov2.controls.PacketDecodingException: Bad response checksum
I ...
r-bt
- 4
- Opened on Jun 9, 2023
- #37
Hey, I was just wanted to check if you d be interested in a PR to add the option to specify the specific Bluetooth
adapter bleak should use?
r-bt
- 4
- Opened on Jun 6, 2023
- #36
Hi,
I m trying to use this library with a Sphero Bolt. I m on macOS using python 3.10
from spherov2 import scanner
from spherov2.sphero_edu import SpheroEduAPI
toy = scanner.find_toy()
I get the following ...
r-bt
- Opened on Jun 1, 2023
- #35
Currently, I m trying to get this code to run:
from spherov2 import scanner
from spherov2.sphero_edu import SpheroEduAPI
from spherov2.types import Color
toy = scanner.find_toy()
with SpheroEduAPI(toy) ...
sigmondkukla
- 1
- Opened on May 16, 2023
- #34

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Press the /
key to activate the search input again and adjust your query.
Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Press the /
key to activate the search input again and adjust your query.