A "Getting Started" Guide for Developers Interested in Robotics
Learn TurtleBot is an open source getting started guide for web, mobile and maker developers interested in robotics.
Formatting
This site is powered by Jekyll and hosted on GitHub pages.
Friendly Tip for LAMP stack devs: You don't need to know anything about Ruby to use Jekyll.
Local testing
If you would like to try viewing this locally.
You can run the command test_site_locally.bash
.
This will run an instance of jekyll inside a docker container and expose it on http://localhost:4000.
Prerequisites
To use the local testing script you will need to have installed Docker.
See the Docker Installation Instructions
And make sure to add your user to the docker
group.