Skip to content
View YousafRaja's full-sized avatar

Block or report YousafRaja

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. CovidTracker CovidTracker Public

    Tracks covid-19 cases across the US

    JavaScript

  2. CipherSuite CipherSuite Public

    An implementation of the SRP-SHA3-256-RSA-AES-256-CBC-SHA3-256 cipher suite.

    Python

  3. WebassemblyCompiler WebassemblyCompiler Public

    Takes a subset of Java and compiles it to Webassembly

    C++

  4. DBMS DBMS Public

    SQL Database Management System

    Python

  5. GSoC 2017 - Summary GSoC 2017 - Summary
    1
    Official Repo Link: https://github.com/robcog-iai/URoboSim/tree/master
    2
    
                  
    3
    I mainly worked on the URoboSim plugin, building on the work from a previous student's project. My first goal was to expand upon this plugin so that it could import a full pr2 robot into UE4. I began by generating a pr2 URDF in ROS which only contained the base of the robot (just the lower part of the robot with the 4 caster wheels). However this required much further refinement since the pr2 robot had many more details than the original parser expected. So I programmatically parsed the pr2 base file and removed most things that were not a link or a joint and made some tweeks to the parser to make it more flexible.
    4
    
                  
    5
    The pr2 consists of mostly meshes which are either in .dae or .stl format. The next step was figuring out how to convert these meshes to UE4's .fbx format. For this I used blender and I've written the exact steps in the URoboSim wiki.
  6. PAL_Prep PAL_Prep Public

    Educational app developed in Android Studio and available on Google Play.

    Java