Skip to content
Parallax Learn

Parallax Learn

  • Welcome
  • Tutorials
        • Tutorial Series head tag

          Tutorial Series
        • Tutorial Series

          The special, classroom-ready series pages are organized collections of tutorials for our most popular hardware and/or languages. The tutorials for each topic are conveniently accessible from a single page, shown in the order it is recommended that they be completed.
        • Robotics Series Head tag

          Robotics Series
        • Robotics Series

          • Artificial Intelligence
          • Cybersecurity: Radio Data tutorialCybersecurity
          • cyber:bot + Python
          • cyber:bot + MakeCode
          • Boe-Bot Tutorial SeriesBoe-Bot
          • Arduino Shield-Bot
          • ActivityBot with C TutorialsActivityBot + C
          • ActivityBot with BlocklyProp Tutorial SeriesActivityBot + BlocklyProp
          • Scribbler 3 Tutorial SeriesScribbler 3
        • Electronics & Programming Series Head tag

          Electronics & Programming Series
          • BS2 Board of Education Tutorial SeriesBS2 Board of Education
          • Propeller C-Language BasicsPropeller C Basics
          • FLiP Try-It Kit C Tutorial SeriesFLiP Try-It Kit + C
          • FLiP Try-It Kit BlocklyProp TutorialsFLiP Try-It Kit + BlocklyProp
          • Badge WX Tutorial SeriesBadge WX
          • Propeller BlocklyProp Basics and ProjectsPropeller BlocklyProp Basics
          • View All Tutorial Series »
        • Browse Tutorials
        • Browse Tutorials

          Individual tutorials sorted by robot or kit, and language.
        • By Robot or Kit
          • ActivityBot
          • SumoBot WX
          • Boe-Bot
          • Shield-Bot
          • cyber:bot
          • Badge WX
          • ELEV-8
          • ARLO
        • By Language
        • By Language

          • Propeller C
          • Arduino
          • BlocklyProp
          • PBASIC
          • Python
          • MakeCode
          • View All Tutorials »
  • Educators
  • Reference
  • Downloads
  • Home
  • All Courses
  • Upgrade Your cyber:bot with Feedback 360° Servos

Upgrade Your cyber:bot with Feedback 360° Servos

Your Turn: Full Circles

Did You Know – Turning Radius

With the servos mounted on the inside of the chassis, the distance between the cyber:bot robot’s wheels is about 107.6 mm. To make the cyber:bot pivot (not rotate!) in a full circle, we can think about that 107.6 mm as the radius of a circle, the turning radius. 

How much distance would the outer wheel have to travel to do a full circle?  That would be:

c = 2 x π x r

…with a result of about 676 mm.  The turning radius in ticks is just that number of mm divided by 3.25 mm, for 208 ticks.  Also, it doesn’t matter whether it’s a pivot turn with drive.goto(0, 208) or a rotating turn with drive.goto(104, 104), the cyber:bot will still turn 360°.

 

 

Your Turn: Inches to Ticks

Here is a function to convert inches of distance to ticks:

def in_to_ticks(inches):
    return int(inches * 25.4 / 3.25)
  • Write and test a script that starts with an inch distance and calculates the number of ticks needed to travel that distance.  Test it with your cyber:bot.

 


Printer-friendly version
How the Distance Maneuver Tests Work
Prev
How to Update Scripts for Feedback 360° Servos
Next

DISCUSSION FORUMS | PARALLAX INC. STORE

About | Terms of Use | Feedback: learn@parallax.com | Copyright©Parallax Inc. 2024

© 2025 Parallax Learn • Built with GeneratePress