Jump to content

Towards Autonomous Surface Missions on Ocean Worlds


Recommended Posts

  • Publishers
Posted
9 Min Read

Towards Autonomous Surface Missions on Ocean Worlds

A four-legged square spacecraft perched on a brown and white icy surface. The spacecraft is extending a robot arm deploying a tool above the surface.
Artist’s concept image of a spacecraft lander with a robot arm on the surface of Europa.
Credits:
NASA/JPL – Caltech

Through advanced autonomy testbed programs, NASA is setting the groundwork for one of its top priorities—the search for signs of life and potentially habitable bodies in our solar system and beyond. The prime destinations for such exploration are bodies containing liquid water, such as Jupiter’s moon Europa and Saturn’s moon Enceladus. Initial missions to the surfaces of these “ocean worlds” will be robotic and require a high degree of onboard autonomy due to long Earth-communication lags and blackouts, harsh surface environments, and limited battery life.

Technologies that can enable spacecraft autonomy generally fall under the umbrella of Artificial Intelligence (AI) and have been evolving rapidly in recent years. Many such technologies, including machine learning, causal reasoning, and generative AI, are being advanced at non-NASA institutions.  

NASA started a program in 2018 to take advantage of these advancements to enable future icy world missions. It sponsored the development of the physical Ocean Worlds Lander Autonomy Testbed (OWLAT) at NASA’s Jet Propulsion Laboratory in Southern California and the virtual Ocean Worlds Autonomy Testbed for Exploration, Research, and Simulation (OceanWATERS) at NASA’s Ames Research Center in Silicon Valley, California.

NASA solicited applications for its Autonomous Robotics Research for Ocean Worlds (ARROW) program in 2020, and for the Concepts for Ocean worlds Life Detection Technology (COLDTech) program in 2021. Six research teams, based at universities and companies throughout the United States, were chosen to develop and demonstrate autonomy solutions on OWLAT and OceanWATERS. These two- to three-year projects are now complete and have addressed a wide variety of autonomy challenges faced by potential ocean world surface missions.

OWLAT

OWLAT is designed to simulate a spacecraft lander with a robotic arm for science operations on an ocean world body. The overall OWLAT architecture including hardware and software components is shown in Figure 1. Each of the OWLAT components is detailed below.

Image shows a block-diagram view of the software and hardware on the Ocean Worlds Lander Autonomy Testbed. An autonomy software module and a safety and performance monitoring module communicate with a scheduler, dispatcher, controller module. The scheduler, dispatcher and controller module also interact with the hardware and software components.
Figure 1. The software and hardware components of the Ocean Worlds Lander Autonomy Testbed and the relationships between them.
NASA/JPL – Caltech

The hardware version of OWLAT (shown in Figure 2) is designed to physically simulate motions of a lander as operations are performed in a low-gravity environment using a six degrees-of-freedom (DOF) Stewart platform. A seven DOF robot arm is mounted on the lander to perform sampling and other science operations that interact with the environment. A camera mounted on a pan-and-tilt unit is used for perception. The testbed also has a suite of onboard force/torque sensors to measure motion and reaction forces as the lander interacts with the environment. Control algorithms implemented on the testbed enable it to exhibit dynamics behavior as if it were a lightweight arm on a lander operating in different gravitational environments.

A robotic platform used to model a spacecraft lander, a robot arm, a camera mounted on a pan and tilt unit, force-torque sensors, and a scoop on the end of the robot arm.
Figure 2. The Ocean Worlds Lander Autonomy Testbed. A scoop is mounted to the end of the testbed robot arm.
NASA/JPL – Caltech

The team also developed a set of tools and instruments (shown in Figure 3) to enable the performance of science operations using the testbed. These various tools can be mounted to the end of the robot arm via a quick-connect-disconnect mechanism. The testbed workspace where sampling and other science operations are conducted incorporates an environment designed to represent the scene and surface simulant material potentially found on ocean worlds.

Five images of tools connected to a robotic arm, with a closeup image of each tool below
Figure 3. Tools and instruments designed to be used with the testbed.
NASA/JPL – Caltech

The software-only version of OWLAT models, visualizes, and provides telemetry from a high-fidelity dynamics simulator based on the Dynamics And Real-Time Simulation (DARTS) physics engine developed at JPL. It replicates the behavior of the physical testbed in response to commands and provides telemetry to the autonomy software. A visualization from the simulator is shown on Figure 4.

Figure 7. Screenshot of OceanWATERS lander on a terrain modeled from the Atacama Desert. A scoop operation has just been completed.
NASA/JPL – Caltech

The autonomy software module shown at the top in Figure 1 interacts with the testbed through a Robot Operating System (ROS)-based interface to issue commands and receive telemetry. This interface is defined to be identical to the OceanWATERS interface. Commands received from the autonomy module are processed through the dispatcher/scheduler/controller module (blue box in Figure 1) and used to command either the physical hardware version of the testbed or the dynamics simulation (software version) of the testbed. Sensor information from the operation of either the software-only or physical testbed is reported back to the autonomy module using a defined telemetry interface. A safety and performance monitoring and evaluation software module (red box in Figure 1) ensures that the testbed is kept within its operating bounds. Any commands causing out of bounds behavior and anomalies are reported as faults to the autonomy software module.

One team member at the computer station on the left side of the image is initializing the software for operating the testbed. Another team member, standing beside the robot arm, is verifying its initial configuration in preparation for use.
Figure 5. Erica Tevere (at the operator’s station) and Ashish Goel (at the robot arm) setting up the OWLAT testbed for use.
NASA/JPL – Caltech

OceanWATERS

At the time of the OceanWATERS project’s inception, Jupiter’s moon Europa was planetary science’s first choice in searching for life. Based on ROS, OceanWATERS is a software tool that provides a visual and physical simulation of a robotic lander on the surface of Europa (see Figure 6). OceanWATERS realistically simulates Europa’s celestial sphere and sunlight, both direct and indirect. Because we don’t yet have detailed information about the surface of Europa, users can select from terrain models with a variety of surface and material properties. One of these models is a digital replication of a portion of the Atacama Desert in Chile, an area considered a potential Earth-analog for some extraterrestrial surfaces.

A multi-legged lander on a gray, rocky surface with crevasses in the distance, with space and a view of Jupiter on the horizon.  The lander’s arm is extended, with a scoop pointed towards the ground.
Figure 6. Screenshot of OceanWATERS.
NASA/JPL – Caltech

JPL’s Europa Lander Study of 2016, a guiding document for the development of OceanWATERS, describes a planetary lander whose purpose is collecting subsurface regolith/ice samples, analyzing them with onboard science instruments, and transmitting results of the analysis to Earth.

The simulated lander in OceanWATERS has an antenna mast that pans and tilts; attached to it are stereo cameras and spotlights. It has a 6 degree-of-freedom arm with two interchangeable end effectors—a grinder designed for digging trenches, and a scoop for collecting ground material. The lander is powered by a simulated non-rechargeable battery pack. Power consumption, the battery’s state, and its remaining life are regularly predicted with the Generic Software Architecture for Prognostics (GSAP) tool. To simulate degraded or broken subsystems, a variety of faults (e.g., a frozen arm joint or overheating battery) can be “injected” into the simulation by the user; some faults can also occur “naturally” as the simulation progresses, e.g., if components become over-stressed. All the operations and telemetry (data measurements) of the lander are accessible via an interface that external autonomy software modules can use to command the lander and understand its state. (OceanWATERS and OWLAT share a unified autonomy interface based on ROS.) The OceanWATERS package includes one basic autonomy module, a facility for executing plans (autonomy specifications) written in the PLan EXecution Interchange Language, or PLEXIL. PLEXIL and GSAP are both open-source software packages developed at Ames and available on GitHub, as is OceanWATERS.

Mission operations that can be simulated by OceanWATERS include visually surveying the landing site, poking at the ground to determine its hardness, digging a trench, and scooping ground material that can be discarded or deposited in a sample collection bin. Communication with Earth, sample analysis, and other operations of a real lander mission, are not presently modeled in OceanWATERS except for their estimated power consumption. Figure 7 is a video of OceanWATERS running a sample mission scenario using the Atacama-based terrain model.

Figure 7. Screenshot of OceanWATERS lander on a terrain modeled from the Atacama Desert. A scoop operation has just been completed.
NASA/JPL – Caltech

Because of Earth’s distance from the ocean worlds and the resulting communication lag, a planetary lander should be programmed with at least enough information to begin its mission. But there will be situation-specific challenges that will require onboard intelligence, such as deciding exactly where and how to collect samples, dealing with unexpected issues and hardware faults, and prioritizing operations based on remaining power. 

Results

All six of the research teams funded by the ARROW and COLDTech programs used OceanWATERS to develop ocean world lander autonomy technology and three of those teams also used OWLAT. The products of these efforts were published in technical papers, and resulted in development of software that may be used or adapted for actual ocean world lander missions in the future. The following table summarizes the ARROW and COLDTech efforts.

  Principal Investigator (PI) PI Institution Project Testbed Used Purpose of Project
ARROW Projects Jonathan Bohren Honeybee Robotics Stochastic PLEXIL (SPLEXIL) OceanWATERS Extended PLEXIL with stochastic decision-making capabilities by employing reinforcement learning techniques.
Pooyan Jamshidi University of South Carolina Resource Adaptive Software Purpose-Built for Extraordinary Robotic Research Yields (RASPBERRY SI) OceanWATERS & OWLAT Developed software algorithms and tools for fault root cause identification, causal debugging, causal optimization, and causal-induced verification.
COLDTech Projects Eric Dixon Lockheed Martin Causal And Reinforcement Learning (CARL) for COLDTech OceanWATERS Integrated a model of JPL’s mission-ready Cold Operable Lunar Deployable Arm (COLDarm) into OceanWATERS and applied image analysis, causal reasoning, and machine learning models to identify and mitigate the root causes of faults, such as ice buildup on the arm’s end effector.
Jay McMahon University of Colorado Robust Exploration with Autonomous Science On-board, Ranked Evaluation of Contingent Opportunities for Uninterrupted Remote Science Exploration (REASON-RECOURSE) OceanWATERS Applied automated planning with formal methods to maximize science return of the lander while minimizing communication with ground team on Earth.
Melkior Ornik U Illinois, Urbana-Champaign aDaptive, ResIlient Learning-enabLed oceAn World AutonomY (DRILLAWAY) OceanWATERS & OWLAT Developed autonomous adaptation to novel terrains and selecting scooping actions based on the available image data and limited experience by transferring the scooping procedure learned from a low-fidelity testbed to the high-fidelity OWLAT testbed.
Joel Burdick Caltech Robust, Explainable Autonomy for Scientific Icy Moon Operations (REASIMO) OceanWATERS & OWLAT Developed autonomous 1) detection and identification of off-nominal conditions and procedures for recovery from those conditions, and 2) sample site selection

Acknowledgements: The portion of the research carried out at the Jet Propulsion Laboratory, California Institute of Technology was performed under a contract with the National Aeronautics and Space Administration (80NM0018D0004).  The portion of the research carried out by employees of KBR Wyle Services LLC at NASA Ames Research Center was performed under a contract with the National Aeronautics and Space Administration (80ARC020D0010). Both were funded by the Planetary Science Division ARROW and COLDTech programs.

Project Leads: Hari Nayar (NASA Jet Propulsion Laboratory, California Institute of Technology), K. Michael Dalal (KBR, Inc. at NASA Ames Research Center)

Sponsoring Organizations: NASA SMD PESTO

View the full article

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Similar Topics

    • By NASA
      4 Min Read NASA Student Challenge Prepares Future Designers for Lunar Missions
      At NASA’s Johnson Space Center in Houston, the next generation of lunar explorers and engineers are already hard at work. Some started with sketchbooks and others worked with computer-aided design files, but all had a vision of how design could thrive in extreme environments.
      Thanks to NASA’s Student Design Challenge, Spacesuit User Interface Technologies for Students (SUITS), those visions are finding their way into real mission technologies.
      NASA’s Spacesuit User Interface Technologies for Students (SUITS) teams test their augmented reality devices at the Mars Rock Yard during the 2025 test week at Johnson Space Center in Houston.
      Credit: NASA/James Blair The SUITS challenge invites university and graduate students from across the U.S. to design, build, and test interactive displays integrated into spacesuit helmets, continuing an eight-year tradition of hands-on field evaluations that simulate conditions astronauts may face on the lunar surface. The technology aims to support astronauts with real-time navigation, task management, and scientific data visualization during moonwalks. While the challenge provides a unique opportunity to contribute to future lunar missions, for many participants, SUITS offers something more: a launchpad to aerospace careers.
      The challenge fosters collaboration between students in design, engineering, and computer science—mirroring the teamwork needed for real mission development.
      NASA SUITS teams test their augmented reality devices at Johnson’s Mars Rock Yard on May 21, 2025.
      Credit: NASA/Robert Markowitz SUITS taught me how design can be pushed to solve for the many niche challenges that come with an environment as unique and unforgiving as space.
      Keya Shah
      Softgoods Engineering Technologist
      Keya Shah, now a softgoods engineering technologist in Johnson’s Softgoods Laboratory, discovered her path through SUITS while studying industrial design at the Rhode Island School of Design (RISD).
      “SUITS taught me how design can be pushed to solve for the many niche challenges that come with an environment as unique and unforgiving as space,” Shah said. “Whether applied to digital or physical products, it gave me a deep understanding of how intuitive and thoughtfully designed solutions are vital for space exploration.”
      As chief designer for her team’s 2024 Mars spacewalk project, Shah led more than 30 designers and developers through rounds of user flow mapping, iterative prototyping, and interface testing.
      “Design holds its value in making you think beyond just the ‘what’ to solve a problem and figure out ‘how’ to make the solution most efficient and user-oriented,” she said, “SUITS emphasized that, and I continually strive to highlight these strengths with the softgoods I design.”
      Shah now works on fabric-based flight hardware at Johnson, including thermal and acoustic insulation blankets, tool stowage packs, and spacesuit components.
      “There’s a very exciting future in human space exploration at the intersection of softgoods with hardgoods and the digital world, through innovations like smart textiles, wearable technology, and soft robotics,” Shah said. “I look forward to being part of it.”
      Softgoods Engineering Technologist Keya Shah evaluates the SUITS interface design during the 2025 test week.
      Credit: NASA/James Blair For RISD alumnus Felix Arwen, now a softgoods engineer at Johnson, the challenge offered invaluable hands-on experience. “It gave me the opportunity to take projects from concept to a finished, tested product—something most classrooms didn’t push me to do,” Arwen said.
      Serving as a technical adviser and liaison between SUITS designers and engineers, Arwen helped bridge gaps between disciplines—a skill critical to NASA’s team-based approach.
      “It seems obvious now, but I didn’t always realize how much design contributes to space exploration,” Arwen said. “The creative, iterative process is invaluable. Our work isn’t just about aesthetics—it’s about usability, safety, and mission success.”
      Arwen played a key role in expanding RISD’s presence across multiple NASA Student Design Challenges, including the Human Exploration Rover Challenge, the Micro-g Neutral Buoyancy Experiment Design Teams, and the Breakthrough, Innovative, and Game-changing Idea Challenge. The teams, often partnering with Brown University, demonstrated how a design-focused education can uniquely contribute to solving complex engineering problems.
      “NASA’s Student Design Challenges gave me the structure to focus my efforts on learning new skills and pursuing projects I didn’t even know I’d be interested in,” he said.
      It seems obvious now, but I didn’t always realize how much design contributes to space exploration. The creative, iterative process is invaluable. Our work isn’t just about aesthetics—it’s about usability, safety, and mission success.
      Felix Arwen
      Softgoods Engineer
      Softgoods Engineer Felix Arwen tests hardware while wearing pressurized gloves inside a vacuum glovebox. Both Arwen and Shah remain involved with SUITS as mentors and judges, eager to support the next generation of space designers.
      Their advice to current participants? Build a portfolio that reflects your passion, seek opportunities outside the classroom, and do not be afraid to apply for roles that might not seem to fit a designer.
      “While the number of openings for a designer at NASA might be low, there will always be a need for good design work, and if you have the portfolio to back it up, you can apply to engineering roles that just might not know they need you yet,” Arwen said.
      SUIT teams test their augmented reality devices during nighttime activities on May 21, 2025.
      Credit: NASA/Robert MarkowitzNASA/Robert Markowitz As NASA prepares for lunar missions, the SUITS challenge continues to bridge the gap between student imagination and real-world innovation, inspiring a new wave of space-ready problem-solvers.
      “Design pushes you to consistently ask ‘what if?’ and reimagine what’s possible,” Shah said. “That kind of perspective will always stay core to NASA.”
      Are you interested in joining the next NASA SUITS challenge? Find more information here.
      The next challenge will open for proposals at the end of August 2025.
      About the Author
      Sumer Loggins

      Share
      Details
      Last Updated Jun 10, 2025 Related Terms
      Johnson Space Center Spacesuits STEM Engagement at NASA Explore More
      4 min read Laser Focused: Keith Barr Leads Orion’s Lunar Docking Efforts 
      Article 5 hours ago 3 min read NASA, ISRO Research Aboard Fourth Private Astronaut Mission to Station
      Article 6 days ago 4 min read Future Engineers Shine at NASA’s 2025 Lunabotics Robotics Competition
      Article 7 days ago Keep Exploring Discover More Topics From NASA
      Missions
      Humans in Space
      Climate Change
      Solar System
      View the full article
    • By European Space Agency
      After an extraordinary six-week voyage from northern Norway, the iconic Norwegian tall ship Statsraad Lehmkuhl has docked in Nice, France, concluding ESA’s 2025 Advanced Ocean Training course. Braving everything from wild storms to calm near-freezing seas, students aboard mastered techniques for collecting ocean measurements and harnessed satellite data to unlock insights into our blue planet.
      Led by experts, this real-world expedition offered more than education – it sparked curiosity and a deeper commitment to understanding and protecting our oceans.
      View the full article
    • By NASA
      3 min read
      Preparations for Next Moonwalk Simulations Underway (and Underwater)
      Artist concept highlighting the novel approach proposed by the 2025 NIAC awarded selection of Autonomous Tritium Micropowered Sensors concept.NASA/Peter Cabauy Peter Cabauy
      City Labs, Inc.
      The NIAC Phase I study confirmed the feasibility of nuclear-micropowered probes (NMPs) using tritium betavoltaic power technology for autonomous exploration of the Moon’s permanently shadowed regions (PSRs). This work advanced the technology’s readiness level (TRL) from TRL 1 to TRL 2, validating theoretical models and feasibility assessments. Phase II will refine the technology, address challenges, and elevate the TRL to 3, with a roadmap for further maturation toward TRL 4 and beyond, supporting NASA’s mission for lunar and planetary exploration. A key innovation is tritium betavoltaic power sources, providing long-duration energy in extreme environments. The proposed 5cm x 5cm gram-scale device supports lunar spectroscopy and other applications. In-situ analyses at the Moon’s south pole are challenging due to cold, limited solar power, and prolonged darkness. Tritium betavoltaics harvest energy from radioactive decay, enabling autonomous sensing in environments unsuitable for conventional photovoltaics and chemical-based batteries.
      The proposal focuses on designing an ultrathin light weight tritium betavoltaic into an NMP for integrating various scientific instruments. Tritium-powered NMPs support diverse applications, from planetary science to scouting missions for human exploration. This approach enables large-scale deployment for high-resolution remote sensing. For instance, a distributed NMP array could map lunar water resources, aiding Artemis missions. Beyond the Moon, tritium-powered platforms enable a class of missions to Mars, Europa, Enceladus, and asteroids, where alternative power sources are impractical.
      Phase II objectives focus on improving energy conversion efficiency and resilience of tritium betavoltaic power sources, targeting 1-10 μW continuous electrical power with higher thermal output. The project will optimize NMP integration with sensor platforms, enhancing power management, data transmission, and environmental survivability in PSR conditions. Environmental testing will assess survivability under lunar landing conditions, including decelerations of 27,000-270,000g and interactions with lunar regolith. The goal is to advance TRL from 2 to 3 by demonstrating proof-of-concept prototypes and preparing for TRL 4. Pathways for NASA mission integration will be explored, assessing scalability, applicability, and cost-effectiveness compared to alternative technologies.
      A key discovery in Phase I was the thermal-survivability benefit of the betavoltaic’s tritium metal hydride, which generates enough heat to keep electronic components operational. This dual functionality–as both a power source and thermal stabilizer–allows NMP components to function within temperature specifications, a breakthrough for autonomous sensing in extreme environments. Beyond lunar applications, this technology could revolutionize planetary science, deep-space exploration, and terrestrial use cases. It could aid Mars missions, where dust storms and long nights challenge solar power, and Europa landers, which need persistent low-power operation. Earth-based applications such as biomedical implants and environmental monitoring could benefit from the proposed advancements in betavoltaic energy storage and micro-scale sensors. The Phase II study supports NASA’s Artemis objectives by enabling sustainable lunar exploration through enhanced resource characterization and autonomous monitoring. Tritium-powered sensing has strategic value for PSR scouting, planetary-surface mapping, and deep-space monitoring. By positioning tritium betavoltaic NMPs as a power solution for extreme environments, this study lays the foundation for transitioning the technology from concept to implementation, advancing space exploration and scientific discovery.
      2025 Selections
      Facebook logo @NASATechnology @NASA_Technology


      Share
      Details
      Last Updated May 27, 2025 EditorLoura Hall Related Terms
      NIAC Studies NASA Innovative Advanced Concepts (NIAC) Program Keep Exploring Discover More NIAC Topics
      Space Technology Mission Directorate
      NASA Innovative Advanced Concepts
      NIAC Funded Studies
      About NIAC
      View the full article
    • By NASA
      When future astronauts set foot on Mars, they will stand on decades of scientific groundwork laid by people like Andrea Harrington.  
      As NASA’s sample return curation integration lead, Harrington is helping shape the future of planetary exploration and paving the way for interplanetary discovery.  
      Official portrait of Andrea Harrington. NASA/Josh Valcarcel Harrington works in NASA’s Astromaterials Research and Exploration Sciences Division, or ARES, at Johnson Space Center in Houston, where she integrates curation, science, engineering, and planetary protection strategies into the design and operation of new laboratory facilities and sample handling systems. She also helps ensure that current and future sample collections—from lunar missions to asteroid returns—are handled with scientific precision and preserved for long-term study.  
      “I am charged with protecting the samples from Earth—and protecting Earth from the restricted samples,” Harrington said. This role requires collaboration across NASA centers, senior leadership, engineers, the scientific community, and international space exploration agencies. 
      With a multidisciplinary background in biology, planetary science, geochemistry, and toxicology, Harrington has become a key expert in developing the facility and contamination control requirements needed to safely preserve and study sensitive extraterrestrial samples. She works closely with current and future curators to improve operational practices and inform laboratory specifications—efforts that will directly support future lunar missions. 
      Andrea Harrington in front of NASA’s Astromaterials Research and Exploration Sciences Division Mars Wall at Johnson Space Center in Houston. Her work has already made a lasting impact. She helped develop technologies such as a clean closure system to reduce contamination during sample handling and ultraclean, three-chamber inert isolation cabinets. These systems have become standard equipment and are used for preserving samples from missions like OSIRIS-REx and Hayabusa2. They have also supported the successful processing of sensitive Apollo samples through the Apollo Next Generation Sample Analysis Program. 
      In addition to technology development, Harrington co-led the assessment of high-containment and pristine facilities to inform future technology and infrastructural requirements for Restricted Earth Returns, critical for sample returns Mars, Europa, and Enceladus.
      Harrington’s leadership, vision, and technical contribution have reached beyond ARES and have earned her two Director’s Commendations.   
      “The experiences I have acquired at NASA have rounded out my background even more and have provided me with a greater breadth of knowledge to draw upon and then piece together,” said Harrington. “I have learned to trust my instincts since they have allowed me to quickly assess and effectively troubleshoot problems on numerous occasions.” 
      Andrea Harrington in Johnson’s newly commissioned Advanced Curation Laboratory. Harrington also serves as the Advanced Curation Medical Geology lead. She and her team are pioneering new exposure techniques that require significantly less sample material to evaluate potential health risks of astromaterials.  
      Her team is studying a range of astromaterial samples and analogues to identify which components may trigger the strongest inflammatory responses, or whether multiple factors are at play. Identifying the sources of inflammation can help scientists assess the potential hazards of handling materials from different planetary bodies, guide decisions about protective equipment for sample processors and curators, and may eventually support astronaut safety on future missions. 
      Harrington also spearheaded a Space Act Agreement to build a science platform on the International Space Station that will enable planetary science and human health experiments in microgravity, advancing both human spaceflight and planetary protection goals.
      Andrea Harrington at the National Academies Committee on Planetary Protection and Committee on Astrobiology and Planetary Sciences in Irvine, California. Harrington credits her NASA career for deepening her appreciation of the power of communication. “The ability to truly listen and hear other people’s perspectives is just as important as the ability to deliver a message or convey an idea,” she said.  
      Her passion for space science is rooted in purpose. “What drew me to NASA is the premise that what I would be doing was not just for myself, but for the benefit of all,” she said. “Although I am personally passionate about the work I am doing, the fact that the ultimate goal is to enable the fulfillment of those passions for generations of space scientists and explorers to come is quite inspiring.” 
      Andrea Harrington and her twin sister, Jane Valenti, as children (top two photos) and at Brazos Bend State Park in Needville, Texas, in 2024. Harrington loves to travel, whether she is mountain biking through Moab, scuba diving in the Galápagos, or immersing herself in the architecture and culture of cities around the world. She shares her passion for discovery with her family—her older sister, Nicole Reandeau; her twin sister, Jane Valenti; and especially her husband, Alexander Smirnov.
      A lesson she hopes to pass along to the Artemis Generation is the spirit of adventure along with a reminder that exploration comes in many forms.  
      “Artemis missions and the return of pristine samples from another planetary bodies to Earth are steppingstones that will enable us to do even more,” Harrington said. “The experience and lessons learned could help us safely and effectively explore distant worlds, or simply inspire the next generation of explorers to do great things we can’t yet even imagine.” 
      Explore More
      2 min read Hubble Captures Cotton Candy Clouds
      This NASA/ESA Hubble Space Telescope image features a sparkling cloudscape from one of the Milky…
      Article 4 days ago 6 min read NASA, French SWOT Satellite Offers Big View of Small Ocean Features
      Article 5 days ago 2 min read Space Cloud Watch Needs Your Photos of Night-Shining Clouds 
      Noctilucent or night-shining clouds are rare, high-altitude clouds that glow with a blue silvery hue…
      Article 5 days ago View the full article
    • By NASA
      NASA named Stanford University of California winner of the Lunar Autonomy Challenge, a six-month competition for U.S. college and university student teams to virtually map and explore using a digital twin of NASA’s In-Situ Resource Utilization Pilot Excavator (IPEx). 
      The winning team successfully demonstrated the design and functionality of their autonomous agent, or software that performs specified actions without human intervention. Their agent autonomously navigated the IPEx digital twin in the virtual lunar environment, while accurately mapping the surface, correctly identifying obstacles, and effectively managing available power.
      Lunar simulation developed by the winning team of the Lunar Autonomy Challenge’s first place team from Stanford University.Credit: Stanford University’s NAV Lab team Lunar simulation developed by the winning team of the Lunar Autonomy Challenge’s first place team from Stanford University.Credit: Stanford University’s NAV Lab team Team photo of NAV Lab Lunar Autonomy Challenge from Stanford UniversityCredit: Stanford University’s NAV Lab team The Lunar Autonomy Challenge has been a truly unique experience. The challenge provided the opportunity to develop and test methods in a highly realistic simulation environment."
      Adam dai
      Lunar Autonomy Challenge team lead, Stanford University

      Dai added, “It pushed us to find solutions robust to the harsh conditions of the lunar surface. I learned so much through the challenge, both about new ideas and methods, as well as through deepening my understanding of core methods across the autonomy stack (perception, localization, mapping, planning). I also very much enjoyed working together with my team to brainstorm different approaches and strategies and solve tangible problems observed in the simulation.” 
      The challenge offered 31 teams a valuable opportunity to gain experience in software development, autonomy, and machine learning using cutting-edge NASA lunar technology. Participants also applied essential skills common to nearly every engineering discipline, including technical writing, collaborative teamwork, and project management.
      The Lunar Autonomy Challenge supports NASA’s Lunar Surface Innovation Initiative (LSII), which is part of the Space Technology Mission Directorate. The LSII aims to accelerate technology development and pursue results that will provide essential infrastructure for lunar exploration by collaborating with industry, academia, and other government agencies.
      The work displayed by all of these teams has been impressive, and the solutions they have developed are beneficial to advancing lunar and Mars surface technologies as we prepare for increasingly complex missions farther from home.” 
      Niki Werkheiser
      Director of Technology Maturation and LSII lead, NASA Headquarters
      “To succeed, we need input from everyone — every idea counts to propel our goals forward. It is very rewarding to see these students and software developers contributing their skills to future lunar and Mars missions,” Werkheiser added.  
      Through the Lunar Autonomy Challenge, NASA collaborated with the Johns Hopkins Applied Physics Laboratory, Caterpillar Inc., and Embodied AI. Each team contributed unique expertise and tools necessary to make the challenge a success.
      The Applied Physics Laboratory managed the challenge for NASA. As a systems integrator for LSII, they provided expertise to streamline rigor and engineering discipline across efforts, ensuring the development of successful, efficient, and cost-effective missions — backed by the world’s largest cohort of lunar scientists. 
      Caterpillar Inc. is known for its construction and excavation equipment and operates a large fleet of autonomous haul trucks. They also have worked with NASA for more than 20 years on a variety of technologies, including autonomy, 3D printing, robotics, and simulators as they continue to collaborate with NASA on technologies that support NASA’s mission objectives and provide value to the mining and construction industries. 
      Embodied AI collaborated with Caterpillar to integrate the simulation into the open-source  driving environment used for the challenge. For the Lunar Autonomy Challenge, the normally available digital assets of the CARLA simulation platform, such as urban layouts, buildings, and vehicles, were replaced by an IPEx “Digital Twin” and lunar environmental models.
      “This collaboration is a great example of how the government, large companies, small businesses, and research institutions can thoughtfully leverage each other’s different, but complementary, strengths,” Werkheiser added. “By substantially modernizing existing tools, we can turn today’s novel technologies into tomorrow’s institutional capabilities for more efficient and effective space exploration, while also stimulating innovation and economic growth on Earth.”

      FINALIST TEAMS
      First Place
      NAV Lab team
      Stanford University, Stanford, California


      Second Place
      MAPLE (MIT Autonomous Pathfinding for Lunar Exploration) team
      Massachusetts Institute of Technology, Cambridge, MA


      Third Place
      Moonlight team
      Carnegie Mellon University, Pittsburgh, PA
      OTHER COMPETING TEAMS
      Lunar ExplorersArizona State UniversityTempe, ArizonaAIWVU West Virginia University Morgantown, West VirginiaStellar Sparks California Polytechnic Institute Pomona Pomona, California LunatiX Johns Hopkins University Whiting School of EngineeringBaltimore CARLA CSU California State University, Stanislaus Turlock, CaliforniaRose-Hulman Rose-Hulman Institute of Technology Terre Haute, IndianaLunar PathfindersAmerican Public University SystemCharles Town, West Virginia Lunar Autonomy Challenge digital simulation of lunar surface activity using a digital twin of NASA’s ISRU Pilot ExcavatorJohns Hopkins Applied Physics Laboratory Keep Exploring Discover More Topics From NASA
      Space Technology Mission Directorate
      NASA’s Lunar Surface Innovation Initiative
      Game Changing Development Projects
      Game Changing Development projects aim to advance space technologies, focusing on advancing capabilities for going to and living in space.
      ISRU Pilot Excavator
      View the full article
  • Check out these Videos

×
×
  • Create New...