diff --git a/_bibliography/refs.bib b/_bibliography/refs.bib index 96675ea..dbe2bb9 100644 --- a/_bibliography/refs.bib +++ b/_bibliography/refs.bib @@ -7,8 +7,9 @@ @INBOOK{Silano2019ROSVolume4 group = {book-chapters}, year = 2019, month = 3, + status = {In press}, code = {http://github.com/gsilano/CrazyS}, - abstract = {This chapter proposes a typical use case dealing with the physical simulation of autonomous robots (specifically, quadrotors) and their interfacing in ROS (Robot Operating System). In particular, we propose CrazyS, an extension of the ROS package RotorS, aimed to modeling, developing and integrating the Crazyflie 2.0 nano-quadcopter in the physics based simulation environment Gazebo. Such simulation platform allows to understand quickly the behavior of the flight control system by comparing and evaluating different indoor and outdoor scenarios, with a details level quite close to reality. The proposed extension, running on Kinetic Kame ROS version but fully compatible with the Indigo Igloo one, expands the RotorS capabilities by considering the Crazyflie 2.0 physical model, its flight control system and the Crazyflie's on-board IMU, as well. A simple case study has been considered in order to show how the package works and how the dynamical model interacts with the control architecture of the quadcopter. The contribution can be also considered as a reference guide for expanding the RotorS functionalities in the UAVs field, by facilitating the integration of new aircrafts. We released the software as open-source code, thus making it available for scientific and educational activities.}, + abstract = {This chapter proposes a typical use case dealing with the physical simulation of autonomous robots (specifically, quadrotors) and their interfacing through ROS (Robot Operating System). In particular, we propose CrazyS, an extension of the ROS package RotorS, aimed to modeling, developing and integrating the Crazyflie 2.0 nano-quadcopter in the physics based simulation environment Gazebo. Such simulation platform allows to understand quickly the behavior of the flight control system by comparing and evaluating different indoor and outdoor scenarios, with a details level quite close to reality. The proposed extension, running on Kinetic Kame ROS version but fully compatible with the Indigo Igloo one, expands the RotorS capabilities by considering the Crazyflie 2.0 physical model, its flight control system and the Crazyflie's on-board IMU, as well. A simple case study has been considered in order to show how the package works and how the dynamical model interacts with the control architecture of the quadcopter. The contribution can be also considered as a reference guide for expanding the RotorS functionalities in the UAVs field, by facilitating the integration of new aircrafts. We released the software as open-source code, thus making it available for scientific and educational activities.}, } @INPROCEEDINGS{Silano2018MetroAgriFor, diff --git a/assets/bibliography/ieee.csl b/assets/bibliography/ieee.csl index 80ab2fd..2039feb 100644 --- a/assets/bibliography/ieee.csl +++ b/assets/bibliography/ieee.csl @@ -33,7 +33,7 @@ - 2018-12-27T16:45:00+01:00 + 2018-12-30T17:20:00+01:00 This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 License @@ -61,6 +61,9 @@ + + + @@ -248,7 +251,7 @@ - + @@ -257,25 +260,31 @@ - + + + + - + + + + - + @@ -284,14 +293,20 @@ + + + - + + + + @@ -299,29 +314,36 @@ + + + - + + + + - - + + + - + @@ -329,9 +351,12 @@ + + + - + @@ -339,13 +364,14 @@ - - - + + + + @@ -356,12 +382,13 @@ - - + + + diff --git a/index.html b/index.html index fb447aa..a6034e9 100644 --- a/index.html +++ b/index.html @@ -43,6 +43,8 @@

Contact details

PhD student with a strong interest in software and control of robotics and embedded systems. What excites me most about this field are the challenging, multidisciplinary problems that require me to use my background in Computer Engineering, Computer Science and Control Systems to develop integrated solutions. + Here you can find out more about me, my research activities within GRACE, the Group for Research on Automatic Control Engineering + at the University of Sannio in Benevento, Italy, and the open-source projects in which I am involved.

diff --git a/info.html b/info.html index 0119a2e..2c2fcf1 100644 --- a/info.html +++ b/info.html @@ -3,4 +3,83 @@ title: Info --- +

+ +

About This Site

+ +

+ + More about the content and design of this site can be found in the site's Alexander W. Winkler. + If you want to know more about my use of cookies, take a look at the cookies policy. The cookies enabler (and the corresponding + banner) has been strongly inspired by the Nicholas Ruggeri's cookies-enabler. + +

+ + When I decided to build my website (I thought it was a good idea to get to know myself and my work known on the web), I was looking for something easy to manage and + update. Something that was modern and that could help me to publish in a rapid way all my papers and new infos about my research and career. While considering websites + of my colleagues abroad, (e.g., Alexander W. Winkler, James Alan + Preiss), I discovered static site generators, in particular jemdoc and Jekyll + . +

+ +

+ + I realized the benefits of a static site: +

+ +
    + +
  • provide improved security over dynamic websites;
  • +
  • improve performance for end users compared to dynamic websites;
  • +
  • ensure fewer or no dependencies on systems such as databases or other application servers;
  • +
  • allow cost savings from utilizing cloud storage, as opposed to a hosted environment.
  • +
    +
+ +

+ + Looking around websites using such technologies, I saw Alexander W. Winkler's site and I really enjoyed his style. + Therefore, I contacted Alexander expressing my appreciation and asked him to use its style for my website using Jekyll. +

+ +

+ +

The Mechanics

+ +

+ + Jekyll is a simple, extendable, static site generator. You give it text written in your favorite markup language (e.g., TeX or Markdown) and it churns through layouts to create + a static website. Throughout that process you can tweak how you want the site URLs to look, what data gets displayed in the layout, and more. + +

+ To learn the basics of using Jekyll - Static Site Generator, I followed the online course of Mike Dane, + available at the link. The course teaches you everything you need to know to create a professional + and scalable website or blog! +

+ +

+ +

License

+ +

+ + Unless specified otherwise, all design and content within this site is licensed under an Apache License 2.01. + The main site design was not done by me, but rather Alexander W. Winkler, so you should contact + him if you want to use it. The cookies enabler (and the corresponding banner) has been strongly inspired by the + Nicholas Ruggeri's cookies-enabler. +

+ +
+ +

+ + 1. A permissive license whose main conditions require preservation of copyright and license notices. Contributors provide an express grant of patent rights. + Licensed works, modifications, and larger works may be distributed under different terms and without source code.. +

+ + + + + +
diff --git a/software.html b/software.html index e4f931e..9da62c4 100644 --- a/software.html +++ b/software.html @@ -153,10 +153,16 @@ Minor contributions on various packages have been done to several open-source projects such as bebop_autonomy, ros-travis-integration, - RotorS (wiki and pull request), styles-distribution. + RotorS (wiki and pull request), styles-distribution. In addition, I have published on + Overleaf1 under LaTeX Project Public 1.3c license an + open-source template to help write your thesis in LaTeX. +

-
- +
+ +

+ + 1. Overleaf is an online LaTeX editor that allows real-time collaboration and online compiling of projects to PDF format.