Skip to content

Commit

Permalink
added new students and HERDS paper
Browse files Browse the repository at this point in the history
  • Loading branch information
mfogelson authored and arunleob committed Jan 23, 2024
1 parent c066c15 commit 06542e7
Show file tree
Hide file tree
Showing 11 changed files with 95 additions and 2 deletions.
23 changes: 23 additions & 0 deletions _data/people.yml
Original file line number Diff line number Diff line change
Expand Up @@ -339,6 +339,29 @@ pedro2:
image: /img/people/pedro2.jpg
bio: Spacecraft guidance, navigation and control

tae:
display_name: "Tae Rugh"
webpage: "http://www.taerugh.com/"
github: taerugh
role: masters
image: /img/people/tae.jpg
bio: Robotic State Estimation and Control

jon_arrizabalaga:
display_name: "Jon Arrizabalaga"
webpage: "https://jonarriza96.github.io/"
github:
role: postdoc
image: /img/people/jonarrizabalaga.jpg
bio: Visiting from Technical University of Munich | Differential Geometry, Optimization and Control

elakhya:
display_name: "Elakhya Nedumaran"
webpage: "https://www.linkedin.com/in/elakhya-nedumaran/ "
github:
role: masters
image: /img/people/elakhya.png
bio: Optimization-based control
# grad-a:
# display_name: "Grad A"
# role: grad
Expand Down
10 changes: 10 additions & 0 deletions _data/pubs.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@

- title: "High-Expansion-Ratio Deployable Structures for Long Duration Space Missions"
authors: [mitch, Sawyer Thomas, giusy, Jeffery Lipton, zac]
projects: [herds]
publisher: IEEE Aerospace Conference
pub-type: conference
date: 2024-03-02
pdf: /HERDs_Fogelson_Thomas_Manchester_Lipton_Falcon_IEEE_Aero_01_12_24.pdf
status: Accepted

- title: "Efficient Online Learning of Contact Force Models for Connector Insertion"
authors: [kevin, zac, Ajinkya Jain, Keegan Go, Stefan Schaal, Tom Erez, Yuval Tassa]
publisher: arXiv
Expand Down
46 changes: 44 additions & 2 deletions _includes/project-card.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
{% else %}
{% capture proj-url %}{{site.base}}{{project.url}}.html{% endcapture %}
{% endif %}

<div class="card">
<div class="card-body">
{% if project.image %}
Expand All @@ -16,7 +15,9 @@
{% capture imgurl %}{{site.base}}{{project.image}}{% endcapture %}
{% endif %}
<a href="{{ proj-url }}">
<img class="img-fluid mb-3" src="{{imgurl}}" alt="{{project.title}}"/>
<div class="text-center"> <!-- Wrap the image in a div with text-center class -->
<img class="img-fluid mb-3" src="{{imgurl}}" alt="{{project.title}}"/>
</div>
</a>
{% endif %}
{% if project.notitle != true %}
Expand Down Expand Up @@ -47,3 +48,44 @@ <h6 class="card-subtitle mb-2 text-muted">
</div>
{% endif %}
</div>

<!-- <div class="card">
<div class="card-body">
{% if project.image %}
{% assign imgurl = project.image %}
{% capture init %}{{ project.image | slice: 0,1 }}{% endcapture %}
{% if init == "/" %}
{% capture imgurl %}{{site.base}}{{project.image}}{% endcapture %}
{% endif %}
<a href="{{ proj-url }}">
<img class="img-fluid mb-3" src="{{imgurl}}" alt="{{project.title}}"/>
</a>
{% endif %}
{% if project.notitle != true %}
<h4 class="card-title">
{{ project.title }}
</h4>
{% endif %}
{% if project.subtitle != null and project.subtitle != "" %}
<h6 class="card-subtitle mb-2 text-muted">
{{ project.subtitle }}
</h6>
{% endif %}
<div class="card-text">
{{ project.description | markdownify }}
</div>
{% if project.no-link != true or project.link %}
<a href="{{ proj-url }}"> Read more &raquo;</a>
{% endif %}
</div>
{% if project.people %}
<div class="card-footer d-flex flex-row flex-wrap justify-content-center">
{% for uname in project.people %}
<div>
{% assign person = site.data.people[uname] %}
{% include person-image.html person=person %}
</div>
{% endfor %}
</div>
{% endif %}
</div> -->
18 changes: 18 additions & 0 deletions _projects/herds.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
---
title: High-Expansion-Ratio Deployable Structures for Long Duration Space Missions

description: |
A hierarchical mechanism capable of 50x expansion ratios enabling kilometer scale structures from a single launch.
people:
- mitch
- zac

layout: project
image: "/img/herds/output2.gif"
last-updated: 2024-01-22
---

Artificial gravity is a crucial technology to enable long-duration human space flight. However, a kilometer-scale rotating space structure is needed to generate artificial gravity at rotation rates that can be tolerated comfortably by crew. Constructing such a structure with current technology would require many launches and significant in-space assembly. This work presents HERDS, High-Expansion-Ratio Deployable Structures, a hierarchical expansion mechanism that can deploy a kilometer-scale structure from a single launch. HERDS leverages a hierarchical combination of a Kresling mechanism and a pop-up extending truss (PET), a novel variant of the scissor mechanism. We show that HERDS designs achieve 4-11x better beam member aspect ratios than non-hierarchical Kresling or scissor mechanisms, resulting in a stiffer deployed structure. Furthermore, HERDS designs are shown in simulation to satisfy the necessary loading and structural constraints for supporting the Lunar Gateway mission with a factor of safety greater than 1.5 using existing launch vehicles. Our modeling and analysis is validated on a 1/10 scale prototype with a 50x expansion ratio.

- [Paper](../papers/HERDs_Fogelson_Thomas_Manchester_Lipton_Falcon_IEEE_Aero_01_12_24.pdf)
Binary file added img/herds/HERO_diagram_final.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/herds/hardware.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/herds/output2.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/people/elakhya.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/people/jonarrizabalaga.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/people/tae.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.

0 comments on commit 06542e7

Please sign in to comment.