Hoy os traigo un videotutorial que he montado a modo de introducción rápida al mundo de la programación C++ para clases de prácticas en la Universidad de Almería. Damos un vistazo a porqué el lenguaje C++ es el mejor (¡objetivamente!), y a las ventajas de …
ROS: How to develop catkin packages from an IDE
Robot Operative System (ROS) is the de-facto standard system for running, publishing and sharing software modules for mobile robots. Binary distributions come with tons of precompiled packages but at some point it is unavoidable to compile one or more ROS packages from sources, one obvious such situation being the development of …