forked from tp5uiuc/kinematic_snake_sandbox
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs : updated readme with repository, paper link
- Loading branch information
Showing
1 changed file
with
31 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,35 @@ | ||
# Snake Kinematics Sandbox | ||
|
||
A sandbox to play around with a kinematic model of snake-locomotion, with and | ||
An interactive online sandbox to play around with a kinematic model of snake-locomotion, with and | ||
without active frictional modulation. | ||
|
||
The online sandbox can be seen [here](https://gazzolalab.github.io/kinematic_snake_sandbox/). | ||
The numerical code powering the simulator can be found here : TODO | ||
> :rocket: The online sandbox can be seen [here](https://gazzolalab.github.io/kinematic_snake_sandbox/). | ||
The numerical code (written in `Python`) powering the simulator [can be found here](https://github.com/tp5uiuc/kinematic_snake). | ||
|
||
## What is it? | ||
An online, interactive simulator that provides intuition for the behavior of a snake as it adapts its gait in terrains of various nature. | ||
|
||
If you are using code taken from this repository please cite the following paper :) | ||
|
||
<strong>Friction modulation in limbless, three-dimensional gaits and heterogeneous terrains</strong>, doi : [10.1038/s41467-021-26276-x](https://doi.org/10.1038/s41467-021-26276-x) | ||
|
||
``` | ||
@Article{Zhang2021, | ||
author={Zhang, Xiaotian | ||
and Naughton, Noel | ||
and Parthasarathy, Tejaswin | ||
and Gazzola, Mattia}, | ||
title={Friction modulation in limbless, three-dimensional gaits and heterogeneous terrains}, | ||
journal={Nature Communications}, | ||
year={2021}, | ||
month={Oct}, | ||
day={19}, | ||
volume={12}, | ||
number={1}, | ||
pages={6076}, | ||
issn={2041-1723}, | ||
doi={10.1038/s41467-021-26276-x}, | ||
url={https://doi.org/10.1038/s41467-021-26276-x} | ||
} | ||
``` |