set servos () () () () () () at () speed

Description

The block sets the servo motors of the humanoid legs and hands to the specified angles at the specified speed.

The sequence of angle input is:

  1. Right Hip
  2. Left Hip
  3. Right Foot
  4. Left Foot
  5. Right Hand
  6. Left Hand

Example

Discover how the Quadruped robot can detect and respond to the presence of a hand in its environment.

The project demonstrates how to make the Quadruped detect the hand in front of it and move according.

Type 1 – Forward Backward

The logic is simple. If the distance measured from the ultrasonic sensor is less the robot will move toward the hand. Else the robot will lean backward.

Code


Type 2 – Upside Down

If the distance measured from the ultrasonic sensor is less the robot will face upwards towards the hand. Else the robot will look downward.

Code


Read More
All articles loaded
No more articles to load
Table of Contents