Skip to content

interactive-structures/dynamic-metamaterial-mechanisms

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Robotic Metamaterials Optimization (WIP)

Build Instructions

Clone this branch of the repo!

git clone --recursive https://github.com/interactive-structures/dynamic-metamaterial-mechanisms

In a terminal in your local copy of the repo, make and enter build directory.

mkdir build

cd build

Run cmake

cmake ../

For linux/macos, make:

make dynamic_mm_ui

Then run:

./dynamic_mm_ui

For Windows: open the project in Visual Studio and run it.

Sensible Values for Simulation Parameters:

name meaning value
linkLength length of simulated links 0.4

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 99.3%
  • CMake 0.7%