Skip to main content
  1. Projects/

RoboCupJunior Open

·4 mins· 0
RoboCupJunior - This article is part of a series.
Part 1: This Article

Introduction #

Bangkok
After four years of competing in RoboCupJunior Lightweight (read about our lightweight robot), Team Orion switched to the Open league. In 2022, we represented the United States at the RoboCup2022 in Bangkok. Our poster won the Best Poster award.

Rule Changes #

The important rule changes in the Open league are:

  • 2200g weight limit (lightweight is 1100g)
  • 18cm diameter limit (lightweight is 22cm)
  • Golf ball (lightweight is a larger, IR-emitting ball)

Design Changes #

Since I was the team’s mechanical engineer, the biggest changes to the mechanical design are:

  • Moving from brushed motors with commmercial gearboxes to brushless pancake motors with a custom gearbox
  • Exterior line sensor PCB
  • Packaging everything inside 18cm diameter while maintaining low center of mass
  • Adding a second dribbler in the back for potential ball-hiding strategies
  • 4S 2600mAh lipo (previously 3S 1400mAh)

CAD #

Robot CAD
I designed our robot in Onshape. You can view the CAD here.

Scoring #

Like our lightweight robot, our open robot scores using a solenoid kicker and omnidirectional movement.

Scoring

Motors #

Inspired by Major League teams (college-level), we used Maxon’s 30W EC45 Flat brushless motors. These motors are very powerful and have a small footprint. Maxon generously sponsored us through their Young Engineer’s Program. Due to limitations of our motor drivers, we could only use a fraction of their power. In hindsight, we should have bought Maxon’s 4-Q ESCON motor drivers instead of trying to design our own.

Maxon Motors

Omniwheels #

I redesigned the omniwheels to have a 4.5:1 gear reduction. Major league teams typically buy steel internal gears and machine them to fit their wheels, but these gears cost $60 each and I don’t have access to CNC machines. Additionally, steel gears are heavy and take up a lot of space.

I designed custom aluminum gears which were manufactured via wire EDM instead. Sonic EDM generously manufactured our gears for free. These gears are very light (21 grams) and their custom gear profile makes the teeth stronger. We filed the motor shafts to a D shape so that we wouldn’t need set screws to attach the gear.

Omniwheel

Omni CAD

Line Detection #

Robots that go outside of the white lines on the field are removed from play. In previous years, we have had a ring of line sensors to detect the line. In 2022, I made the line PCB go around the perimeter of the robot so that we would see the line as soon as possible. This allows our robots to reach outside of the line while keeping a part of our robot inside bounds.

We determine the orientation of the line by adding the vectors of the triggered line sensors that are furthest apart, and use vector projections to stay within bounds. For details, see our 2021 technical paper.

Line PCB

Dribblers #

Our robot has two identical dribblers. For simplicity, I did not include spring suspension in this dribbler design. I experimented with molding silicone sealant for the rollers. Silicone sealant doesn’t adhere to soapy water, so I sandwiched the roller between soap-covered negatives. Rollers molded this way were extremely grippy, but extensive iteration and testing demonstrated that silicone sealant was not durable enough. I switched to silicone tube which was much stronger.

Dribbler

Curve shot

Silicone Mold

3D Printing #

Although I used my 3D printer for prototyping, most of the final parts were 3D printed on a Formlabs Fuse 1. Formlabs generously gave me access to their Selective Laser Sintering (SLS) 3D printers, which can make complicated, isotropic nylon parts.

Formlabs Parts

SLS 3D printers create parts by using lasers to selectively solidify powder one layer at a time. The layers of powder act as support. Formlabs’s slicer, Preform, automatically packed 3 robots worth of parts into a single print.

Preform

After my print job finished, a “cake” of powder was produced. I excavated parts out of this cake and cleaned them using a specialized tumbler.

Formlabs

More info #

For more information about our robot, see our poster.

RoboCupJunior - This article is part of a series.
Part 1: This Article