This content has 7 years. Please, read this page keeping its age in your mind.Recently, two very nice articles were published regarding advice how and why to become a roboticist. Ricardo Tellez wrote the first one with the title “How to become a robotics developer“. The second one was written by Víctor Mayoral Vilches with
Author: angelos
micro-ROS puts ROS2 onto microcontrollers, making them first class participants of the ROS2 environment
This content has 7 years. Please, read this page keeping its age in your mind.This happened last Saturday midnight when I was asleep. I said let’s look for any good robotic library and… I found this new project. It is called micro-ROS and this how it is described by the developers: “A platform for seamless integration
ROS Testing, Continuous Integration, and Deployment
This content has 7 years. Please, read this page keeping its age in your mind.It’s nice to adopt traditional software developing tools when we work with ROS and robotics software. I think that it worths to watch the next video presented in the ROS-Industrial Consortia. Enjoy!
How to install ros-control packages
This content has 7 years. Please, read this page keeping its age in your mind.Say that you use ROS-kinetic and you want to start to have fun with ros-control. Do you you know which are the dependencies? ok, follow me – it’s easy: sudo apt-get install ros-kinetic-ros-control sudo apt-get install ros-kinetic-ros-controllers sudo apt-get install ros-kinetic-gazebo-ros-control
Install SmartGit in ubuntu (without apt-get)
This content has 8 years. Please, read this page keeping its age in your mind.Apt-get is great package manager in Ubuntu, a convenient tool to use for installing and removing apps. However, sometimes you need to install something by downloading the package from the source, maybe because has the brand new version and… you need
Continue reading Install SmartGit in ubuntu (without apt-get)
Source control in Xcode… and terminal
This content has 9 years. Please, read this page keeping its age in your mind.Source control in the development procedure is not a luxury, it is essential. Don’t think of it necessary only when you work in a team. Pick up good habits early and apply it even if you work alone. It will enhance
UIViewController lifecycle
This content has 9 years. Please, read this page keeping its age in your mind.Developing code for iOS means that you are going to use at least one UIViewController in your app. This is one of the elements of the Model-View-Controller (MVC) design pattern and it is really helpful to understand its lifecycle. There are