A personal portfolio demonstrating my experience in robotics, simulators, and web development. On my AWS EC2 server, I run a kdFlex simulation in a docker container where a Spot robot autonomously navigates to a target. It communicates with my React frontend through websockets and an nginx proxy to have Spot follow wherever the user's mouse is.
- Add evaluation.license and a kdflex-0.9.19-Linux.deb to /server/docker_files from www.karanadyn.com
- cd into server and run
docker build -t name:tag .
docker run -p 3247:3247 -p name:tag
- Setup environment variables inside /frontend/.env according to /frontend/.env.example
- Cd into frontend and run
npm install
npm run dev
- There is already a github actions workflow configured to deploy the website to github pages