Skip to content
View PrasadNR's full-sized avatar

Organizations

@TraQuad

Block or report PrasadNR

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.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, 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. Webots-Quadcopter-Python-SITL Public archive

    Cross-platform Python based software in the loop simulation for object tracking and general quadcopter simulations using custom pure-Python based custom pure PID (and customisable) flight controller

    Python 23 13

  2. Automatically add country code to ph...
    1
    import re
    2
    
                  
    3
    with open('PIM00004.vcf', 'r') as f:
    4
        vcfText = f.read()
    5