Skip to Content
Learning Robotics using Python - Second Edition
book

Learning Robotics using Python - Second Edition

by Lentin Joseph
June 2018
Beginner to intermediate
280 pages
6h 58m
English
Packt Publishing
Content preview from Learning Robotics using Python - Second Edition

Calculation of RPM of motors

The range of speed required for this robot is from 0.25 to 0.35m/s. We can take the maximum speed of this robot as 0.35 m/s for the design. Take the diameter of the wheel as 9 cm, because according to the requirement, the ground clearance should be greater than 3 cm and we will fix the robot body in same level as the motor shaft. In that case, we will get more ground clearance.

Using the following equation, we can calculate the RPM of the motors:

RPM = ((60 * Speed /(3.14 * Diameter of Wheel)

RPM = (60 * 0.35)/(3.14 * 0.09) = 21 / 0.2826 = 74 RPM

The calculated RPM with a 9 cm diameter ...

Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Start your free trial

You might also like

Learning Robotics using Python

Learning Robotics using Python

Lentin Joseph
Python Robotics Projects

Python Robotics Projects

Prof. Diwakar Vaish

Publisher Resources

ISBN: 9781788623315Supplemental Content