Seattle, WA
I worked at HaptX Inc. for 3 years to develop new features for HaptX Gloves G1. I was a feature owner for our interaction-assistance algorithms, our Robotic Operating System (ROS) integration, and our animation of the thumb. Since HaptX was a startup, my work was mainly self-directed, and I was trusted to deliver key features that led to a successful launch of the product.
My work involved bridging the gap between our low-level code that interacted directly with the hardware and our high-level game engine integrations for Unreal Engine and Unity. I made significant changes to our C++ API and our game engine plugin code that supported new features like texture-sampled tactile effects and quality-of-life features that helped developers create realistic interactions. I also owned our integration with ROS, designing and implementing our integration to enable smooth integration with robotic systems.
I worked with Tangible Research to compete in the ANA Avatar XPrize teleoperation competition. Our robot, ADA, used a Varjo VR-3 headset, HaptX Gloves DK2, Universal Robots' arms, Shadow Robot's Shadow Dexterous Hands, and Syntouch sensors to provide a teleoperation experience where users could feel the objects they were interacting with. Challenges included flipping a switch, moving around obstacles, feeling which of two containers was heavier, using a drill to unscrew a bolt, and feeling two objects and deciding which was rougher: all through ADA.
I created a user interface consisting of buttons, force readouts, and guide lines to facilitate easy operation. The UI was created in OdenVR's Voysys video streaming software with all code to handle their functionality and interactability written by me using C++, HaptX's API, and ROS. Key features included allowing operators to switch between driving and teleoperating, reset their arms, and lock their hands in place for easier manipulation of tools. Even though we did not win due to a mechanical failure, we had an extremely successful showcasing of our robot, with far more traffic than any other booth as we allowed people to walk in and accomplish the challenges for themselves.
Morning news spot about our robot.
One of our robot's runs.
Factory Reset is a 3D single player first-person puzzle and traversal game about a magnetic robot named FyED-OR navigating their way through a Soviet-inspired cyberpunk world. The player uses their magnetic feet and hands to traverse a sequence of three different level environments and solve tricky puzzles along the way.
I created systems that allowed the player to interact with various gameplay elements, over 10 different accessibility features, and a majority of the audio in the game. Factory Reset won the Provost Award at WPI for the best capstone project in the discipline of IMGD.
Star Trek Mashup is a cloud-based app that allows users to upload and stitch together different video clips from Star Trek into funny playlists. We used AWS and wrote our own API to interact with the different parts of the webapp. It was created as part of CS 3733: Software Engineering. The frontend code which I worked on can be seen here.
This project is a webapp that allows users to create monsters and players and keep track of turn order. It demonstrates my ability to create a webpage that hooks into a database with a number of different fields. It was created as part of the class CS 4241: Webware.