Professor Revzen and his team at the Biologically Inspired Robotics and Dynamical Systems (BIRDS) Lab are working on discovering, modeling, and reproducing the strategies animals use when interacting with physical objects. This work consists of collaboration with biomechanists to analyze experimental data, developing new mathematical tools for modeling and estimation of model parameters, and construction of robots which employ the new principles.
The data in this repository is a nearly unique dataset at the time of its making -- precise measurements of all contact forces of a 6-legged robot during multi-legged slipping motions and regular walking. These data were collected to establish the validity of the observation presented in this article: Zhao et al. Walking is like slithering: A unifying, data-driven view of locomotion. (2022) PNAS 119(37): e113222119. DOI: https://doi.org/10.1073/pnas.2113222119
These codes were produced as part of the Army Research Office Multi-University Research Initiative ARO MURI W911NF-17-1-0306 "From Data-Driven Operator Theoretic Schemes to Prediction, Inference, and Control of Systems"
The code can be run using the runAll.sh shell script (in Linux and OS-X); code should work similarly under windows.
This repository contains both the data and python3 code that reads this data and reproduces the relevant figures. The code depends on NumPy >1.17 and matplotlib >3.1 and was tested on python 3.8