1 minute read

With this first entry on my weekly blog, I start my master’s thesis with the objective and hope to learn and solve problems related to autonomous driving using computer vision. This first week, the focus is pointed towards installing and playing with softwares such as Gazebo (a simulator where we can test our robots virtually) and ROS (Robot Operating System). The installation was pretty straight forward, given that both softwares are currently only officially supported for Ubuntu, the instructions can be followed in their respective homepages.

Finally, we needed to undertand how we were going to do a blog for our thesis. For this, thanks to the feedback provided by my thesis tutor, it was decided to write the blog with Github Pages which start static servers to host website directly from our Github repository. In order to mess with this function I had to clone the following repositories:

  • jderobot.github.io: repository of the website of the association of Robotics and Artificial Intelligence, JdeRobot.
  • minimal-mistakes: repository of the minimal mistakes Jekyll theme for Github Pages.

Both of them having multiple examples in order to know and test functionalities, on my own, of Github Pages and Jekyll Templates for an aesthetically pleasing blog website.

Minimal mistakes template for Jekyll