Cyberithub

ROS(Robot Operating System): The Infrastructure of Modern Robotics I

ROS(Robot Operating System): The Infrastructure of Modern Robotics I 1

ROS is free and open source set of libraries that helps you build robotic applications. Robots are complex systems that involve hardware and software components; in such an environment, a good communication infrastructure is essential. So far, we have worked with simple models that can be simulated in the same computer we run the algorithms ... Read more

Simple agents, complex behaviours III: Oscillators [Robotics Tutorial]

Simple agents, complex behaviours III: Oscillators [Robotics Tutorial] 16

Locomotion is the kind of problem that animals have solved gracefully and effortlessly while robots lag, sometimes comically, behind. Everyone has seen bipedal robots fail miserably in the simplest terrains or when trying to use hand-feet coordination to, for example, open a door. It seems complex; computing the joint angles and positions with enough generality ... Read more

How to Install QEMU on Ubuntu 20.04 LTS (Focal Fossa)

How to Install QEMU on Ubuntu 20.04 LTS (Focal Fossa) 97

In this article, I will take you through the steps to install QEMU on Ubuntu 20.04 LTS (Focal Fossa). Quick Emulator (QEMU) is a free and open source emulator which also happens to be a main component of the QEMU/KVM virtualization technology suit. It provides hardware virtualization and processor emulation. QEMU runs in userspace and, ... Read more