// Print "Hello, World!" in the console console.log("Hello, World!"); // Get the referrer URL const referrer = document.referrer; // Check if the referrer matches sponsors.simbotics.org if (referrer.includes("sponsors.simbotics.org")) { // Redirect to https://simbotics.org/sponsors window.location.href = "https://simbotics.org/sponsors"; }
top of page

drivetrain resources

Drivetrain Design

Featuring the Kitbot on Steroids covers the selection of a drivetrain, the key principles and reviews the potential Kitbot upgrades

Mobility

Describes the different types of Robotics drive systems, some of the theory of designing a drive system, and some construction techniques and principles

Omnidirectional Drive Systems

Dives into the advanced topic of drive systems which can move in any direction

bottom of page