Blog

Robots in Analog Space Missions: How Earth Rovers Prepare Us for Mars

Adrian Krzemiński,

How Earth Rovers Prepare Us for Mars

TL;DR: An analog space mission robot is a mobile platform used in Earth-based simulations of lunar or Martian operations, where crews test procedures, hardware, and software in environments that mimic extraterrestrial conditions. At Fictionlab, we have seen the Leo Rover deployed in habitats and field sites, from LunAres in Piła to AATC in southern Poland, where teams use it to rehearse teleoperation under signal delay, autonomous traverse planning, sample retrieval, and human-robot collaboration. These missions matter because they expose the unglamorous problems (dust ingress, thermal drift, ROS network hiccups, operator fatigue) long before a rover ever leaves the launch pad.

Why analog missions need a real rover, not just a simulation

Simulators like Gazebo or Isaac Sim are excellent for algorithm development, but they smooth over the messy parts of field robotics. An analog space mission robot closes that gap. When a crew at a habitat has to drive a UGV across basalt="" gravel with a 4-second simulated comms delay, they discover things that no simulation surfaces: how a wheel slip estimate drifts when the IMU heats up, how a camera exposure setting that worked indoors blows out under desert sun, how a science operator and a rover driver argue about whose task queue comes first.

That is the point of analog work. It is not about pretending to be on Mars. It is about finding the failure modes that only appear when real hardware meets a real environment and a tired human in the loop.

What an analog space mission actually is

Analog missions are structured simulations run at terrestrial sites chosen for their resemblance to lunar or Martian terrain, isolation, or operational constraints. Well-known examples include the Mars Desert Research Station (MDRS) in Utah, HI-SEAS in Hawaii, LunAres in Piła, Poland, the Analog Astronaut Training Center (AATC) in southern Poland, and the Austrian Space Forum’s AMADEE campaigns. Some are habitat-based with isolated crews living for weeks under mission rules. Others are short field campaigns focused on a specific science or engineering objective.

Crews typically rehearse a mix of activities, and the role of mobile robots inside that mix has grown steadily. Common rover tasks during analog missions include:

  • Scouting EVA routes before crew members suit up and walk them
  • Carrying tools, samples, or science payloads between the habitat and field sites
  • Performing autonomous traverses with periodic check-ins to a mission control room
  • Acting as a mobile sensor platform for spectrometry, imaging, or radiation mapping
  • Testing human-robot interfaces, including voice, gesture, and tablet-based control under pressure-suit constraints

How the Leo Rover ended up in analog habitats

We did not design the Leo Rover specifically for analog missions. It started as an open-source field robotics platform for researchers and educators. But the same properties that make it useful in a university lab (ROS support, a documented mechanical and electrical interface, a rugged aluminum chassis, and a payload bay that accepts custom sensors) turned out to be exactly what analog mission organizers were looking for.

Over the past several years, the Leo Rover has been used in analog campaigns at LunAres, AATC, and by university teams preparing for competitions like the European Rover Challenge and University Rover Challenge, many of which feed directly into analog-style scenarios. A list of documented deployments and academic outputs is collected on our research papers page, and the broader space-focused work is grouped under space applications.

A typical deployment, behind the scenes

When a crew receives a Leo Rover for a two-week analog mission, the first day is almost never about science. It is about integration. We have watched teams spend the better part of a morning figuring out where to mount their custom manipulator, how to route a cable through the payload plate without pinching it, and whether their ROS or ROS 2 node graph plays nicely with the rover’s onboard topics. That is healthy. It is the same integration pain a real flight program would face, compressed into hours instead of months.

Day two is usually network and teleoperation. Habitats often have constrained Wi-Fi, and mission rules may impose a one-way latency of several seconds to mimic lunar-style latency, or much longer delays for Mars-style operations. Teams quickly learn that a video stream tuned for a LAN demo collapses under those conditions, and that ROS 2 DDS configuration matters more than they thought. Switching QoS profiles, dropping image resolution, and moving from continuous teleop to waypoint-based command becomes a survival skill.

By the end of the first week, most crews have abandoned their initial control scheme and converged on something simpler: a map view, a click-to-go interface, and a small number of canned behaviors. That convergence is itself a finding. It is the kind of lesson that a procurement document for an actual planetary mission cannot easily anticipate.

What the rover teaches the crew (and what the crew teaches us)

The interesting feedback loop in analog missions runs in both directions. The crew learns operational discipline: pre-EVA checklists for the rover, battery management under cold nights, the importance of recording everything because you will not get a second pass at that traverse. We, in turn, learn what breaks.

Recurring lessons from analog deployments include:

  • Dust is worse than expected. Fine desert, basalt, or volcanic dust gets into connectors, bearings, and camera lenses faster than any indoor test predicts. Sealing strategies that look fine on paper need real field hours to validate.
  • Thermal cycling matters. Desert sites can swing from freezing nights to 40 °C afternoons. Plastics creep, adhesives soften, and calibration drifts. Crews end up recalibrating IMUs and cameras more often than planned.
  • Operator workload is the hidden bottleneck. A rover that needs constant supervision burns crew time that should go to science. Even modest autonomy (return-to-home, obstacle stop, automatic image tagging) frees significant capacity.
  • Documentation beats cleverness. A well-documented ROS interface that a crew can read at midnight beats an elegant but undocumented one. This is why the Leo Rover ships with its software stack open and its mechanical drawings public.

How ROS 2 changes the analog mission picture

The shift from ROS 1 to ROS 2 has been quietly significant for analog work. ROS 2’s DDS-based middleware can handle multi-machine setups and configurable communication policies more gracefully, which matters when a rover, a base station, and a science laptop all need to share data over a flaky link. Lifecycle nodes and managed startup sequences, when used, make it easier to bring a system up reliably after a power cycle in a cold habitat at 3 AM.

For analog teams that want to prototype Mars-style operations, ROS 2 also makes it practical to test the same software stack while artificial delay, packet loss, or bandwidth caps are added at the network layer, so the application code can be exercised under nominal and degraded conditions without being rewritten. This is a small thing that turns out to matter a lot during week two of a mission, when the crew wants to test contingency procedures.

What analog missions cannot replicate (and why that is fine)

It is worth being honest about the limits. Earth gravity is Earth gravity. Vacuum is not simulated in an open desert. Radiation environments, regolith mechanics, and true communication blackouts are approximated, not reproduced. An analog mission will not qualify hardware for flight.

What it will do is shake out the integration, operational, and human-factors problems that dominate the early years of any real planetary program. Those problems are expensive to discover in flight and cheap to discover in Utah or Piła. That asymmetry is the whole reason analog work exists.

Frequently asked questions

What is an analog space mission robot?

It is a mobile robot, usually a wheeled UGV, used during Earth-based simulations of lunar or Martian missions. It supports crews with scouting, transport, science payload carrying, and teleoperation experiments under realistic operational constraints.

Is the Leo Rover space-rated?

No. The Leo Rover is a terrestrial field robotics platform. It is used in analog missions and research, not in flight. Its value in analog contexts comes from being open, documented, and ROS-compatible, not from spaceflight qualification.

Which analog mission sites have used Leo Rover?

Documented deployments include LunAres in Poland and the Analog Astronaut Training Center in southern Poland, along with various university research programs. A current list of academic publications and field reports is available on the Fictionlab research papers page.

How is communication delay simulated during analog missions?

Mission organizers typically introduce artificial one-way latency, from several seconds to around twenty minutes depending on the scenario, either at the network layer or through procedural rules that force operators to wait before acting on telemetry.

What sensors are typically added to a rover for analog work?

Common additions include stereo or depth cameras, a 2D or 3D LiDAR, an RTK GNSS receiver for ground truth, a robotic arm or sample gripper, and mission-specific science instruments such as spectrometers or radiation detectors.

Can students participate in analog missions?

Yes. Many analog sites run programs aimed at university teams, and several rover competitions are structured as analog mission scenarios. These are often the entry point for engineers who later move into professional planetary robotics work.

How long does a typical analog mission last?

Durations vary from a few days for focused field campaigns to several weeks for habitat-based isolation missions. Two weeks is a common middle ground that allows meaningful operational learning without exhausting crew or hardware.

Where to go next

If you are planning an analog campaign, designing a curriculum around planetary robotics, or simply curious about how Earth rovers are being used to rehearse Mars and Moon operations, the dedicated space applications page collects mission reports, partner programs, and integration notes in one place.


Read more