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
      Three New Missions Launch to Track Space Weather
    • By NASA
      From left to right, NASA’s Carruthers Geocorona Observatory, IMAP (Interstellar Mapping and Acceleration Probe), and the National Oceanic and Atmospheric Administration’s (NOAA) Space Weather Follow On-Lagrange 1 (SWFO-L1) missions will map our Sun’s influence across the solar system in new ways. Credit: NASA NASA will provide live coverage of prelaunch and launch activities for an observatory designed to study space weather and explore and map the boundaries of our solar neighborhood.
      Launching with IMAP (Interstellar Mapping and Acceleration Probe) are two rideshare missions, NASA’s Carruthers Geocorona Observatory and the National Oceanic and Atmospheric Administration’s (NOAA) Space Weather Follow On-Lagrange 1 (SWFO-L1), both of which will provide insight into space weather and its impacts at Earth and across the solar system.
      Liftoff of the missions on a SpaceX Falcon 9 rocket is targeted for 7:32 a.m. EDT, Tuesday, Sept. 23, from Launch Complex 39A at NASA’s Kennedy Space Center in Florida. Watch coverage beginning at 6:40 a.m. on NASA+, Amazon Prime, and more. Learn how to watch NASA content through a variety of platforms, including social media.
      The IMAP spacecraft will study how the Sun’s energy and particles interact with the heliosphere — an enormous protective bubble of space around our solar system — to enhance our understanding of space weather, cosmic radiation, and their impacts on Earth and human and robotic space explorers. The spacecraft and its two rideshares will orbit approximately one million miles from Earth, positioned toward the Sun at a location known as Lagrange Point 1.
      NASA’s Carruthers Geocorona Observatory is a small satellite that will observe Earth’s outermost atmospheric layer, the exosphere. It will image the faint glow of ultraviolet light from this region, called the geocorona, to better understand how space weather impacts our planet. The Carruthers mission continues the legacy of the Apollo era, expanding on measurements first taken during Apollo 16.
      The SWFO-L1 spacecraft will monitor space weather and detect solar storms in advance, serving as an early warning beacon for potentially disruptive space weather, helping safeguard Earth’s critical infrastructure and technological-dependent industries. The SWFO-L1 spacecraft is the first NOAA observatory designed specifically for and fully dedicated to continuous, operational space weather observations.
      Media accreditation for in-person coverage of this launch has passed. NASA’s media credentialing policy is available online. For questions about media accreditation, please email: ksc-media-accreditat@mail.nasa.gov.
      NASA’s mission coverage is as follows (all times Eastern and subject to change based on real-time operations):
      Sunday, Sept. 21
      2:30 p.m. – NASA Prelaunch News Conference on New Space Weather Missions
      Nicky Fox, associate administrator, Science Mission Directorate, NASA Headquarters in Washington Brad Williams, IMAP program executive, NASA Headquarters Irene Parker, deputy assistant administrator for Systems at NOAA’s National Environmental Satellite, Data, and Information Service Denton Gibson, launch director, NASA’s Launch Services Program, NASA Kennedy Julianna Scheiman, director, NASA Science Missions, SpaceX Arlena Moses, launch weather officer, 45th Weather Squadron, U.S. Space Force Watch the briefing on the agency’s website or NASA’s YouTube channel.
      Media may ask questions in person or via phone. Limited auditorium space will be available for in-person participation for previously credentialed media. For the dial-in number and passcode, media should contact the NASA Kennedy newsroom no later than one hour before the start of the event at ksc-newsroom@mail.nasa.gov.
      3:45 p.m. – NASA, NOAA Science News Conference on New Space Weather Missions
      Joe Westlake, director, Heliophysics Division, NASA Headquarters David McComas, IMAP principal investigator, Princeton University Lara Waldrop, Carruthers Geocorona Observatory principal investigator, University of Illinois Urbana-Champaign Jamie Favors, director, Space Weather Program, Heliophysics Division, NASA Headquarters Clinton Wallace, director, NOAA Space Weather Prediction Center James Spann, senior scientist, NOAA Office of Space Weather Observations Watch the briefing on the agency’s website or NASA’s YouTube channel.
      Media may ask questions in person and via phone. Limited auditorium space will be available for in-person participation. For the dial-in number and passcode, media should contact the NASA Kennedy newsroom no later than one hour before the start of the event at ksc-newsroom@mail.nasa.gov. Members of the public may ask questions on social media using the hashtag #AskNASA.
      Monday, Sept. 22
      11:30 a.m. – In-person media one-on-one interviews with the following:
      Nicky Fox, associate administrator, Science Mission Directorate, NASA Headquarters Kieran Hegarty, IMAP project manager, Johns Hopkins University Applied Physics Lab Jamie Rankin, IMAP instrument lead for Solar Wind and Pickup Ion, Princeton University John Clarke, Carruthers deputy principal investigator, Boston University Dimitrios Vassiliadis, SWFO-L1 program scientist, NOAA Brent Gordon, deputy director, NOAA Space Weather Prediction Center Remote media may request a one-on-one video interview online by 3 p.m. on Thursday, Sept. 18.
      Tuesday, Sept. 23
      6:40 a.m. – Launch coverage begins on NASA+,  Amazon Prime and more. NASA’s Spanish launch coverage begins on NASA+, and the agency’s Spanish-language YouTube channel.
      7:32 a.m. – Launch
      Audio-Only Coverage
      Audio-only of the launch coverage will be carried on the NASA “V” circuits, which may be accessed by dialing 321-867-1220, or -1240. On launch day, “mission audio,” countdown activities without NASA+ media launch commentary, will be carried on 321-867-7135.
      NASA Website Launch Coverage
      Launch day coverage of the mission will be available on the agency’s website. Coverage will include links to live streaming and blog updates beginning no earlier than 6 a.m., Sept. 23, as the countdown milestones occur. Streaming video and photos of the launch will be accessible on demand shortly after liftoff. Follow countdown coverage on the IMAP blog.
      For questions about countdown coverage, contact the NASA Kennedy newsroom at 321-867-2468.
      Para obtener información sobre cobertura en español en el Centro Espacial Kennedy o si desea solicitar entrevistas en español, comuníquese con María-José Viñas: maria-jose.vinasgarcia@nasa.gov.
      Attend Launch Virtually
      Members of the public can register to attend this launch virtually. NASA’s virtual guest program for this mission also includes curated launch resources, notifications about related opportunities or changes, and a stamp for the NASA virtual guest passport following launch.
      Watch, Engage on Social Media
      Let people know you’re watching the mission on X, Facebook, and Instagram by following and tagging these accounts:


      X: @NASA, @NASAKennedy, @NASASolarSystem, @NOAASatellies
      Facebook: NASA, NASA Kennedy, NASA Solar System, NOAA Satellites
      Instagram: @NASA, @NASAKennedy, @NASASolarSystem, @NOAASatellites
      For more information about these missions, visit:
      https://www.nasa.gov/sun
      -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 Sep 15, 2025 EditorJessica TaveauLocationNASA Headquarters Related Terms
      Heliophysics Division Carruthers Geocorona Observatory (GLIDE) Goddard Space Flight Center Heliophysics IMAP (Interstellar Mapping and Acceleration Probe) Kennedy Space Center Science Mission Directorate View the full article
    • By NASA
      NASA/Michael DeMocker NASA astronauts Matthew Dominick (left) and Mark Vande Hei (right) prepare to fly out to a landing zone in the Rocky Mountains as part of the certification run for the NASA Artemis course on Aug. 26, 2025. The mountains in northern Colorado offer similar visual illusions and flight environments to the Moon.
      The newly certified lander flight training course marks a key milestone in crew training for Artemis missions to the Moon. Through Artemis, NASA will explore the lunar South Pole, paving the way for human exploration farther into the solar system, including Mars.
      Learn more about the training course.
      Image credit: NASA/Michael DeMocker
      View the full article
    • 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
  • Check out these Videos

×
×
  • Create New...