Skip to content

Code for simulating and rendering programmable light curtains without connecting to the real device.

License

Notifications You must be signed in to change notification settings

CMU-Light-Curtains/Simulator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Light Curtain Simulator

Code for simulating programmable light curtains.

Light curtain simulator

Installation

1. Clone repository.

git clone --recursive git@github.com:CMU-Light-Curtains/Simulator.git
cd Simulator

2. Build repository.

mkdir build && cd build
ANACONDA_ENV_PATH=/path/to/anaconda/env
cmake -DCMAKE_BUILD_TYPE=Release \
      -DPYTHON_EXECUTABLE:FILEPATH=$ANACONDA_ENV_PATH/bin/python \
      -DPYTHON_LIBRARY=$ANACONDA_ENV_PATH/lib/libpython3.so \
      -DPYTHON_INCLUDE_DIR=$ANACONDA_ENV_PATH/include/python3.7m ..
make -j
cd ..

3. Run the demo to ensure that the installation works.

cd python
python lc_sim.py

About

Code for simulating and rendering programmable light curtains without connecting to the real device.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages