Cyberithub

Introduction to Client-side Performance Testing [Explained with examples]

Introduction to Client-side Performance Testing [Explained with examples] 15

Software testing is the process of evaluating and verifying that a software product or application does what it is supposed to do. There are different types of testing like unit testing, smoke testing, integration testing. One of the types is Performance Testing, Performance testing is a non-functional software testing technique that determines how the stability, speed, scalability, ... Read more

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

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

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] 41

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