Regolith Excavator Simulation Project

Download Report

Transcript Regolith Excavator Simulation Project

By: Jennifer Liem
October 16, 2008
PDR

Brief overview

Block diagram

Remains to be done

Gantt Chart


Dig in a box 4x4m
Robot
◦
◦
◦
◦
◦

Work with a power source of 24V.
Minimum mass: 150kg
Fully autonomous
Consume no more than avg. 150W.
Max weight: 70kg.
Use sensors
ME
EE
Wheels/Body
Collector Box
Software
Digger

Digging strategy
◦ Digging backwards as the robot is moving towards
the collector bin.
◦ Using a conveyor belt to transport the regolith to
the bin.
◦ Digging
◦ ~5cm at a time

Collector
◦ Will deposit regolith from bottom of box.

Wheels
◦ Leaning towards the use of treads.
 Wheels sank into the regolith
 Treads are not favorable for turning.
VS.
http://www.classictintoy.com/images/treads/btra.jpg
Map out area until all
4 rocks are found.
Map out area until all
4 rocks are found.
Mapping
Create map as a 2D
array
Using long range
infrared sensors to
orient oneself.
Using A* best path
search algorithm.
Want to find the largest
rectangular area farthest
from the ramp.
Solving
Need to use triangles
to find x,y
coordinates.
Not allowed to use walls to
orient.
4m
4m

Mapping
◦ Need the calculations to determine current location
◦ Decide whether to find all the rocks first or not.
◦ Not allowed to use walls.

Sensor testing
◦ Determine if different materials give different
readings
◦ Test the sensors

Solving
◦ Want largest rectangular area for digging

Insert all the data into a simulator.

Questions?