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)
      Researchers in the Verification and Validation Lab at NASA’s Ames Research Center in California’s Silicon Valley monitor a simulated drone’s flight path during a test of the FUSE demonstration.NASA/Brandon Torres Navarrete Through an ongoing collaboration, NASA and the Department of War are working to advance the future of modern drones to support long distance cargo transportation that could increase efficiency, reduce human workload, and enhance safety.  
      Researchers from NASA’s Ames Research Center in California’s Silicon Valley recently participated in a live flight demonstration showcasing how drones can successfully fly without their operators being able to see them, a concept known as beyond visual line of sight (BVLOS).  
      Cargo drones, a type of Unmanned Aerial Systems (UAS), carried various payloads more than 75 miles across North Dakota, between Grand Forks Air Force Base and Cavalier Space Force Station. This demonstration was conducted as part of the War Department’s UAS Logistics, Traffic, Research, and Autonomy (ULTRA) effort. 
      NASA’s UAS Service Supplier (USS) technology helped to demonstrate that cargo drones could operate safely even in complex, shared airspace. During the tests, flight data including location, altitude, and other critical data were transmitted live to the NASA system, ensuring full situational awareness throughout the demonstration. 
      Terrence Lewis and Sheryl Jurcak, members of the FUSE project team at NASA Ames, discuss the monitoring efforts of the FUSE demonstration at the Airspace Operations Lab. NASA/Brandon Torres Navarrete The collaboration between NASA and the Department of War is known as the Federal USS Synthesis Effort (FUSE). The demonstration allowed FUSE researchers to test real-time tracking, situational awareness, and other factors important to safely integrating of drone traffic management into U.S. national airspace. The FUSE work marks an important step towards routine, scalable autonomous cargo drone operations and broader use for future military logistics. 
      “NASA and the Department of War have a long and storied partnership, collaborating with one another to contribute to continued advancement of shared American ideals,” said Todd Ericson, senior advisor to the NASA administrator. “FUSE builds upon our interagency cooperation to contribute enhanced capabilities for drones flying beyond the visual line of sight. This mission is the next big step toward true autonomous flight and will yield valuable insights that we can leverage as both the commercial drone, cargo and urban air taxi industries continue to expand and innovate. As always, safety is of paramount importance at NASA, and we are working with our partners at the FAA and Department of Transportation to ensure we regulate this appropriately.” 
      Autonomous and semi-autonomous drones could potentially support a broad range of tasks for commercial, military, and private users. They could transport critical medical supplies to remote locations, monitor wildfires from above, allow customers to receive deliveries directly in their backyards. NASA is researching technology to further develop the infrastructure needed for these operations to take place safely and effectively, without disrupting the existing U.S. airspace. 
      “This system is crucial for enabling safe, routine BVLOS operations,” said Terrence Lewis, FUSE project manager at NASA Ames. “It ensures all stakeholders can see and respond to drone activity, which provides the operator with greater situational awareness.” 
      NASA Ames is collaborating on the FUSE project with the War Department’s Office of the Undersecretary of War for Acquisition and Sustainment. The NASA FUSE effort is also collaborating with ULTRA, a multi-entity partnership including the Office of the Secretary of War, the County of Grand Forks, the Northern Plains UAS Test Site, the Grand Sky Development, the Air Force Research Laboratory, and several other commercial partners, aiming to bolster capabilities within the National Airspace System. 
      Share
      Details
      Last Updated Sep 12, 2025 Related Terms
      Ames Research Center Aeronautics Aeronautics Research General Explore More
      5 min read NASA’s X-59 Moves Toward First Flight at Speed of Safety
      Article 5 minutes ago 1 min read Drag Prediction Workshop Series
      Article 8 hours ago 2 min read NASA Ames Science Directorate: Stars of the Month – September 2025
      Article 23 hours ago Keep Exploring Discover More Topics From NASA
      Missions
      Humans in Space
      Climate Change
      Solar System
      View the full article
    • By NASA
      NASA’s IMAP (Interstellar Mapping and Acceleration Probe) mission will map the boundaries of the heliosphere, the bubble created by the solar wind that protects our solar system from cosmic radiation. Credit: NASA/Princeton/Patrick McPike NASA will hold a media teleconference at 12 p.m. EDT on Thursday, Sept. 4, to discuss the agency’s upcoming Sun and space weather missions, IMAP (Interstellar Mapping and Acceleration Probe) and Carruthers Geocorona Observatory. The two missions are targeting launch on the same rocket no earlier than Tuesday, Sept. 23.
      The IMAP mission will map the boundaries of our heliosphere, the vast bubble created by the Sun’s wind that encapsulates our entire solar system. As a modern-day celestial cartographer, IMAP will explore how the heliosphere interacts with interstellar space, as well as chart the range of particles that fill the space between the planets. The IMAP mission also will support near real-time observations of the solar wind and energetic particles. These energetic particles can produce hazardous space weather that can impact spacecraft and other NASA hardware as the agency explores deeper into space, including at the Moon under the Artemis campaign.
      NASA’s Carruthers Geocorona Observatory will image the ultraviolet glow of Earth’s exosphere, the outermost region of our planet’s atmosphere. This data will help scientists understand how space weather from the Sun shapes the exosphere and ultimately impacts our planet. The first observation of this glow – called the geocorona – was captured during Apollo 16, when a telescope designed and built by George Carruthers was deployed on the Moon.
      Audio of the teleconference will stream live on the agency’s website at:
      https://www.nasa.gov/live
      Participants include:
      Nicky Fox, associate administrator, Science Mission Directorate, NASA Headquarters in Washington Teresa Nieves-Chinchilla, director, Moon to Mars Space Weather Analysis Office, NASA’s Goddard Space Flight Center in Greenbelt, Maryland David J. McComas, IMAP principal investigator, Princeton University Lara Waldrop, Carruthers Geocorona Observatory principal investigator, University of Illinois Urbana-Champaign To participate in the media teleconference, media must RSVP no later than 11 a.m. on Sept. 4 to Sarah Frazier at: sarah.frazier@nasa.gov. NASA’s media accreditation policy is available online.
      The IMAP and Carruthers Geocorona Observatory missions will launch on a SpaceX Falcon 9 rocket from Launch Complex 39A at NASA’s Kennedy Space Center in Florida. Also launching on this flight will be the National Oceanic and Atmospheric Administration’s (NOAA) Space Weather Follow On – Lagrange 1 (SWFO-L1), which will monitor solar wind disturbances and detect and track coronal mass ejections before they reach Earth.
      David McComas, professor, Princeton University, leads the IMAP mission with an international team of 27 partner institutions. The Johns Hopkins Applied Physics Laboratory in Laurel, Maryland, built the spacecraft and will operate the mission. NASA’s IMAP is the fifth mission in NASA’s Solar Terrestrial Probes Program portfolio.
      The Carruthers Geocorona Observatory mission is led by Lara Waldrop from the University of Illinois Urbana-Champaign. Mission implementation is led by the Space Sciences Laboratory at University of California, Berkeley, which also designed and built the two ultraviolet imagers. BAE Systems designed and built the Carruthers spacecraft.
      The Solar Terrestrial Probes Program Office, part of the Explorers and Heliophysics Project Division at NASA Goddard, manages the IMAP and Carruthers Geocorona Observatory missions for NASA’s Science Mission Directorate.
      NASA’s Launch Services Program, based at NASA Kennedy, manages the launch service for the mission.
      To learn more about IMAP, please visit:
      https://www.nasa.gov/imap
      -end-
      Abbey Interrante / Karen Fox
      Headquarters, Washington
      301-201-0124 / 202-358-1600
      abbey.a.interrante@nasa.gov / karen.c.fox@nasa.gov
      Sarah Frazier
      Goddard Space Flight Center, Greenbelt, Md.
      202-853-7191
      sarah.frazier@nasa.gov
      Share
      Details
      Last Updated Aug 28, 2025 EditorJessica TaveauLocationNASA Headquarters Related Terms
      Heliophysics Carruthers Geocorona Observatory (GLIDE) Goddard Space Flight Center Heliophysics Division Heliosphere IMAP (Interstellar Mapping and Acceleration Probe) Kennedy Space Center Launch Services Program Science Mission Directorate Solar Terrestrial Probes Program View the full article
    • By NASA
      NASA/Christopher LC Clark The parachute of the Enhancing Parachutes by Instrumenting the Canopy, or EPIC, test experiment deploys following an air launch from an Alta X drone on June 4, 2025, at NASA’s Armstrong Flight Research Center in Edwards, California. NASA researchers are developing technology to make supersonic parachutes safer and more reliable for delivering instruments and payloads to Mars.
      The flight tests were a first step toward filling gaps in computer models to improve supersonic parachutes. This work could also open the door to future partnerships, including with the aerospace and auto racing industries.
      Image Credit: NASA/Christopher LC Clark
      View the full article
    • By NASA
      Technicians conduct blanket closeout work on NASA’s IMAP (Interstellar Mapping and Acceleration Probe) observatory at the Astrotech Space Operations Facility near NASA’s Kennedy Space Center in Florida on Friday, Aug. 15, 2025. The IMAP mission will explore and map the boundaries of the heliosphere — a huge bubble created by the Sun’s wind that encapsulates our entire solar system — and study how the heliosphere interacts with the local galactic neighborhood beyond.Credit: NASA/Kim Shiflett Media accreditation is open for the launch of three observatories that will study the Sun and enhance the ability to make accurate space weather forecasts, helping protect technology systems that affect life on Earth.
      NASA is targeting no earlier than Tuesday, Sept. 23, for the launch of the agency’s IMAP (Interstellar Mapping and Acceleration Probe), the Carruthers Geocorona Observatory, and National Oceanic and Atmospheric Administration’s (NOAA) Space Weather Follow On–Lagrange 1 (SWFO-L1) observatory. The observatories will launch aboard a SpaceX Falcon 9 rocket from Launch Complex 39A at NASA’s Kennedy Space Center in Florida.
      Accredited media will have the opportunity to participate in prelaunch briefings and interviews with key mission personnel prior to launch, as well as cover the launch. NASA will communicate additional details regarding the media event schedule as the launch date approaches.
      Media accreditation deadlines for the launch are as follows:
      International media without U.S. citizenship must apply by 11:59 p.m. EDT on Sunday, Aug. 31. U.S. media and U.S. citizens representing international media organizations must apply by 11:59 p.m. on Thursday, Sept. 4. All accreditation requests must be submitted online at:
      https://media.ksc.nasa.gov
      NASA’s media accreditation policy is available online. For questions about accreditation, please email: ksc-media-accreditat@mail.nasa.gov. For other mission questions, please contact the NASA Kennedy newsroom at 321-867-2468.
      Para obtener información en español en sobre el Centro Espacial Kennedy, comuníquese con Antonia Jaramillo: 321-501-8425. Si desea solicitar entrevistas en español sobre IMAP, póngase en contacto con María-José Viñas: maria-jose.vinasgarcia@nasa.gov. 
      NASA’s IMAP will use 10 science instruments to study and map the heliosphere, a vast magnetic bubble surrounding the Sun protecting our solar system from radiation incoming from interstellar space. This mission and its two rideshares will orbit the Sun near Lagrange point 1, about one million miles from Earth, where it will scan the heliosphere, analyze the composition of charged particles, and investigate how those particles move through the solar system. This will provide information on how the Sun accelerates charged particles, filling in essential puzzle pieces to understand the space weather environment across the solar system. The IMAP spacecraft also will continuously monitor solar wind and cosmic radiation. Scientists can use this information to evaluate new and improved capabilities for space weather prediction tools and models, which are vital for the health of human space explorers and the longevity of technological systems, like satellites and power grids, that can affect life on Earth.
      The agency’s Carruthers Geocorona Observatory is a small satellite set to study the exosphere, the outermost part of Earth’s atmosphere. Using ultraviolet cameras, it will monitor how space weather from the Sun impacts the exosphere, which plays a crucial role in protecting Earth from space weather events that can affect satellites, communications, and power lines. The exosphere, a cloud of neutral hydrogen extending to the Moon and possibly beyond, is created by the breakdown of water and methane by ultraviolet light from the Sun, and its glow, known as the geocorona, has been observed globally only four times before this mission.
      The SWFO-L1 mission, managed by NOAA and developed with NASA’s Goddard Space Flight Center in Greenbelt, Maryland, and commercial partners, will use a suite of instruments to provide real-time measurements of solar wind, along with a compact coronagraph to detect coronal mass ejections from the Sun. The observatory, serving as an early warning beacon for potentially destructive space weather events, will enable faster and more accurate forecasts. Its 24/7 data will support NOAA’s Space Weather Prediction Center in protecting vital infrastructure, economic interests, and national security, both on Earth and in space.
      David McComas, professor, Princeton University, leads the IMAP mission with an international team of 25 partner institutions. The Johns Hopkins Applied Physics Laboratory in Laurel, Maryland, built the spacecraft and operates the mission. NASA’s IMAP is the fifth mission in NASA’s Solar Terrestrial Probes program portfolio. The Explorers and Heliophysics Project Division at NASA Goddard manages the program for the agency’s Heliophysics Division of NASA’s Science Mission Directorate.
      NASA’s Launch Services Program, based at NASA Kennedy, manages the launch service for the mission.
      For more details about the IMAP mission and updates on launch preparations, visit:
      https://science.nasa.gov/mission/imap/
      -end-
      Abbey Interrante
      Headquarters, Washington
      301-201-0124
      abbey.a.interrante@nasa.gov
      Sarah Frazier
      Goddard Space Flight Center, Greenbelt, Md.
      202-853-7191
      sarah.frazier@nasa.gov
      Leejay Lockhart
      Kennedy Space Center, Fla.
      321-747-8310
      leejay.lockhart@nasa.gov
      John Jones-Bateman
      NOAA’s Satellite and Information Service, Silver Spring, Md.
      202-242-0929
      john.jones-bateman@noaa.gov
      Share
      Details
      Last Updated Aug 21, 2025 LocationNASA Headquarters Related Terms
      IMAP (Interstellar Mapping and Acceleration Probe) Carruthers Geocorona Observatory (GLIDE) Goddard Space Flight Center Heliophysics Heliophysics Division Kennedy Space Center Launch Services Program Science & Research Science Mission Directorate Space Weather
      View the full article
    • By NASA
      Credit: NASA
      As part of the agency’s initiative to return humanity to the Moon and eventually send the first astronaut – an American – to Mars, NASA is surveying industry for interest and feedback on a fission surface power system, through a Request for Information issued Thursday.
      Earlier this month, NASA declared its intent to put a nuclear reactor on the Moon by the mid-2030s to support lunar exploration, provide power generation on Mars, and strengthen national security in space.
      “Today’s call for industry input is an important step toward engaging the commercial space industry in powering the lunar economy and enabling future human exploration on Mars,” said Steve Sinacore, Fission Surface Power program executive at NASA’s Glenn Research Center in Cleveland. “Developing a safe, reliable, and efficient power supply is key to unlocking the future of human space exploration and ensuring America retains its dominance in space.”
      Building on its previous work, NASA will work with industry to design a fission surface power system that would provide at least 100 kilowatts of electrical power, have a mass allocation of less than 15 metric tons, and use a closed Brayton cycle power conversion system, which converts heat to electricity.
      NASA’s new Fission Surface Power effort builds on more than 60 years of agency experience in exploration technology. In 2022, NASA awarded three contracts for fission surface power system concepts for the Moon. In addition, NASA has used nuclear power sources in spacecraft and rovers over the years.
      The size, weight, and power capability of fission systems make them an effective continuous power supply regardless of location. Additionally, a nuclear reactor could be placed in lunar regions where sunlight cannot reach and could sustain nights on the Moon which can last more than 14 Earth days near the poles.
      Nuclear power is a key element for NASA’s Artemis missions and supporting a robust lunar economy. The Request for Information invites innovators to contribute to this effort, allowing NASA to access industry expertise and bolstering American ingenuity.
      Responses to the Request for Information are due Thursday, Aug. 21, and could be used to finalize a potential opportunity later this year.
      The Fission Surface Power effort is managed through NASA Glenn. The power system development is funded by the agency’s Exploration Systems Development Mission Directorate Moon to Mars Program.
      Share
      Details
      Last Updated Aug 14, 2025 LocationNASA Headquarters Related Terms
      Glenn Research Center Exploration Systems Development Mission Directorate Fission Surface Power View the full article
  • Check out these Videos

×
×
  • Create New...