SlideShare a Scribd company logo
1 of 32
Download to read offline
Engineering Portfolio
A sample of projects by Corbin Grubb
Stomatobot
Contents
WPI Aerospace Engineering
Major Qualifying Project
• Lunar Micro Rover
Autonomous Robots
• Swanbot
• Argus
Remote Controlled Creations
• Stomatobot
• SkiBot
LUNAR MICRO ROVER
WPI Aerospace Engineering Major Qualifying Project
Design and analysis led by Corbin Grubb
PROJECT GOAL AND CONSTRAINTS
▸ Design a rover to explore the
Lunar South Pole
▸ Build and test a prototype rover
▸ Rover must weigh less than 5 Kg
▸ Rover must carry a 2 Kg scienti
fi
c
payload
▸ Rover must survive a 4-inch drop
in earth gravity
Rover during early testing
DESIGN PROCESS
Several design options were considered to meet
the project requirements, and two best design
options were selected. Simple CAD models were
created in SolidWorks to compare the weight,
payload space, complexity, and obstacle clearing
ability of each option.
The four wheel rocker design was selected, and
fi
nal CAD designs were developed in SolidWorks,
using of-the-shelf components whenever possible.
ANSYS was then used to verify the strength of the
design and to optimize the design wherever
possible.
Preliminary 2-Wheel Design
Preliminary 4-Wheel Rocker Design
DESIGN FEATURES
▸ Chassis (1) holds the scienti
fi
c payload
and control electronics
▸ Rockers (2) rotate freely relative to the
chassis to overcome obstacles
▸ Motor gearboxes (3) provide power to
each wheel individually
▸ Large wheels (4) provide traction in
lunar regolith
▸ Differential Linkage (5) keeps chassis
at the average angle of the two rockers
Final SolidWorks Model
(1)
(2)
(3)
(4)
(5)
STRUCTURAL ANALYSIS
To ensure the design could survive a
4 inch drop, a simpli
fi
ed CAD model
was created and ANSYS Explicit
Dynamics was used to simulate the
impact.
The results from the Explicit
Dynamics simulation were then used
to develop ANSYS Static Structural
simulations to test the
fi
nal CAD
model
ANSYS Static Structural simulation on
fi
nal design
ANSYS Explicit Dynamics drop test with simpli
fi
ed CAD model
WHEEL DESIGN AND OPTIMIZATION
The wheels of the rover were heavy and mission critical
components, so extensive real-world and ANSYS tests were run
to optimize the design.
Real-world testing was performed to determine the shape of
the traction
fi
ns.
ANSYS simulations were run to determine the radial and
tangential strength of the wheels using the data from the
Explicit Dynamics drop test.
Real-world traction testing
Radial strength ANSYS test Tangential strength ANSYS test
With each ANSYS simulation, the
design of the wheel was adjusted
to reduce weight.
The
fi
nal design had a factor of
safety of
fi
ve throughout most of
the wheel.
ROVER TESTING
The rover was tested climbing over a
range of obstacles and terrains. The rover
successfully overcame objects up to 150
mm high, equal to the diameter of the
wheels.
The rocker suspension system proved
effective at reducing the motion of the
chassis as the rover climbed uneven
terrain.
The wheel design demonstrated adequate
grip in the simulated lunar regolith.
Rover overcoming large obstacle
CREDITS
MECHANICAL/ANALYSIS TEAM:
Corbin Grubb
Will Fisher
Caleb Powell
Marcela Mayor
ELECTRICAL/CONTROLS TEAM:
Travis McGregor
Zachary Angell
Lily Kinne
David Acuna
MISSION PLANNING:
Watts Herideen-Woodruff
ADVISOR:
Professor Nikhil Karanjgaokar
SPECIAL THANKS:
WPI Academic Computing Lab
WPI Practice Point Lab
Daniel Ali Tribaldos
Swanbot
Autonomous Panel Moving Robot
Designed, simulated, and printed by Corbin Grubb
Created for RBE 2001
Body Design Goals
• Bot must be able to reach 4” by 4” by
1/4” panel at three unique heights and
angles
• Must only have one degree of freedom
in upper linking
• Must connect to Pololu Romi kit
• Must have proper gear transmission,
where needed input torque is less than
10% of motor stall torque
• Minimal moving parts
•
Gripper Design Goals
• Must be able to hold and release a 4” by
4” by 1/4” stainless steel plate
• Must need no input torque to maintain
grip
• Must require no more than 0.25 kg/cm
of torque at any point
• Must only have one degree of freedom
• Minimal moving parts
•
Body Features
• Gripper ( 1 ) grabs and releases the
target plate
• Gear train ( 2 ) reduces input
torque needed from blue motor
( 3 )
• Four-bar mechanism maneuvers
gripper to the three required
angles
• Curved upper link and angled
blue motor unintentionally gave
robot a swanlike appearance
( 3 )
( 1 )
( 2 )
( 4 )
Gripper Features
• Lower plate ( 1 ) supports weight
of the target plate
• Compliant gripper “claw” ( 2 )
prevents plate tipping or sliding
off lower plate
• 9 Gram servo motor ( 3 ) actuates
gripper
• Two bearings in the rear ( 4 )
attach to rest of Swanbot
( 3 )
( 1 )
( 2 )
( 4 )
Four-bar design
To determine the proper four-bar
mechanism, a sketch was made in
Solidworks featuring the gripper in
the three required positions.
The mounting/pivoting points of the
gripper were then used to
f
ind the
necessary lengths for the “rocker”
links and the location of the
“ground” link.
Simulation of flexible gripper
Color scale represents displacement
Maximum force of 1 newton
Compliant mechanism
Implementation
• Compliant gripper part 3D
printed in TPU plastic
• Gripper body and servo lever
printed in ABS plastic
• 3 mm steel rods used as guide
rails to prevent twisting
• Base plate, body walls, gears,
links, and spacers were 3d
printed in ABS and PLA
• M3 bolts were used as pins
and axels
• Ball bearings were press-
f
itted
into the gears
Swanbot performing its duty
Swanbot in action
Argus
Autonomous Map Making Robot
Sensor integration, Coding, and Testing by Corbin Grubb and Team 16
Created for RBE 2002
Mission Goals
• Bot must be able to circumnavigate area
autonomously
• Must take measurements of internal
object in two environments
• Must convert distance measurements to
an accurate maps of the objects
• Must connect to Pololu Romi kit
Argus Features
• Pololu Romi Chasis ( 1 ) for
mobility, with a A
-
Star 32U4
board running C++ code
• IR range sensor ( 2 ) for following
the outer wall of the arena
• Ultrasonic Sensor ( 3 ) for
measuring distance to object
• Esp32 Board ( 4 ) for uploading
map to a server via WiFi
• Argus’ name comes from
additional cosmetic ultrasonic
sensors ( 5 ), as Argus is a man
with 100 eyes from greek
mytholo
g
y
( 3 )
( 1 )
( 2 )
( 4 )
( 5 )
Mapping Process
• Robot uses a State Machine to
traverse the arena and collect data
• Robot begins at a known location in
the “idle” state, and begins when a
button on the board is pressed
• Robot begins crossing the arena
using the IR sensor to follow the wall
• At set distance intervals, the robot
switches to a measurement state and
collects 100 measurements of the
object to be averaged and used to
f
ill
one cell in a matrix
• The robot repeats this process until it
reaches the far wall, then it moves to
the other side of the arena
• The measuring process is repeated in
the opposite direction
Results
• Argus successfully mapped the
objects in both arenas
• Robot retuned within 10 cm of
original spot
• Both matrices were uploaded to a
web server live
Example of a matrix. 1s represent
blocks mapped during the
f
irst pass,
2s represent blocks mapped during
the second pass, and 3s represent
blocks mapped during both passes
Stomatobot V0
Ant-Weight Combat Robot
Designed, built, and driven by Corbin Grubb,
As a part of the WPI Robotics Club
Inspired by Mantis Shrimp
(Stomatopods), Stomatobot V0
served as a functional prototype for
future ant-weight combat robots.
Stomatobot V0 featured six klann
mechanism legs, and a hard shell
supported by stiff plastic springs.
An asymmetrical vertical spinner
was used for the active weapon.
The robot was designed in Fusion
360.
For using legs instead of wheels,
the bot was granted a weight limit
of two pounds, twice the limit for
wheeled bots.
All parts for Stomatobot V0 were
3D printed, with screws, bearings,
and electronics as exceptions.
The bot used a 3-cell LiPo battery,
two brushed drive motors, and a
brushless weapon motor, with a
receiver and two ESCs to control
the bot.
As an experimental prototype,
Stomatobot V0 only won one of
its
fi
ve
fi
ghts, but sustained little
damage.
The
fi
ghts proved the resilience
of the shell, but the bot lacked
maneuverability.
Several design changes are
being implemented in
Stomatobot V1, as well as a
“Club” weapon.
Stomatobot V0 with minor damage to the shell
and weapon, and a broken weapon mount
SkiBot
Radio Controlled Skiing Robot
Designed, built, programmed, and tested by
Corbin Grubb
Cosmetic cover made by Nate Stote and Corbin Grubb
• Mimic the motion of human skiing
• Have all electronics contained
within rectangular body
• Be capable of propulsion and
steering
• Be remote controlled
• Look like a certain cartoon robot
Design Goals
• An Arduino Uno ( 1 ) receives
signals from a radio receiver
board
• Arduino drives a brushed motor
( 2 ) through a PWM driver board
• Motor drives a ~15:1 gearbox
that in turn drives the Klann
mechanism arms ( 3 )
• Servo motor changes the relative
height of the legs to tilt robot and
steer ( 4 )
SkiBot Features
( 1 )
( 2 )
( 4 )
( 3 )
Finished Robot

More Related Content

Similar to Grubb Portfolio 2023.pdf

IRJET- Design and Fabrication of Multi Legged Robot
IRJET-  	  Design and Fabrication of Multi Legged RobotIRJET-  	  Design and Fabrication of Multi Legged Robot
IRJET- Design and Fabrication of Multi Legged RobotIRJET Journal
 
MARS ROVER PRESENTATION.pptx
MARS ROVER PRESENTATION.pptxMARS ROVER PRESENTATION.pptx
MARS ROVER PRESENTATION.pptxAbhayKhera3
 
IRJET- Review on Rover with Rocker-Bogie Linkage Mounted with Ultrasonic Sens...
IRJET- Review on Rover with Rocker-Bogie Linkage Mounted with Ultrasonic Sens...IRJET- Review on Rover with Rocker-Bogie Linkage Mounted with Ultrasonic Sens...
IRJET- Review on Rover with Rocker-Bogie Linkage Mounted with Ultrasonic Sens...IRJET Journal
 
Products and Prototypes 1999-2012
Products and Prototypes  1999-2012Products and Prototypes  1999-2012
Products and Prototypes 1999-2012Robin Castelli
 
ROV Final Report
ROV Final ReportROV Final Report
ROV Final ReportCaleb Irvin
 
Autonomous Roving Vehicle
Autonomous Roving Vehicle Autonomous Roving Vehicle
Autonomous Roving Vehicle Travis Heidrich
 
Gearboxes 2014 Seminar
Gearboxes 2014 SeminarGearboxes 2014 Seminar
Gearboxes 2014 Seminarcougar1403
 
Design, Modification and Manufacturing of a Stair Climbing Vehicle
Design, Modification and Manufacturing of a Stair Climbing VehicleDesign, Modification and Manufacturing of a Stair Climbing Vehicle
Design, Modification and Manufacturing of a Stair Climbing VehicleRaian Nur Islam
 
Team254_TechnicalBinder_2015_Final
Team254_TechnicalBinder_2015_FinalTeam254_TechnicalBinder_2015_Final
Team254_TechnicalBinder_2015_FinalAndrew Torrance
 
Robert White Portfolio
Robert White PortfolioRobert White Portfolio
Robert White PortfolioRobert White
 
Rocker bogie mechanism (mars rover) final year mini project final review paper
Rocker bogie mechanism (mars rover) final year mini project final review paper Rocker bogie mechanism (mars rover) final year mini project final review paper
Rocker bogie mechanism (mars rover) final year mini project final review paper BIRENDRA KUMAR PANDIT
 
VEX Robotics - Technical Journal
VEX Robotics - Technical JournalVEX Robotics - Technical Journal
VEX Robotics - Technical JournalJoseph Han
 
IRJET- Design and Fabrication of Rocker Bogie Mechanism using Solar Energy
IRJET- Design and Fabrication of Rocker Bogie Mechanism using Solar EnergyIRJET- Design and Fabrication of Rocker Bogie Mechanism using Solar Energy
IRJET- Design and Fabrication of Rocker Bogie Mechanism using Solar EnergyIRJET Journal
 
Design of Quadruped Walking Robot with Spherical Shell
Design of Quadruped Walking Robot with Spherical ShellDesign of Quadruped Walking Robot with Spherical Shell
Design of Quadruped Walking Robot with Spherical Shelldrboon
 
Design and Analysis of Articulated Inspection Arm of Robot
Design and Analysis of Articulated Inspection Arm of RobotDesign and Analysis of Articulated Inspection Arm of Robot
Design and Analysis of Articulated Inspection Arm of RobotIJTET Journal
 
Space Shuttle Debris
Space Shuttle DebrisSpace Shuttle Debris
Space Shuttle DebrisEvan Wayton
 

Similar to Grubb Portfolio 2023.pdf (20)

IRJET- Design and Fabrication of Multi Legged Robot
IRJET-  	  Design and Fabrication of Multi Legged RobotIRJET-  	  Design and Fabrication of Multi Legged Robot
IRJET- Design and Fabrication of Multi Legged Robot
 
MARS ROVER PRESENTATION.pptx
MARS ROVER PRESENTATION.pptxMARS ROVER PRESENTATION.pptx
MARS ROVER PRESENTATION.pptx
 
IRJET- Review on Rover with Rocker-Bogie Linkage Mounted with Ultrasonic Sens...
IRJET- Review on Rover with Rocker-Bogie Linkage Mounted with Ultrasonic Sens...IRJET- Review on Rover with Rocker-Bogie Linkage Mounted with Ultrasonic Sens...
IRJET- Review on Rover with Rocker-Bogie Linkage Mounted with Ultrasonic Sens...
 
ROBOMAT
ROBOMATROBOMAT
ROBOMAT
 
Products and Prototypes 1999-2012
Products and Prototypes  1999-2012Products and Prototypes  1999-2012
Products and Prototypes 1999-2012
 
ROV Final Report
ROV Final ReportROV Final Report
ROV Final Report
 
Autonomous Roving Vehicle
Autonomous Roving Vehicle Autonomous Roving Vehicle
Autonomous Roving Vehicle
 
1372 trotti[1]
1372 trotti[1]1372 trotti[1]
1372 trotti[1]
 
Gearboxes 2014 Seminar
Gearboxes 2014 SeminarGearboxes 2014 Seminar
Gearboxes 2014 Seminar
 
Design, Modification and Manufacturing of a Stair Climbing Vehicle
Design, Modification and Manufacturing of a Stair Climbing VehicleDesign, Modification and Manufacturing of a Stair Climbing Vehicle
Design, Modification and Manufacturing of a Stair Climbing Vehicle
 
Team254_TechnicalBinder_2015_Final
Team254_TechnicalBinder_2015_FinalTeam254_TechnicalBinder_2015_Final
Team254_TechnicalBinder_2015_Final
 
Robert White Portfolio
Robert White PortfolioRobert White Portfolio
Robert White Portfolio
 
Lecture2
Lecture2Lecture2
Lecture2
 
Rocker bogie mechanism (mars rover) final year mini project final review paper
Rocker bogie mechanism (mars rover) final year mini project final review paper Rocker bogie mechanism (mars rover) final year mini project final review paper
Rocker bogie mechanism (mars rover) final year mini project final review paper
 
VEX Robotics - Technical Journal
VEX Robotics - Technical JournalVEX Robotics - Technical Journal
VEX Robotics - Technical Journal
 
Shreya.pptx
Shreya.pptxShreya.pptx
Shreya.pptx
 
IRJET- Design and Fabrication of Rocker Bogie Mechanism using Solar Energy
IRJET- Design and Fabrication of Rocker Bogie Mechanism using Solar EnergyIRJET- Design and Fabrication of Rocker Bogie Mechanism using Solar Energy
IRJET- Design and Fabrication of Rocker Bogie Mechanism using Solar Energy
 
Design of Quadruped Walking Robot with Spherical Shell
Design of Quadruped Walking Robot with Spherical ShellDesign of Quadruped Walking Robot with Spherical Shell
Design of Quadruped Walking Robot with Spherical Shell
 
Design and Analysis of Articulated Inspection Arm of Robot
Design and Analysis of Articulated Inspection Arm of RobotDesign and Analysis of Articulated Inspection Arm of Robot
Design and Analysis of Articulated Inspection Arm of Robot
 
Space Shuttle Debris
Space Shuttle DebrisSpace Shuttle Debris
Space Shuttle Debris
 

Recently uploaded

UNIT - IV - Air Compressors and its Performance
UNIT - IV - Air Compressors and its PerformanceUNIT - IV - Air Compressors and its Performance
UNIT - IV - Air Compressors and its Performancesivaprakash250
 
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...ranjana rawat
 
Booking open Available Pune Call Girls Pargaon 6297143586 Call Hot Indian Gi...
Booking open Available Pune Call Girls Pargaon  6297143586 Call Hot Indian Gi...Booking open Available Pune Call Girls Pargaon  6297143586 Call Hot Indian Gi...
Booking open Available Pune Call Girls Pargaon 6297143586 Call Hot Indian Gi...Call Girls in Nagpur High Profile
 
CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete Record
CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete RecordCCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete Record
CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete RecordAsst.prof M.Gokilavani
 
Coefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptxCoefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptxAsutosh Ranjan
 
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...Christo Ananth
 
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escortsranjana rawat
 
Porous Ceramics seminar and technical writing
Porous Ceramics seminar and technical writingPorous Ceramics seminar and technical writing
Porous Ceramics seminar and technical writingrakeshbaidya232001
 
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINEMANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINESIVASHANKAR N
 
Glass Ceramics: Processing and Properties
Glass Ceramics: Processing and PropertiesGlass Ceramics: Processing and Properties
Glass Ceramics: Processing and PropertiesPrabhanshu Chaturvedi
 
Russian Call Girls in Nagpur Grishma Call 7001035870 Meet With Nagpur Escorts
Russian Call Girls in Nagpur Grishma Call 7001035870 Meet With Nagpur EscortsRussian Call Girls in Nagpur Grishma Call 7001035870 Meet With Nagpur Escorts
Russian Call Girls in Nagpur Grishma Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur High Profile
 
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur EscortsCall Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur High Profile
 
UNIT-III FMM. DIMENSIONAL ANALYSIS
UNIT-III FMM.        DIMENSIONAL ANALYSISUNIT-III FMM.        DIMENSIONAL ANALYSIS
UNIT-III FMM. DIMENSIONAL ANALYSISrknatarajan
 
Processing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptxProcessing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptxpranjaldaimarysona
 
Booking open Available Pune Call Girls Koregaon Park 6297143586 Call Hot Ind...
Booking open Available Pune Call Girls Koregaon Park  6297143586 Call Hot Ind...Booking open Available Pune Call Girls Koregaon Park  6297143586 Call Hot Ind...
Booking open Available Pune Call Girls Koregaon Park 6297143586 Call Hot Ind...Call Girls in Nagpur High Profile
 
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur High Profile
 
MANUFACTURING PROCESS-II UNIT-1 THEORY OF METAL CUTTING
MANUFACTURING PROCESS-II UNIT-1 THEORY OF METAL CUTTINGMANUFACTURING PROCESS-II UNIT-1 THEORY OF METAL CUTTING
MANUFACTURING PROCESS-II UNIT-1 THEORY OF METAL CUTTINGSIVASHANKAR N
 
University management System project report..pdf
University management System project report..pdfUniversity management System project report..pdf
University management System project report..pdfKamal Acharya
 

Recently uploaded (20)

UNIT - IV - Air Compressors and its Performance
UNIT - IV - Air Compressors and its PerformanceUNIT - IV - Air Compressors and its Performance
UNIT - IV - Air Compressors and its Performance
 
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
 
Booking open Available Pune Call Girls Pargaon 6297143586 Call Hot Indian Gi...
Booking open Available Pune Call Girls Pargaon  6297143586 Call Hot Indian Gi...Booking open Available Pune Call Girls Pargaon  6297143586 Call Hot Indian Gi...
Booking open Available Pune Call Girls Pargaon 6297143586 Call Hot Indian Gi...
 
CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete Record
CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete RecordCCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete Record
CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete Record
 
Coefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptxCoefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptx
 
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...
 
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
 
Porous Ceramics seminar and technical writing
Porous Ceramics seminar and technical writingPorous Ceramics seminar and technical writing
Porous Ceramics seminar and technical writing
 
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINEMANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
 
Glass Ceramics: Processing and Properties
Glass Ceramics: Processing and PropertiesGlass Ceramics: Processing and Properties
Glass Ceramics: Processing and Properties
 
Russian Call Girls in Nagpur Grishma Call 7001035870 Meet With Nagpur Escorts
Russian Call Girls in Nagpur Grishma Call 7001035870 Meet With Nagpur EscortsRussian Call Girls in Nagpur Grishma Call 7001035870 Meet With Nagpur Escorts
Russian Call Girls in Nagpur Grishma Call 7001035870 Meet With Nagpur Escorts
 
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur EscortsCall Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
 
UNIT-III FMM. DIMENSIONAL ANALYSIS
UNIT-III FMM.        DIMENSIONAL ANALYSISUNIT-III FMM.        DIMENSIONAL ANALYSIS
UNIT-III FMM. DIMENSIONAL ANALYSIS
 
Processing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptxProcessing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptx
 
Booking open Available Pune Call Girls Koregaon Park 6297143586 Call Hot Ind...
Booking open Available Pune Call Girls Koregaon Park  6297143586 Call Hot Ind...Booking open Available Pune Call Girls Koregaon Park  6297143586 Call Hot Ind...
Booking open Available Pune Call Girls Koregaon Park 6297143586 Call Hot Ind...
 
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
 
MANUFACTURING PROCESS-II UNIT-1 THEORY OF METAL CUTTING
MANUFACTURING PROCESS-II UNIT-1 THEORY OF METAL CUTTINGMANUFACTURING PROCESS-II UNIT-1 THEORY OF METAL CUTTING
MANUFACTURING PROCESS-II UNIT-1 THEORY OF METAL CUTTING
 
(INDIRA) Call Girl Aurangabad Call Now 8617697112 Aurangabad Escorts 24x7
(INDIRA) Call Girl Aurangabad Call Now 8617697112 Aurangabad Escorts 24x7(INDIRA) Call Girl Aurangabad Call Now 8617697112 Aurangabad Escorts 24x7
(INDIRA) Call Girl Aurangabad Call Now 8617697112 Aurangabad Escorts 24x7
 
Water Industry Process Automation & Control Monthly - April 2024
Water Industry Process Automation & Control Monthly - April 2024Water Industry Process Automation & Control Monthly - April 2024
Water Industry Process Automation & Control Monthly - April 2024
 
University management System project report..pdf
University management System project report..pdfUniversity management System project report..pdf
University management System project report..pdf
 

Grubb Portfolio 2023.pdf

  • 1. Engineering Portfolio A sample of projects by Corbin Grubb Stomatobot
  • 2. Contents WPI Aerospace Engineering Major Qualifying Project • Lunar Micro Rover Autonomous Robots • Swanbot • Argus Remote Controlled Creations • Stomatobot • SkiBot
  • 3. LUNAR MICRO ROVER WPI Aerospace Engineering Major Qualifying Project Design and analysis led by Corbin Grubb
  • 4. PROJECT GOAL AND CONSTRAINTS ▸ Design a rover to explore the Lunar South Pole ▸ Build and test a prototype rover ▸ Rover must weigh less than 5 Kg ▸ Rover must carry a 2 Kg scienti fi c payload ▸ Rover must survive a 4-inch drop in earth gravity Rover during early testing
  • 5. DESIGN PROCESS Several design options were considered to meet the project requirements, and two best design options were selected. Simple CAD models were created in SolidWorks to compare the weight, payload space, complexity, and obstacle clearing ability of each option. The four wheel rocker design was selected, and fi nal CAD designs were developed in SolidWorks, using of-the-shelf components whenever possible. ANSYS was then used to verify the strength of the design and to optimize the design wherever possible. Preliminary 2-Wheel Design Preliminary 4-Wheel Rocker Design
  • 6. DESIGN FEATURES ▸ Chassis (1) holds the scienti fi c payload and control electronics ▸ Rockers (2) rotate freely relative to the chassis to overcome obstacles ▸ Motor gearboxes (3) provide power to each wheel individually ▸ Large wheels (4) provide traction in lunar regolith ▸ Differential Linkage (5) keeps chassis at the average angle of the two rockers Final SolidWorks Model (1) (2) (3) (4) (5)
  • 7. STRUCTURAL ANALYSIS To ensure the design could survive a 4 inch drop, a simpli fi ed CAD model was created and ANSYS Explicit Dynamics was used to simulate the impact. The results from the Explicit Dynamics simulation were then used to develop ANSYS Static Structural simulations to test the fi nal CAD model ANSYS Static Structural simulation on fi nal design ANSYS Explicit Dynamics drop test with simpli fi ed CAD model
  • 8. WHEEL DESIGN AND OPTIMIZATION The wheels of the rover were heavy and mission critical components, so extensive real-world and ANSYS tests were run to optimize the design. Real-world testing was performed to determine the shape of the traction fi ns. ANSYS simulations were run to determine the radial and tangential strength of the wheels using the data from the Explicit Dynamics drop test. Real-world traction testing Radial strength ANSYS test Tangential strength ANSYS test With each ANSYS simulation, the design of the wheel was adjusted to reduce weight. The fi nal design had a factor of safety of fi ve throughout most of the wheel.
  • 9. ROVER TESTING The rover was tested climbing over a range of obstacles and terrains. The rover successfully overcame objects up to 150 mm high, equal to the diameter of the wheels. The rocker suspension system proved effective at reducing the motion of the chassis as the rover climbed uneven terrain. The wheel design demonstrated adequate grip in the simulated lunar regolith. Rover overcoming large obstacle
  • 10. CREDITS MECHANICAL/ANALYSIS TEAM: Corbin Grubb Will Fisher Caleb Powell Marcela Mayor ELECTRICAL/CONTROLS TEAM: Travis McGregor Zachary Angell Lily Kinne David Acuna MISSION PLANNING: Watts Herideen-Woodruff ADVISOR: Professor Nikhil Karanjgaokar SPECIAL THANKS: WPI Academic Computing Lab WPI Practice Point Lab Daniel Ali Tribaldos
  • 11. Swanbot Autonomous Panel Moving Robot Designed, simulated, and printed by Corbin Grubb Created for RBE 2001
  • 12. Body Design Goals • Bot must be able to reach 4” by 4” by 1/4” panel at three unique heights and angles • Must only have one degree of freedom in upper linking • Must connect to Pololu Romi kit • Must have proper gear transmission, where needed input torque is less than 10% of motor stall torque • Minimal moving parts •
  • 13. Gripper Design Goals • Must be able to hold and release a 4” by 4” by 1/4” stainless steel plate • Must need no input torque to maintain grip • Must require no more than 0.25 kg/cm of torque at any point • Must only have one degree of freedom • Minimal moving parts •
  • 14. Body Features • Gripper ( 1 ) grabs and releases the target plate • Gear train ( 2 ) reduces input torque needed from blue motor ( 3 ) • Four-bar mechanism maneuvers gripper to the three required angles • Curved upper link and angled blue motor unintentionally gave robot a swanlike appearance ( 3 ) ( 1 ) ( 2 ) ( 4 )
  • 15. Gripper Features • Lower plate ( 1 ) supports weight of the target plate • Compliant gripper “claw” ( 2 ) prevents plate tipping or sliding off lower plate • 9 Gram servo motor ( 3 ) actuates gripper • Two bearings in the rear ( 4 ) attach to rest of Swanbot ( 3 ) ( 1 ) ( 2 ) ( 4 )
  • 16. Four-bar design To determine the proper four-bar mechanism, a sketch was made in Solidworks featuring the gripper in the three required positions. The mounting/pivoting points of the gripper were then used to f ind the necessary lengths for the “rocker” links and the location of the “ground” link.
  • 17. Simulation of flexible gripper Color scale represents displacement Maximum force of 1 newton Compliant mechanism
  • 18. Implementation • Compliant gripper part 3D printed in TPU plastic • Gripper body and servo lever printed in ABS plastic • 3 mm steel rods used as guide rails to prevent twisting • Base plate, body walls, gears, links, and spacers were 3d printed in ABS and PLA • M3 bolts were used as pins and axels • Ball bearings were press- f itted into the gears
  • 19. Swanbot performing its duty Swanbot in action
  • 20. Argus Autonomous Map Making Robot Sensor integration, Coding, and Testing by Corbin Grubb and Team 16 Created for RBE 2002
  • 21. Mission Goals • Bot must be able to circumnavigate area autonomously • Must take measurements of internal object in two environments • Must convert distance measurements to an accurate maps of the objects • Must connect to Pololu Romi kit
  • 22. Argus Features • Pololu Romi Chasis ( 1 ) for mobility, with a A - Star 32U4 board running C++ code • IR range sensor ( 2 ) for following the outer wall of the arena • Ultrasonic Sensor ( 3 ) for measuring distance to object • Esp32 Board ( 4 ) for uploading map to a server via WiFi • Argus’ name comes from additional cosmetic ultrasonic sensors ( 5 ), as Argus is a man with 100 eyes from greek mytholo g y ( 3 ) ( 1 ) ( 2 ) ( 4 ) ( 5 )
  • 23. Mapping Process • Robot uses a State Machine to traverse the arena and collect data • Robot begins at a known location in the “idle” state, and begins when a button on the board is pressed • Robot begins crossing the arena using the IR sensor to follow the wall • At set distance intervals, the robot switches to a measurement state and collects 100 measurements of the object to be averaged and used to f ill one cell in a matrix • The robot repeats this process until it reaches the far wall, then it moves to the other side of the arena • The measuring process is repeated in the opposite direction
  • 24. Results • Argus successfully mapped the objects in both arenas • Robot retuned within 10 cm of original spot • Both matrices were uploaded to a web server live Example of a matrix. 1s represent blocks mapped during the f irst pass, 2s represent blocks mapped during the second pass, and 3s represent blocks mapped during both passes
  • 25. Stomatobot V0 Ant-Weight Combat Robot Designed, built, and driven by Corbin Grubb, As a part of the WPI Robotics Club
  • 26. Inspired by Mantis Shrimp (Stomatopods), Stomatobot V0 served as a functional prototype for future ant-weight combat robots. Stomatobot V0 featured six klann mechanism legs, and a hard shell supported by stiff plastic springs. An asymmetrical vertical spinner was used for the active weapon. The robot was designed in Fusion 360.
  • 27. For using legs instead of wheels, the bot was granted a weight limit of two pounds, twice the limit for wheeled bots. All parts for Stomatobot V0 were 3D printed, with screws, bearings, and electronics as exceptions. The bot used a 3-cell LiPo battery, two brushed drive motors, and a brushless weapon motor, with a receiver and two ESCs to control the bot.
  • 28. As an experimental prototype, Stomatobot V0 only won one of its fi ve fi ghts, but sustained little damage. The fi ghts proved the resilience of the shell, but the bot lacked maneuverability. Several design changes are being implemented in Stomatobot V1, as well as a “Club” weapon. Stomatobot V0 with minor damage to the shell and weapon, and a broken weapon mount
  • 29. SkiBot Radio Controlled Skiing Robot Designed, built, programmed, and tested by Corbin Grubb Cosmetic cover made by Nate Stote and Corbin Grubb
  • 30. • Mimic the motion of human skiing • Have all electronics contained within rectangular body • Be capable of propulsion and steering • Be remote controlled • Look like a certain cartoon robot Design Goals
  • 31. • An Arduino Uno ( 1 ) receives signals from a radio receiver board • Arduino drives a brushed motor ( 2 ) through a PWM driver board • Motor drives a ~15:1 gearbox that in turn drives the Klann mechanism arms ( 3 ) • Servo motor changes the relative height of the legs to tilt robot and steer ( 4 ) SkiBot Features ( 1 ) ( 2 ) ( 4 ) ( 3 )