Impact Modeling:

ENM 360 Final Project

Building off the work I did last summer for the DAIR lab, I decided to further explore the topic of Impact modeling now through a data driven approach.

Motivation: “Rigid-body contact models are ubiquitous in robotics with applications.” Whether it is for locomotion or grasping, contact models are essential for a wide range of robotic tasks. Common dynamics models used in robotics assume continuous motion which directly conflicts with the discontinuous nature of impacts. This can lead to poor predictions. Analytical contact models for predicting this phenomenon tend to give inadequate predictions. Common data-driven alternatives can be grouped into two general categories; fully connected DNN’s and Gaussian process regression with squared-exponential Kernels. These types of models generally experience irregularities regarding contact, rendering them as non-suitable standalone solutions.

Goals: Our goals for this project included understanding the work done by Fazeli et al. and a looking at contemporary work done by Pfrommer et al. We wished to implement some analytical models in python and verify their poor performance for the given data set. Next, we wanted to build data driven models utilizing the material learned throughout the course and implement physics into our models.

Drive Folder: This folder contains our data, final presentation, and the Colab Notebook where we have all of our code.

Final Report: This is a link to our final report where we summarize the entire project and our findings.