Skip to content
View Banteel's full-sized avatar
😇
Round Two: Infinity Calculators
😇
Round Two: Infinity Calculators
  • Ballantrae, Witchurch-Stouffville, Ontario, Canada
  • 09:38 (UTC -04:00)
  • X @TRMcQuaker

Block or report Banteel

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. Markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. SIMPLE_DOCK: Creating a streamlined ... SIMPLE_DOCK: Creating a streamlined tactic to efficiently get Cozmo on the dock, No Printout Markers required, just plugin the charger and go, Simple_Dock is Python 3.6 safe for Cozmo robot
    1
    #!/usr/bin/env python3
    2
    # Simple Dock
    3
    # based on Copyright (c) 2016 Anki, Inc.
    4
    
                  
    5
    #
  2. Simple Dock with ChargerMarker: Crea... Simple Dock with ChargerMarker: Creating streamlined tactics to get Cozmo on it's charger using a printed ChargerMarker. (This script requires Python 3.7 to 3.9 to run as it uses an Asyncio Gather running 2 processes at the same time)
    1
    #!/usr/bin/env python3
    2
    # Simple Dock With Chargermarker
    3
    # based on Copyright (c) 2016 Anki, Inc.
    4
    
                  
    5
    #
  3. Non-Asyncio Simple Dock with Charger... Non-Asyncio Simple Dock with ChargerMarker: A non-asyncio Simple_Dock with Chargermarker that is Python 3.6 safe for Cozmo robot
    1
    #!/usr/bin/env python3
    2
    # Simple Dock With Chargermarker Non-Asyncio
    3
    # based on Copyright (c) 2016 Anki, Inc.
    4
    
                  
    5
    #
  4. Cozmo Unleashed + Simple Dock: Auton... Cozmo Unleashed + Simple Dock: Autonomous Cozmo Script, will find & park on Charger. Also includes configurable Scheduler for 2 time slots for weekdays & 2 time slots for weekends.
    1
    #!/usr/bin/env python3
    2
    #
    3
    # Author: AcidZebra
    4
    # Simple Dock Update: Trevor (Banteel)
    5
    #