Robo2u
All posts

Space Robotics: The Ultimate Guide

How rovers, orbital arms, and servicing craft work: rad-hard compute, comms-delay autonomy, vacuum thermal, and the systems that fly them.

By Robo2u Editorial · 24 min read

Space robotics is what you build when the operator is minutes away, the repair crew is never coming, and the environment will kill electronics that work fine on a lab bench. A Mars rover receives commands that left Earth between four and twenty-four minutes ago, so nobody joysticks it around a rock. An orbital manipulator berthing a twenty-tonne cargo vehicle to the International Space Station works to millimeter tolerances while both bodies orbit at 7.7 km/s. A servicing craft that grabs a dead satellite in geostationary orbit gets one attempt, on a client that was never designed to be caught, with no second chance and no tow truck. Every one of these machines is a robot first and a spacecraft second, and the robotics is harder than the flying.

This guide walks the whole field: the categories of space robot (planetary rovers, orbital arms, free-flyers, servicing and assembly craft, landers, and sample-handling mechanisms), the constraints that shape every design decision (radiation, thermal extremes, vacuum, comms delay, mass and power budgets, and the absence of repair), the autonomy that lets a rover drive itself across terrain it has never seen, the manipulation problem of docking and berthing, and the players and economics of a market that is finally moving from flags-and-footprints missions to routine in-orbit work. The numbers and systems here are grounded in what has actually flown as of 2026.

The field splits cleanly along one axis: distance, which sets comms delay, which sets how much autonomy the robot must carry. A robot on the ISS is teleoperated in near-real-time by a crew member a few meters away or a controller in Houston with a fraction of a second of delay. A lunar robot lives with about 1.3 seconds each way, tolerable for supervised teleoperation. A Mars robot is on its own for a full driving day at a time. Autonomy is the price of distance, and everything about the compute, the sensing, and the fault handling follows from it.

The take: Space robots are ordinary robotics problems (manipulation, mobility, perception, control) run under four constraints that dominate every decision: radiation that corrupts computation, temperature swings that seize joints, vacuum that removes convection and ordinary lubricants, and a light-time delay that forbids teleoperation past the Moon. The engineering answer is radiation-hardened compute a generation or two behind the consumer state of the art, mechanisms qualified over enormous thermal ranges, and onboard autonomy that lets the machine make safe local decisions when the ground cannot help. Get those three right and the robotics that works on Earth transfers. Get them wrong and the mission ends the first time a cosmic ray flips the wrong bit or a joint cold-soaks below its lubricant's limit.

Companion reading: robot calibration, motion planning & kinematics, SLAM & localization, real-time control systems, reinforcement learning for robotics, and robot actuators.

Table of contents

  1. Key takeaways
  2. The environment as the design driver
  3. The categories of space robot
  4. Planetary rovers: mobility on another world
  5. Rover autonomy: driving with a twenty-minute delay
  6. Orbital manipulators: Canadarm and the arms of the ISS
  7. Docking, berthing, and free-flyers
  8. Satellite servicing and OSAM
  9. In-space assembly and debris removal
  10. Sample handling and landers
  11. Players and unit economics
  12. Outlook: lunar surface, Mars return, routine servicing
  13. Frequently asked questions

The environment as the design driver

Start with the environment, because in space robotics the environment writes the requirements and the robotics adapts to fit. Four constraints dominate.

Radiation. Outside Earth's atmosphere and magnetosphere, spacecraft take a steady dose of protons, heavy ions, and trapped-belt particles. Three failure modes matter. A single-event upset (SEU) flips a bit in memory or a register when an ion deposits charge, corrupting a computation silently. A single-event latchup can short a device and destroy it if power is not cycled fast. Total ionizing dose slowly degrades transistors over years. The defenses are radiation-hardened-by-design silicon (larger feature sizes, guard rings, redundant logic), error-detecting-and-correcting (EDAC) memory that scrubs single-bit flips, triple modular redundancy that votes three copies of a computation, and watchdog timers that reset a hung processor. This is why flight compute lags consumer parts so badly: hardening a process node takes years, and the physics that makes a chip fast (tiny features, low voltages) also makes it fragile to a passing ion.

Thermal extremes. Vacuum removes convection, so a robot sheds heat only by radiation and conduction through its own structure. A joint in sunlight bakes while the same joint in shadow cold-soaks. The Moon swings from roughly +120 C at lunar noon to -170 C at night; Mars nights drop below -90 C. Lubricants that flow at room temperature freeze or outgas, so mechanisms use dry-film lubricants (molybdenum disulfide, sputtered coatings) or special low-temperature greases, and nearly every actuator carries a heater and a temperature sensor so the flight software can warm a joint before it moves it. Materials are chosen for matched thermal expansion so a bearing does not seize when one side heats faster than the other.

Vacuum. Beyond thermal effects, vacuum causes outgassing (volatiles boil out of plastics and lubricants, then redeposit on cold optics) and, for metals in contact, cold welding, where two clean metal surfaces in vacuum can bond. Bearings, gears, and connectors are specified with these in mind. There is also no air to cool electronics, so power dissipation must route to a radiator through solid conduction paths.

Mass, power, and no repair. Every kilogram to orbit costs money and every kilogram to Mars costs far more, so structures are optimized hard and actuators are sized with less margin than a factory robot would carry. Power is scarce: a plutonium radioisotope thermoelectric generator (the MMRTG on Curiosity and Perseverance) produces only about 110 W of electrical power at the start of the mission, and solar rovers are at the mercy of dust and season. And nothing gets repaired. A factory arm gets preventive maintenance; a Mars rover gets whatever reliability you built in at launch, for a decade, across temperature cycles that would fatigue an unqualified mechanism to failure. That single fact (no repair) is why space robotics spends so much of its budget on redundancy, testing, and margin rather than on raw capability.

Rule of thumb: In space robotics the compute is a generation or two behind your phone, the mechanisms are qualified over a temperature range no factory robot ever sees, and the whole system is designed to keep working after any single fault because there is no one to send with a wrench.

The categories of space robot

The field organizes into a handful of families, each with its own dominant problem.

Category Example systems Dominant problem
Planetary rovers Perseverance, Curiosity, Zhurong, Yutu-2 Mobility and autonomy on unknown terrain with long comms delay
Orbital manipulators Canadarm2 (SSRMS), Dextre, ERA, JEMRMS Large-scale, high-precision handling of massive payloads
Free-flyers Astrobee, Int-Ball, CIMON Autonomous mobility and station-keeping inside a spacecraft
Servicing / OSAM craft MEV-1/2, MDA and Maxar servicers Rendezvous and manipulation of non-cooperative clients
Landers and descent Various CLPS landers, sample retrieval landers Autonomous hazard-relative navigation and touchdown
Sample-handling mechanisms Perseverance coring and caching, sample transfer arms High-reliability, contamination-controlled small manipulation

The lines blur. A sample-retrieval lander carries a manipulator and behaves like an orbital arm on the ground. A servicing craft is a free-flyer with a robotic arm. But the taxonomy is useful because it maps to who builds these systems and what they optimize. Rover people optimize autonomy and mobility. Manipulator people optimize precision and payload. Servicing people optimize rendezvous with something that does not want to be caught.

Planetary rovers: mobility on another world

A planetary rover is a slow, extraordinarily reliable mobile robot that has to cross terrain no one has driven, powered by whatever energy it can carry or collect, with a fault-handling system paranoid enough to survive a decade alone.

Suspension. JPL's signature is the rocker-bogie, a six-wheel passive suspension with no springs. Each side has a rocker linkage carrying a bogie, and a differential connects the two sides so the body pitches at the average of the two rockers. The geometry lets all six wheels stay loaded on rough ground and lets the rover climb an obstacle roughly the size of a wheel diameter without tipping. It has been the standard since Sojourner in 1997 and has flown on every NASA Mars rover since. China's Zhurong used an active six-wheel suspension that could lift wheels individually to free itself from soft sand.

The lineage. The rovers have grown by an order of magnitude each generation. Sojourner (1997) was about 10.5 kg. The Mars Exploration Rovers Spirit and Opportunity (2004) were about 185 kg and ran on solar panels; Opportunity lasted almost fifteen years. Curiosity (2012) and Perseverance (2021) are car-sized at roughly 900 kg and 1025 kg, both nuclear-powered by an MMRTG. On the Moon, China's Yutu-2 (Chang'e 4, 2019) still holds the lunar-longevity record on the far side, and Zhurong (Tianwen-1, 2021) made China the second nation to operate a Mars rover. Perseverance also carried Ingenuity, a 1.8 kg coaxial helicopter that flew 72 times before a rotor-damage landing ended it in early 2024, the first powered controlled flight on another planet and a preview of aerial scouting for rovers.

Actuators. Rover joints and wheels use brushless DC motors driving high-ratio gearing, frequently harmonic drives, all qualified for cold and vacuum. Swiss supplier maxon has flown motors on Sojourner, the MER rovers, Curiosity, Perseverance, and Ingenuity; a single Mars rover can carry dozens of motorized actuators across its drive, steering, arm, drill, and instrument mechanisms. Every one carries a heater and gets warmed before it moves in the Martian cold.

Power and thermal. Nuclear rovers get steady power day and night but only about 110 W of it, so activities are scheduled against an energy budget and a lot of the power heats the electronics and warms mechanisms. Solar rovers must manage dust accumulation and dust storms; Opportunity died after a planet-scale 2018 dust storm blocked its panels. The thermal design keeps a warm electronics box (the "warm electronics box" or WEB) insulated at the center while extremities cold-soak.

War story: In 2009 Spirit broke through a crust into soft sulfate-rich soil at a site later named Troy and embedded its wheels. Engineers spent months driving a physical rover twin in a JPL sandbox trying to reproduce the trap and find an escape, but the rover could not free itself and eventually became a stationary platform. It is the clearest lesson in rover mobility: on terrain you cannot touch, soft ground is more dangerous than rock, and getting stuck is often unrecoverable because there is no one to push.

Rover autonomy: driving with a twenty-minute delay

The defining fact of Mars driving is that you cannot see what the rover sees until minutes after it saw it, and it cannot hear your reaction until minutes after that. Direct teleoperation is impossible. The ground plans a driving day, uplinks a sequence, and the rover executes it, making its own local safety decisions as it goes. For the general perception-and-planning machinery behind this, see SLAM & localization and motion planning & kinematics.

Visual odometry. Wheels slip on sand and slopes, so wheel-encoder odometry drifts badly. Mars rovers correct it with visual odometry: track features between stereo image pairs and solve for the camera motion that explains their shift. The MER rovers pioneered VO on Mars, and it lets a rover measure its real progress and detect when it is slipping in place rather than climbing. This is the same principle as terrestrial visual-inertial odometry, run on rad-hard compute and validated conservatively because a wrong pose estimate can drive the rover into a hazard.

Hazard avoidance and AutoNav. The rover builds a local terrain map from stereo cameras, classifies cells as safe or hazardous by slope, roughness, and step height, and plans a path through the safe cells toward a goal the ground provided. NASA calls the onboard version AutoNav. On Curiosity, AutoNav shared the main RAD750 processor with everything else, so autonomous driving was slow: the rover drove a bit, stopped, thought, and drove again. Perseverance added a dedicated image-processing coprocessor (a field-programmable gate array in a separate Vision Compute Element) so it can process navigation images while it keeps rolling, a mode the team calls "thinking while driving." That raised its autonomous pace to roughly 120 m/hr, several times faster than Curiosity, and let it cross Jezero crater's plains largely on its own.

Sequencing and fault protection. Beyond driving, the rover runs its whole day from an uplinked sequence: point instruments, run the drill, manage power and thermal, downlink data through an orbiter relay. Wrapping all of it is fault protection, a layered system of monitors that, on detecting anything out of bounds, halts the current activity and puts the rover into a stable, power-positive, communicative "safe mode" to wait for the ground. Safe mode is the rover's fallback for every situation its designers did not anticipate, and entering it safely is more important than finishing any single task.

Machine learning is entering this loop carefully. Perseverance's terrain classification and some onboard science-targeting (choosing rocks to zap with its spectrometer) use trained models, and research programs test reinforcement learning and learned navigation. Flight adoption is cautious because a learned policy that fails on out-of-distribution terrain, with no operator to catch it, is exactly the risk the whole system is built to avoid.

Rule of thumb: The autonomy you can afford is set by how bad the consequence of a mistake is and how long until a human can intervene. On Mars both are extreme, so rovers use well-understood, conservative geometric methods for the safety-critical parts and reserve learned components for choices that fail softly.

Orbital manipulators: Canadarm and the arms of the ISS

The robotic arm is the oldest space-robotics success. The Space Shuttle's Canadarm (the Shuttle Remote Manipulator System), built by Spar Aerospace of Canada, flew from 1981 and deployed and retrieved payloads for three decades. Its successor defines the class.

Canadarm2. The Space Station Remote Manipulator System (SSRMS), built by MDA (then MacDonald Dettwiler), is a 17.6 m, seven-degree-of-freedom arm on the ISS. Seven joints give it redundancy: a human arm has seven DOF to position the hand freely while moving the elbow around obstacles, and Canadarm2 uses its extra joint the same way. Both ends carry identical Latching End Effectors, so the arm can grab a Power Data Grapple Fixture at either end and walk end over end across the station, relocating itself along a network of fixtures. It rides the Mobile Base System along the truss for reach. Its headline job is berthing: visiting cargo vehicles (SpaceX Dragon and others) fly to a hold point a few meters away and station-keep, a crew member grapples them with the arm, and the arm berths them to a docking port. The vehicle never docks under its own power. That division (the free-flyer parks, the arm captures and berths) is the core pattern of large orbital manipulation.

Dextre. The Special Purpose Dexterous Manipulator, also from MDA, is a two-armed robot that rides on the end of Canadarm2 to do fine work: swapping orbital replacement units, handling tools, and tasks that would otherwise need a spacewalk. It has force-moment sensing so it can feel contact and insert modules without jamming, the space equivalent of a compliant assembly robot.

Other national arms. Japan's JEMRMS serves the Kibo module with a main arm and a small fine arm. The European Robotic Arm (ERA), built for ESA by Airbus, launched in 2021 on the Russian Nauka module; it is an 11 m symmetric arm that, like Canadarm2, relocates hand-over-hand across base points on the Russian segment. All of these are teleoperated: a crew member or a ground controller drives them with hand controllers under the sub-second delay of low Earth orbit, watching through cameras, often with the arm's software enforcing safe rates and collision-avoidance envelopes so a slip of the hand cannot drive a multi-tonne payload into the station.

Precision here is a calibration and control problem. A 17 m arm handling a 20-tonne vehicle is a very flexible, very high-inertia system, and its accuracy depends on careful kinematic calibration and on control that damps structural oscillation. See real-time control systems for the loop underneath.

Docking, berthing, and free-flyers

Two ways to join two bodies in orbit, and the distinction matters for robotics. Docking is active: one vehicle flies itself into a mating interface under its own thrusters, as Dragon and Soyuz do at the ISS docking ports. Berthing is robotic: the arriving vehicle holds position passively and a manipulator captures and mates it, as with cargo craft grappled by Canadarm2. Docking needs precise autonomous relative navigation and a soft-capture mechanism; berthing moves the precision into the arm and its operator.

Both depend on relative navigation sensors: lidar, cameras, and pattern-recognition of a target's markings to estimate range, bearing, and orientation as the two craft close. For a cooperative target with retroreflectors and docking markers, this is well understood. For a non-cooperative target (a satellite that was never built to be approached, tumbling slowly), it is one of the hardest sensing problems in the field, and it is exactly what servicing craft must solve.

Free-flyers inside spacecraft are a distinct family. NASA's Astrobee robots (Bumble, Honey, and Queen), developed at Ames Research Center and operating aboard the ISS since 2019, are roughly 30 cm cubes that fly through the cabin on ducted electric fans, navigate by camera against a map of the module, and can dock to a wall to recharge. A small perching arm lets one grab a handrail and hold station to free its fans. They replaced the earlier SPHERES free-flyers and serve as a mobile sensor platform and a testbed for autonomous inspection and free-flying manipulation. JAXA's Int-Ball is a camera drone that films crew work hands-free, and the Airbus/DLR CIMON was a voice-interactive assistant experiment. These interior robots live under near-zero delay but must be absolutely safe around a crew in an enclosed volume, so their speed and force are tightly bounded.

Satellite servicing and OSAM

On-orbit servicing, assembly, and manufacturing (OSAM, formerly called on-orbit servicing) is the field's commercial frontier: robots that inspect, refuel, repair, relocate, or extend the life of satellites already in orbit. A geostationary communications satellite can be worth hundreds of millions of dollars and is often retired because it ran out of station-keeping propellant while its electronics still work. Servicing changes that math.

The proven case is life extension. Northrop Grumman's SpaceLogistics built the Mission Extension Vehicle, a servicer that docks to a client's apogee-engine nozzle and ring (an interface present on most large satellites, though never intended as a docking port) and then provides station-keeping and attitude control for the combined stack. MEV-1 launched in 2019, rendezvoused with the live Intelsat 901 in geostationary orbit, and docked in February 2020, the first time one commercial satellite docked to another to extend its life. It took over the client's pointing and station-keeping and moved it back into service. MEV-2 repeated the feat with Intelsat 10-02 in 2021. Northrop's follow-on approach uses smaller Mission Extension Pods installed by a servicing robot, spreading one servicer's capability across several clients.

The harder cases (refueling, repair, robotic manipulation of a client) are in development. NASA's OSAM-1 (originally Restore-L) aimed to robotically refuel the Landsat 7 satellite and demonstrate the SPIDER assembly arm built by Maxar, but the program was cancelled in 2024 after cost growth, an honest reminder that the robotics is hard and the business case for one-off government demonstrations is fragile. DARPA's Robotic Servicing of Geosynchronous Satellites (RSGS) program, with the U.S. Naval Research Laboratory and a robotic payload, targets dexterous inspection and repair in GEO. Canada's MDA and the U.S. Maxar continue to build the dexterous arms these missions need.

The core robotics challenge is manipulation of a non-cooperative client: approach a slowly tumbling satellite, estimate its pose in real time from cameras and lidar, match its rotation, and capture a feature (a launch adapter ring, an engine nozzle) that has no handle and no markings, all without a collision that turns two satellites into a debris cloud. It combines the hardest parts of rendezvous, perception, and force-controlled manipulation, under the no-second-chance rule.

In-space assembly and debris removal

Two forward-looking robotic missions share the same rendezvous-and-capture technology base.

In-space assembly is the idea of robots building structures in orbit that are too large to launch in one piece: large antennas, telescope apertures, or eventually habitats and solar arrays. The SPIDER arm on the cancelled OSAM-1 would have assembled a communications antenna from segments and manufactured a beam in orbit. The appeal is that a robot-assembled structure escapes the size limit of any single rocket fairing, and the technology overlaps almost entirely with servicing: both need a precise arm on a free-flyer and both need to work with modular, robot-friendly interfaces. It remains mostly at the demonstration and study stage in 2026.

Active debris removal is the more urgent driver. Low Earth orbit holds thousands of dead satellites and spent rocket stages, and collisions create more debris in a runaway feedback (the Kessler syndrome) that can render useful orbits hazardous. Removing large derelicts requires a robot to rendezvous with an uncontrolled, tumbling object and capture it, then de-orbit it. Astroscale, a Japanese company, has led the demonstrations: its ELSA-d mission in 2021 tested magnetic capture of a cooperative target it released and re-caught, and its ADRAS-J mission in 2024 rendezvoused with and closely inspected a spent Japanese H-IIA rocket upper stage, a genuinely non-cooperative target, proving the sensing and approach needed to eventually grab it. Europe's ClearSpace-1, an ESA mission led by the Swiss company ClearSpace to capture a Vespa payload adapter with a robotic arm, was set back when its target was itself struck by other debris, which underscored exactly why the problem needs solving. Capture methods under study range from robotic arms and clamps to nets and harpoons, each with a different failure mode against a tumbling client.

Safety rule: Any robot that approaches a non-cooperative object in orbit must be able to abort and retreat safely at every phase of the approach. A capture attempt that goes wrong loses the mission and can create a new debris cloud in an orbit others use. Retreat capability is a hard requirement.

Sample handling and landers

Two more robotic problems close out the categories: getting samples into containers, and getting spacecraft safely onto a surface.

Sample handling. Perseverance carries one of the most complex small-scale robotic systems ever flown: a 2 m, five-DOF arm (built by Motiv Space Systems) with a coring drill on its turret, and inside the rover a separate Sample Caching System with its own small robotic arm, a bit carousel, and a set of ultra-clean titanium sample tubes. To take a sample the rover drills a chalk-sized core, the internal mechanism assesses and seals it in a tube, and the tube is stored for a future return mission. Contamination control is as demanding as the mechanics: the whole system is built and operated to avoid introducing Earth material that would ruin the search for signs of past Martian life. This is high-reliability, contamination-controlled manipulation with no operator in the loop for the fine motions.

Landers and descent. A lander is a robot solving autonomous hazard-relative navigation in the last minutes before touchdown, when comms delay makes ground control impossible and the surface is finally close enough to see. The craft images the terrain during descent, matches it against a map to know where it is, identifies boulders and slopes, and diverts to a safe patch, all in seconds, on rad-hard compute. NASA's Terrain Relative Navigation did exactly this to land Perseverance in rugged Jezero crater. On the Moon, the commercial CLPS program has shown both the promise and the difficulty: Intuitive Machines' IM-1 Odysseus made the first commercial lunar landing in February 2024 but tipped over on touchdown, and Astrobotic's Peregrine never reached the Moon after a propulsion failure. Landing autonomously on an unimproved surface remains genuinely hard.

Sample return ties these together. NASA and ESA's Mars Sample Return architecture, as studied through 2025, would land a Sample Retrieval Lander carrying a Sample Handling Arm to load Perseverance's cached tubes into a small rocket, with an ESA-built Sample Transfer Arm moving tubes between mechanisms. The program has been under budget and architecture review, a reminder that the robotics is only part of the challenge; the mission design and cost are the other part. On smaller bodies, robotic sampling already works: JAXA's Hayabusa2 and NASA's OSIRIS-REx both touched asteroids, collected material, and returned it, using autonomous touch-and-go sampling because the round-trip light time to an asteroid is far too long for any manual control.

Players and unit economics

The field's institutions split into agencies, prime manipulator builders, and a new wave of commercial startups.

Player Role Representative work
NASA / JPL Rovers, landers, sample handling, autonomy Curiosity, Perseverance, Ingenuity, Terrain Relative Navigation
ESA Manipulators, exploration, servicing European Robotic Arm, Sample Transfer Arm, ClearSpace-1
MDA Space (Canada) Large orbital manipulators Canadarm, Canadarm2, Dextre, Canadarm3 for Gateway
Maxar Servicing arms, sample mechanisms SPIDER assembly arm, robotic assemblies
Northrop Grumman SpaceLogistics Commercial life extension MEV-1, MEV-2, Mission Extension Pods
Astroscale (Japan) Debris inspection and removal ELSA-d, ADRAS-J
GITAI (Japan / US) Autonomous arms for orbit and surface ISS arm demonstration, lunar and orbital arm development
Motiv Space Systems Rover and space arms Perseverance robotic arm, lunar and modular arms
CNSA (China) Rovers and sample return Yutu-2, Zhurong, Chang'e sample returns

The economics are shifting. For decades space robots were bespoke, cost-plus government projects where a single rover ran into the billions and reliability mattered far more than unit price. Two changes are reshaping that. Launch cost has fallen: a Falcon 9 puts mass into low Earth orbit for a few thousand dollars per kilogram, roughly an order of magnitude below the Shuttle era, which makes it affordable to fly servicing craft and demonstrators that would once have been unthinkable. And a commercial market has appeared where the customer pays for a service (extra years of life on a GEO satellite, a debris removal contract, a ride and delivery to the lunar surface) rather than for a one-off science mission.

The servicing case is the clearest business model: a GEO communications satellite generating tens of millions of dollars a year in revenue is worth extending, and a servicer that adds five years of station-keeping for a fraction of the cost of a replacement satellite has an obvious value proposition. That is why life extension flew commercially before refueling or repair: the payoff is direct and the robotics is the tractable docking-and-hold problem rather than the harder manipulation problem. Debris removal, by contrast, is largely a public-good and regulatory-driven market that still depends on government contracts and future rules requiring operators to remove what they launch. You can track the broader robotics-hardware landscape these programs draw on at data.robo2u.com.

Outlook: lunar surface, Mars return, routine servicing

Three trends define where space robotics is heading over the next decade.

The Moon becomes a robotics jobsite. The Artemis program and its commercial CLPS landers are putting a cadence of robots on the lunar surface: instrument landers, rovers, and eventually crewed and uncrewed Lunar Terrain Vehicles, with early LTV development contracts to Intuitive Machines, Lunar Outpost, and Venturi Astrolab. The Moon's 1.3-second one-way delay makes supervised teleoperation workable, so lunar robots can be driven from Earth with a human closely in the loop, a regime between the real-time ISS and the near-autonomous Mars rover. Expect construction, prospecting (looking for water ice at the poles), and site preparation robots, drawing heavily on terrestrial construction robotics and mobility work. NASA's own ice-prospecting VIPER rover was cancelled in 2024 and then sought commercial partners, a sign that even here the funding is uncertain even as the technical case is strong. MDA's Canadarm3, an AI-enabled autonomous arm, is being built for the lunar Gateway station, where the light delay is too long for the pure teleoperation that Canadarm2 uses.

Mars sample return, in some form. The samples Perseverance has already cached are the most valuable robotic payload in the solar system, and getting them home is the flagship robotic manipulation-and-launch challenge of the era. The architecture is under revision for cost, but the robotic pieces (a sample-handling arm, an autonomous transfer arm, an ascent vehicle, and orbital capture) are all in development and all push the state of the art in reliable, autonomous, contamination-controlled handling.

Servicing becomes routine. The trajectory from MEV's life-extension docking toward refueling, repair, assembly, and debris removal is the clearest growth path. As standardized robot-friendly interfaces (grapple fixtures, refueling ports) get designed into new satellites, servicing gets easier and cheaper, and a servicing infrastructure starts to look like an orbital analogue of the maintenance economy on Earth. The autonomy that makes it work, especially the perception and manipulation of non-cooperative and tumbling targets, is where learned methods and better onboard compute will matter most, as newer radiation-tolerant processors (ARM-based high-performance spaceflight computing parts) finally start to narrow the gap with ground robotics. The pattern holds across all three trends: the robotics problems are the same ones solved on Earth, and the frontier is making them survive the environment and run without a human close enough to help.

Frequently asked questions

Why can't we just remote-control a Mars rover in real time? Light takes between about 4 and 24 minutes to travel one way between Earth and Mars depending on where the planets are in their orbits, so a round trip is up to roughly 40 minutes or more. By the time you saw a hazard and sent "stop," the rover would have driven past it long ago. That delay is the reason Mars rovers must carry their own hazard avoidance and drive themselves from high-level daily plans rather than being joysticked.

Why is spacecraft computing so slow compared to a phone? Because the spec that matters is radiation tolerance. Speed comes second. Hardening a processor against cosmic rays and heavy ions (to prevent bit flips, latchups, and long-term degradation) requires larger, more conservative silicon that lags consumer parts by a generation or two. The RAD750 flying on Perseverance runs around 200 MHz. It is slow, but it keeps computing correctly in an environment that would crash a phone in orbit.

What is the difference between docking and berthing? Docking is active: the arriving vehicle flies itself into a mating interface under its own thrusters, like a Dragon or Soyuz at an ISS docking port. Berthing is robotic: the arriving vehicle holds position passively nearby and a manipulator like Canadarm2 grapples it and mates it to a port. Docking puts the precision in the vehicle's guidance; berthing puts it in the arm and its operator.

How does Canadarm2 move around the space station? It walks. Both ends of the arm are identical latching end effectors, so it can grab a grapple fixture at either end. It releases one end, swings over, and latches onto the next fixture, moving hand over hand across a network of fixtures on the station, and it can also ride a mobile base along the truss. That is how one arm reaches the whole exterior.

Has a robot ever actually serviced a satellite in orbit? Yes. Northrop Grumman's Mission Extension Vehicle MEV-1 docked to the live Intelsat 901 satellite in geostationary orbit in February 2020 and took over its station-keeping, extending its service life. MEV-2 did the same for another Intelsat satellite in 2021. These are the first commercial cases of one satellite docking to another to service it. Refueling and repair are still in development.

Why do space mechanisms need heaters and special lubricants? Because vacuum removes convective cooling and the temperature swings are extreme, from lunar noon around +120 C to lunar night near -170 C, and Mars nights below -90 C. Ordinary oils freeze or boil off in vacuum and redeposit on optics, so mechanisms use dry-film or special low-temperature lubricants, and nearly every actuator has a heater so the flight software can warm a cold-soaked joint before moving it.

What is active debris removal and why does it matter? It is using a robot to rendezvous with a dead satellite or spent rocket stage and de-orbit it. It matters because collisions in crowded orbits create more debris in a cascade (the Kessler syndrome) that can make useful orbits hazardous. Astroscale's ADRAS-J closely inspected a non-cooperative rocket stage in 2024 as a step toward capturing and removing such objects, but routine removal has not started yet.

Do space robots use machine learning? Sparingly and carefully. Rovers use trained models for terrain classification and some onboard science targeting, and research programs test learned navigation and reinforcement learning. Adoption is cautious because a learned policy that fails on terrain it was not trained for, with no operator minutes away to catch it, is exactly the risk space systems are built to avoid. The safety-critical parts stay on well-understood, conservative methods.

What powers a Mars rover, and how much power does it get? The large rovers Curiosity and Perseverance use a plutonium radioisotope thermoelectric generator (an MMRTG) that produces steady power day and night but only about 110 W of electrical power at the start of the mission. Earlier rovers like Spirit and Opportunity used solar panels, which give more power in good conditions but fail when dust accumulates or a dust storm blocks the sun, which is what ended Opportunity.

Who actually builds these robots? Space agencies (NASA and its JPL, ESA, JAXA, CNSA) fund and often design the missions; a handful of prime contractors build the manipulators (MDA in Canada for the Canadarms and Dextre, Maxar for servicing arms, Motiv for rover arms); and a new wave of commercial companies (Northrop Grumman's SpaceLogistics for servicing, Astroscale for debris, GITAI for autonomous arms) is building the emerging in-orbit service market.

Related guides