The Challenge | Design by Nature

Design an autonomous free-flyer to inspect a spacecraft for damage from Micro-Meteoroid and Orbital Debris (MMOD).

[Professional] groB Swarm

Our concept for damage detection is to use a heterogeneous swarm of sensors to controlled by a hive mind for detecting spacecraft damage.

Team groB

Our project focused mostly on researching current technologies and research to come up with a novel approach to solving the problem of detecting spacecraft damage. Our research focused on navigation, communication, computation, materials and sensor research and how we could mimic biology to produce an optimal design.

Swarm intelligence for distributed computation and decision making is the main component of biology that we incorporated in the design. We have a free floating Queen that performs the maneuvering and initial scans of the space craft with a high resolution imaging solution to detect anomalies in the outside hull of the space craft. After an anomaly is detected then subagents are deployed with various sensors to perform a scan around the anomalous area. A subagent's sensor is unique from the other sensors and they perform the detection based on a simple perceptron[5] and the queen performs a global decision based on the weighted sum of the subagents local decision. Conceptually speaking, the system is a neural network. The input layer is the sensor input and the output layer is the decision from the queen. The scanning is performed starting outwards and slowly pulling the sensors towards the center of the scan area. The communication will be along the tethering from the queen to the spacecraft to reduce possible interference sources[1].

We also incorporated biological concepts into the selection of sensors to ensure a diversity of sensors. Infrared sensor will provide a view of thermal difference of the surface of a spacecraft, optical sensors to provide color, and a SAR to provide some insight into the smoothness of the surface and possible depth perception if the frequency used can penetrate the surface of the spacecraft.

The optical detection algorithm by the queen is a classification algorithm that classifies dents and identifies the boundary to estimate the scan area[6].

This is an implementation of Mask R-CNN on Python 3, Keras, and TensorFlow. The model generates bounding boxes and segmentation masks for each instance of an object in the image. It's based on Feature Pyramid Network (FPN) and a ResNet101 backbone.



Propulsion and navigation is performed by the queen which will be tethered to the spacecraft through an umbilical that provides communications, power, and also serves as a recovery mechanism in case of failure.

Propulsion system design for queen: 4 gaseous thrust subsystems with opposing nozzles placed on the spherical queen can produce the necessary opposing force mechanisms to both propel the queen and create centrifugal motion required to perform scanning operations.

Ideas that didn't make it....

We initially had the idea to have the subagents move across the surface of the spacecraft propelled by a magnetic substrate embedded within the surface of the spacecraft. This would require a new type of spacecraft hull not made from aluminum. To reduce overall system weight, we propose a carbon fiber hull with Iron coated fibers woven to form a magnetic substrate. The challenge of locating the sensors along the spacecraft hull for closed loop position along the magnetic substrate would be solved by capacitive sensors woven into the carbon fiber structure as well[3]. After requiring such an advanced carbon fiber structure we started to question why we would even need the subagents and could think of the spacecraft hull as a bio engineered skin for space travel. The subagents could be used for verification but the detection could happen almost at the instant the event occurred. There has also been prior research into bio-inspired carbon fiber applications [4].

We also had an idea of applying stigmergy by having the subagents drop radiation deposits around the spacecraft hull in the absence of chemical trails but thought that this may be harmful to the spacecraft and the occupants.


References: https://github.com/yellowjacketalumni/GROB2018/wik...

Presentation: https://docs.google.com/presentation/d/1lurmcJeMWx...

NASA Logo

SpaceApps is a NASA incubator innovation program.