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
      3 min read
      Preparations for Next Moonwalk Simulations Underway (and Underwater)
      The International Space Station is pictured from the SpaceX Dragon spacecraft by a Crew-8 member shortly after undocking from the Harmony module’s space-facing port as the orbital outpost was soaring 272 miles above the cloudy Patagonia region of South America.NASA NASA is seeking proposals for two new private astronaut missions to the International Space Station, targeted for 2026 and 2027, as the agency continues its commitment to expanding access to space. These private missions enable American commercial companies to further develop capabilities and support a continuous human presence in low Earth orbit.
      “We are in an incredible time for human spaceflight, with more opportunities to access space and grow a thriving commercial economy in low Earth orbit,” said Dana Weigel, program manager for the International Space Station at NASA’s Johnson Space Center in Houston. “NASA remains committed to supporting this expansion by leveraging our decades of expertise to help industry gain the experience needed to train and manage crews, conduct research, and develop future destinations. Private astronaut missions are a key part of this effort, providing companies with hands-on opportunities to refine their capabilities and build partnerships that will shape the future of low Earth orbit.”
      The new flight opportunities will be the fifth and sixth private astronaut missions to the orbiting laboratory coordinated by NASA. The first three missions were accomplished by Axiom Space in April 2022, May 2023, and January 2024, with a fourth scheduled for no earlier than May 2025.
      Each of the new missions may be docked to the space station for up to 14 days. Specific dates depend on spacecraft traffic at the space station and in-orbit activity planning and constraints. Private astronaut missions must be brokered by a U.S. entity and use U.S. transportation spacecraft that meet NASA’s International Space Station visiting vehicle requirements, policies, and procedures. For additional details, refer to Focus Area 4A of NASA Research Announcement (NRA) NNJ13ZBG001N.
      Proposals are due by 5 p.m. EDT on Friday, May 30, 2025.
      For solicitation information, visit:
      https://www.nasa.gov/johnson/jsc-procurement/pam
      For more than two decades, people have lived and worked continuously aboard the International Space Station, advancing scientific knowledge and demonstrating new technologies, making research breakthroughs not possible on Earth. The station is a critical testbed for NASA to understand and overcome the challenges of long-duration spaceflight and to expand commercial opportunities in low Earth orbit. As commercial companies focus on providing human space transportation services and destinations as part of a robust low Earth orbit economy, NASA’s Artemis campaign is underway at the Moon, where the agency is preparing for future human exploration of Mars.
      Learn more about the International Space Station at: 
      https://www.nasa.gov/station
      Keep Exploring Discover More Topics
      Low Earth Orbit Economy
      Commercial Space
      Commercial Crew Program
      Humans In Space
      View the full article
    • By NASA
      3 min read
      Preparations for Next Moonwalk Simulations Underway (and Underwater)
      This team from University High School in Irvine, California, won the 2025 regional Oceans Science Bowl, hosted by NASA’s Jet Propulsion Laboratory. From left: Nethra Iyer, Joanne Chen, Matthew Feng, Avery Hexun, Angelina Yan, and coach David Knight.NASA/JPL-Caltech The annual regional event puts students’ knowledge of ocean-related science to the test in a fast-paced academic competition.
      A team of students from University High School in Irvine earned first place at a fast-paced regional academic competition focused on ocean science disciplines and hosted by NASA’S Jet Propulsion Laboratory in Southern California.
      Eight teams from Los Angeles and Orange counties competed at the March 29 event, dubbed the Los Angeles Surf Bowl. It was the last of about 20 regional competitions held across the U.S. this year in the lead-up to the virtual National Ocean Sciences Bowl finals event in mid-May.
      Santa Monica High School earned second place; Francisco Bravo Medical Magnet High School in Los Angeles came in third. With its victory, University repeated its winning performance from last year. The school also won the JPL-hosted regional Science Bowl earlier this month.
      Teams from all eight schools that participated in the JPL-hosted 2025 regional Ocean Sciences Bowl pose alongside volunteers and coaches.NASA/JPL-Caltech For the Ocean Sciences Bowl, teams are composed of four to five students and a coach. To prepare for the event, team members spend months answering multiple-choice questions with a “Jeopardy!”-style buzzer in just five seconds. Questions come in several categories, including biology, chemistry, geology, and physics along with related geography, technology, history, policy, and current events topics.
      A question in the chemistry category might be “What chemical is the principal source of energy at many of Earth’s hydrothermal vent systems?” (It’s hydrogen sulfide.) Other questions can be considerably more challenging.
      When a team member buzzes in and gives the correct answer to a multiple-choice question, the team earns a bonus question, which allows teammates to consult with one another to come up with an answer. More complicated “team challenge questions” prompt students to work together for a longer period. The theme of this year’s competition is “Sounding the Depths: Understanding Ocean Acoustics.”
      University High junior Matthew Feng, a return competitor, said the team’s success felt like a payoff for hours of studying together, including on weekends. He keeps coming back to the competition partly for the sense of community and also for the personal challenge, he said. “It’s nice to compete and meet people, see people who were here last year,” Matthew added. “Pushing yourself mentally — the first year I was shaking so hard because I wasn’t used to that much adrenaline.”
      Since 2000, JPL’s Public Services Office has coordinated the Los Angeles regional contest with the help of volunteers from laboratory staff and former Ocean Sciences Bowl participants in the local community. JPL is managed for NASA by Caltech.
      The National Ocean Sciences Bowl is a program of the Center for Ocean Leadership at the University Corporation for Atmospheric Research, a nonprofit consortium of colleges and universities focused in part on Earth science-related education.
      News Media Contact
      Melissa Pamer
      Jet Propulsion Laboratory, Pasadena, Calif.
      626-314-4928
      melissa.pamer@jpl.nasa.gov
      2025-044
      Share
      Details
      Last Updated Mar 31, 2025 Related Terms
      Jet Propulsion Laboratory STEM Engagement at NASA Explore More
      6 min read NASA’s Curiosity Rover Detects Largest Organic Molecules Found on Mars
      Researchers analyzing pulverized rock onboard NASA’s Curiosity rover have found the largest organic compounds on…
      Article 7 days ago 5 min read NASA Takes to the Air to Study Wildflowers
      Article 1 week ago 6 min read Next-Generation Water Satellite Maps Seafloor From Space
      Article 2 weeks ago Keep Exploring Discover Related Topics
      Missions
      Humans in Space
      Climate Change
      Solar System
      View the full article
    • By Space Force
      The U.S. Space Force and ULA launch team successfully completed the certification process of the Vulcan rocket. The first NSSL mission on Vulcan is expected this summer.

      View the full article
    • By European Space Agency
      Two spacecraft flying as one – that is the goal of European Space Agency’s Proba-3 mission. Earlier this week, the eclipse-maker moved a step closer to achieving that goal, as both spacecraft aligned with the Sun, maintaining their relative position for several hours without any control from the ground.
      View the full article
    • By NASA
      2 min read
      Preparations for Next Moonwalk Simulations Underway (and Underwater)
      A NASA F/A-18 research aircraft flies above California near NASA’s Armstrong Flight Research Center in Edwards, California, testing a commercial precision landing technology for future space missions. The Psionic Space Navigation Doppler Lidar (PSNDL) system is installed in a pod located under the right wing of the aircraft.NASA Nestled in a pod under an F/A-18 Hornet aircraft wing, flying above California, and traveling up to the speed of sound, NASA put a commercial sensor technology to the test. The flight tests demonstrated the sensor accuracy and navigation precision in challenging conditions, helping prepare the technology to land robots and astronauts on the Moon and Mars. 
      The Psionic Space Navigation Doppler Lidar (PSNDL) system is rooted in NASA technology that Psionic, Inc. of Hampton, Virginia, licensed and further developed. They miniaturized the NASA technology, added further functionality, and incorporated component redundancies that make it more rugged for spaceflight. The PSNDL navigation system also includes cameras and an inertial measurement unit to make it a complete navigation system capable of accurately determining a vehicle’s position and velocity for precision landing and other spaceflight applications. 
      NASA engineers and technicians install the Psionic Space Navigation Doppler Lidar (PSNDL) system into a testing pod on a NASA F/A-18 research aircraft ahead of February 2025 flight tests at NASA’s Armstrong Flight Research Center in Edwards, California.NASA The aircraft departed from NASA’s Armstrong Flight Research Center in Edwards, California, and conducted a variety of flight paths over several days in February 2025. It flew a large figure-8 loop and conducted several highly dynamic maneuvers over Death Valley, California, to collect navigation data at various altitudes, velocities, and orientations relevant for lunar and Mars entry and descent. Refurbished for these tests, the NASA F/A-18 pod can support critical data collection for other technologies and users at a low cost. 
      Doppler Lidar sensors provide a highly accurate measurement of speed by measuring the frequency shift between laser light emitted from the sensor reflected from the ground. Lidar are extremely useful in sunlight-challenged areas that may have long shadows and stark contrasts, such as the lunar South Pole. Pairing PSNDL with cameras adds the ability to visually compare pictures with surface reconnaissance maps of rocky terrain and navigate to landing at interesting locations on Mars. All the data is fed into a computer to make quick, real-time decisions to enable precise touchdowns at safe locations. 
      Psionic Space Navigation Doppler Lidar (PSNDL) system installed in a testing pod on a NASA F/A-18 research aircraft ahead of February 2025 flight tests at NASA’s Armstrong Flight Research Center in Edwards, California.NASA Since licensing NDL in 2016, Psionic has received funding and development support from NASA’s Space Technology Mission Directorate through its Small Business Innovative Research program and Tipping Point initiative. The company has also tested PSNDL prototypes on suborbital vehicles via the Flight Opportunities program. In 2024, onboard a commercial lunar lander, NASA successfully demonstrated the predecessor NDL system developed by the agency’s Langley Research Center in Hampton, Virginia. 
      Explore More
      4 min read NASA Starling and SpaceX Starlink Improve Space Traffic Coordination
      Article 10 mins ago 6 min read How NASA’s Perseverance Is Helping Prepare Astronauts for Mars
      Article 36 mins ago 2 min read NASA Cloud Software Helps Companies Find their Place in Space 
      Article 20 hours ago Facebook logo @NASATechnology @NASA_Technology Share
      Details
      Last Updated Mar 26, 2025 EditorLoura Hall Related Terms
      Armstrong Flight Research Center Game Changing Development Program Space Communications Technology Space Technology Mission Directorate Technology Technology for Living in Space Technology for Space Travel View the full article
  • Check out these Videos

×
×
  • Create New...