This repository is dedicated to the manuscript "Exploring the role of striatal D1-MSNs and D2-MSNs in action selection using a robotic framework". Additional material like figures, videos and the original data can be found on our Open Science Framework project page: https://osf.io/knf5s/
- NEST 2.12 (http://nest-simulator.org/)
- MUSIC (https://github.com/INCF/MUSIC)
- MUSIC adapters (https://github.com/incf-music/music-adapters)
- ROS/Gazebo Kinetic (http://www.ros.org/)
- Snakemake (http://snakemake.readthedocs.io/en/stable/index.html)
Clone this repository and run following instructions.
git clone git@github.com:weidel-p/go-robot-nogo-robot.git
First get all submodules.
git submodule init
git submodule update --remote
Then build the robotic environment.
cd catkin_ws
catkin_make
catkin_make install
source devel/setup.zsh
cd ..
Run the model and plot all figures (this may take a while).
snakemake