Robotics

Top 9 Best Robotics Software Development Companies in Europe 2026

Updated: β€’9 companies ranked

According to SectorPunk's 2026 analysis, the top 3 Robotics software development companies are Kuka, Wandelbots, Spyrosoft, ...based on our independent 8-criteria evaluation methodology.

Best Robotics Software Development Companies in Europe β€” 2026 Rankings

Europe is building robots at an unprecedented pace β€” but the real bottleneck isn't hardware. Motors, sensors, actuators, and mechanical frames are sourced from a global supply chain with interchangeable suppliers. The critical differentiator is software: the perception algorithms that let a robot see, the planning systems that let it think, the control loops that let it move with precision, and the AI that lets it adapt to unpredictable environments. Finding the right software partner in Europe β€” one that understands ROS 2, real-time systems, functional safety, and the EU regulatory landscape β€” is harder than choosing which robot arm to buy. Horizon Europe has injected over €600 million into robotics-related programmes, the EU AI Act now imposes specific obligations on autonomous physical systems, and Industry 4.0 adoption is accelerating across the continent's manufacturing base.

According to SectorPunk's Q2 2026 independent analysis, the top 3 Best Robotics Software Development Companies in Europe are Kuka (#1), Wandelbots (#2), Spyrosoft (#3), evaluated across 8 weighted criteria including technical expertise, industry specialization, and client satisfaction.

Updated March 2026.

SectorPunk's 2026 ranking evaluates the best robotics software development companies operating in Europe. The top 3 are KUKA, Lasting Dynamics, and Wandelbots, selected from an assessment of 32 companies across 8 weighted criteria including ROS/ROS 2 proficiency, computer vision capability, safety-critical software experience, and production deployment track record.

Hardware vs. Software: Why the Software Partner Matters More

The robotics hardware market is converging. Universal Robots, FANUC, ABB, and a growing wave of Chinese manufacturers produce capable robot arms at increasingly competitive prices. Autonomous mobile robot (AMR) platforms from companies like MiR, OTTO Motors, and Clearpath are widely available off the shelf. LiDAR sensors, depth cameras, force-torque sensors β€” the hardware building blocks are commoditized.

The software stack is where real differentiation happens. A robot arm is inert metal without perception (computer vision, LiDAR processing, sensor fusion), planning (task planning, motion planning, path planning), control (real-time servo loops, force control, impedance control), middleware (ROS 2, DDS, EtherCAT integration), and AI (reinforcement learning, imitation learning, foundation models for manipulation). Each layer requires specialized engineering expertise that is far scarcer than mechanical engineering talent.

For European enterprises deploying robotic systems β€” whether in automotive manufacturing, warehouse logistics, agriculture, healthcare, or defense β€” the software partner determines whether the robot performs reliably in production or becomes an expensive science project. Hardware can be swapped. Software architecture decisions are structural and long-lived.

This ranking focuses specifically on the companies building the software brain for European robotics β€” not the companies manufacturing hardware.

How We Selected These Companies

Our editorial team evaluated 32 robotics-focused software development companies operating in Europe over a 5-week research period:

CriterionWeightWhat We Assessed
Technical Expertise20%ROS 2 proficiency, computer vision, motion planning, real-time systems, embedded software
Industry Specialization15%Robotics domain depth β€” manufacturing, logistics, medical, agricultural, defense
Client Satisfaction15%Verified client references, production system uptime, measurable operational outcomes
Delivery & Reliability15%Track record of robots running in production environments, not just simulations
Innovation & AI Readiness10%Embodied AI, reinforcement learning, sim-to-real transfer, digital twin integration
Scalability & Team10%Robotics engineering talent depth, European presence, ability to scale for fleet deployments
Value for Investment10%Cost-effectiveness relative to robotics-specific capability and European delivery
Market Reputation5%Robotics community recognition, open-source contributions, academic partnerships

Companies must have verifiable production robotics deployments in Europe β€” robots operating in real-world European environments performing useful work, with demonstrated compliance awareness for EU safety and AI regulations.

Europe's Robotics Software Revolution in 2026

European robotics software development is shaped by five technological currents that are redefining how robots are built, programmed, and deployed across the continent.

1. ROS 2 and Open-Source Robotics Middleware

ROS 2 has crossed the threshold from research curiosity to industrial standard, and European companies are at the forefront of its adoption:

  • Industrial-grade maturity β€” ROS 2 Jazzy and Rolling distributions now provide deterministic real-time communication through DDS middleware, lifecycle-managed nodes, and quality-of-service policies suitable for safety-critical applications on factory floors

  • European open-source leadership β€” organizations like eProsima (Spain, creators of Fast DDS), PAL Robotics (Spain), and Fraunhofer IPA (Germany) are core contributors to the ROS 2 ecosystem, giving European firms direct access to middleware architects

  • Interoperability and vendor independence β€” European manufacturers increasingly mandate ROS 2 compatibility to avoid proprietary lock-in, creating demand for integration specialists who can bridge legacy industrial automation (OPC UA, PROFINET) with modern robotic middleware

  • MoveIt 2 and Nav2 adoption β€” the two most critical ROS 2 application frameworks β€” MoveIt 2 for manipulation and Nav2 for autonomous navigation β€” have reached production readiness, reducing the custom code burden for common robotics tasks by 40–60%

2. Computer Vision and 3D Perception

Vision is the primary sense for modern robots, and European computer vision expertise is world-class:

  • 6DoF pose estimation β€” deep learning models for estimating the exact 3D position and orientation of objects from RGB-D or stereo camera data, enabling bin-picking, assembly, and quality inspection without structured fixtures

  • 3D scene reconstruction β€” real-time dense 3D mapping using NeRFs (Neural Radiance Fields) and 3D Gaussian Splatting, allowing robots to build rich spatial models of unstructured environments for navigation and manipulation planning

  • Multi-modal sensor fusion β€” combining camera, LiDAR, radar, and tactile sensors into unified perception pipelines that maintain robustness across lighting conditions, weather, occlusion scenarios, and sensor degradation

  • Foundation models for perception β€” vision-language models (SAM 2, Grounding DINO successors) enabling zero-shot object detection and segmentation, dramatically reducing the labeling effort required for new deployment environments

3. Digital Twins for Robotic Systems

Digital twins have moved from marketing buzzword to essential engineering tool in European robotics:

  • High-fidelity simulation β€” NVIDIA Isaac Sim, Gazebo Harmonic, and MuJoCo provide physics-accurate simulation environments where robot software can be developed, tested, and validated before deployment to physical hardware, reducing development cycles by months

  • Sim-to-real transfer β€” domain randomization and adaptive simulation techniques that systematically vary visual appearance, physics parameters, and environmental conditions to train robust policies that transfer from simulation to physical robots with minimal fine-tuning

  • Operational digital twins β€” live digital replicas of production robotic systems that mirror real-time state, predict maintenance needs, and enable remote diagnostics β€” particularly valuable for European manufacturers with distributed factory networks across multiple countries

  • Synthetic data generation β€” photorealistic rendering of simulated environments to generate training datasets for perception models, addressing the critical data scarcity problem in robotics where real-world labeled data is expensive and slow to collect

4. AI and Reinforcement Learning for Manipulation

The frontier of robotics AI is dexterous manipulation β€” teaching robots to handle objects with human-like adaptability:

  • Reinforcement learning in simulation β€” training manipulation policies through millions of simulated grasp attempts using GPU-accelerated environments (Isaac Gym, ManiSkill), then transferring learned behaviors to physical robots β€” European labs at ETH Zurich, TU Munich, and Imperial College London are publishing breakthrough results

  • Imitation learning from demonstrations β€” recording human demonstrations (teleoperation, motion capture) to train robot behavior policies, bypassing the reward-engineering challenge of pure RL and enabling rapid deployment for new task variants

  • Foundation models for robotics β€” large-scale vision-language-action models (RT-2 successors, Octo, RoboFlamingo) that encode general manipulation knowledge from diverse robot datasets, enabling few-shot transfer to new objects and tasks with minimal fine-tuning

  • Tactile sensing and force control β€” integrating high-resolution tactile sensors with learned force control policies for tasks requiring physical sensitivity β€” assembly of delicate components, handling soft or deformable objects, and safe human-robot interaction

5. Safety-Critical Software and Certification

Europe's regulatory framework imposes stringent requirements on robotic systems operating near humans:

  • Functional safety standards β€” ISO 13849 (safety of machinery control systems), IEC 62443 (industrial cybersecurity), and ISO 10218 (industrial robot safety) define mandatory requirements for robot software deployed in European workplaces, with non-compliance carrying severe liability

  • EU Machinery Regulation 2023/1230 β€” replacing the Machinery Directive in 2027, this regulation introduces specific requirements for autonomous mobile machinery and robot systems with self-evolving behavior, directly impacting software architecture decisions

  • EU AI Act implications β€” autonomous robots performing safety-critical functions are classified as high-risk AI systems, requiring conformity assessments, human oversight mechanisms, robustness testing, and ongoing monitoring throughout the system lifecycle

  • Formal verification and testing β€” European safety culture drives adoption of model-based testing, formal verification of control algorithms, and structured safety cases (GSN) that provide documented evidence of software safety β€” capabilities that distinguish European robotics firms from lower-cost competitors

EU Funding and Initiatives for Robotics

Europe's public investment in robotics is among the largest in the world, creating a supportive ecosystem for robotics software development that has no direct equivalent in the United States or Asia.

Horizon Europe allocates over €600 million to robotics and autonomous systems across its 2021–2027 programme, with Cluster 4 (Digital, Industry, and Space) funding collaborative research projects that pair robotics software companies with end-user manufacturers, research institutes, and SMEs. Projects like euROBIN (European Robot Brain Interoperability Network), RobotUnion, and DARKO directly fund the development of transferable robot manipulation skills, multi-robot coordination, and human-robot collaboration software.

The Made in Europe co-programmed partnership, managed by euRobotics AISBL, coordinates €1.3 billion in public and private robotics investment with a specific focus on accelerating technology transfer from lab to factory. This partnership explicitly prioritizes software capabilities β€” AI for manipulation, autonomous navigation in unstructured environments, and safe human-robot interaction β€” that European companies can commercialize.

European Digital Innovation Hubs (EDIHs) provide SMEs with access to robotics testing facilities, technical expertise, and training across 200+ hubs in every EU member state. For robotics software companies, EDIHs serve as distribution channels β€” connecting them with manufacturing SMEs that need automation but lack the in-house expertise to specify, procure, and deploy robotic systems.

The EIC Accelerator provides up to €2.5 million in grants and €15 million in equity for deep-tech startups, including robotics software companies developing breakthrough capabilities in perception, AI-driven manipulation, and autonomous systems. Several companies in this ranking have received EIC backing.

Beyond direct funding, the EU's Digital Europe Programme invests in skills development β€” training the next generation of robotics engineers through specialized master's programmes, industrial PhDs, and vocational training that keeps Europe's robotics talent pipeline strong. The practical effect: European robotics software companies operate in a funding-rich, talent-supportive ecosystem that reduces early-stage risk and accelerates path to market.

National programmes reinforce the EU-level investment. Germany's High-Tech Strategy 2025 channels billions into autonomous systems and smart manufacturing. France's France 2030 allocates €800 million to robotics and intelligent systems. Italy's Transizione 5.0 incentivizes manufacturers to adopt robotic automation with tax credits covering up to 45% of investment costs. The Nordic countries β€” through programmes like Sweden's Produktion2030 and Finland's DIMECC β€” focus on collaborative robotics for SME manufacturing. This layered funding structure β€” EU, national, and regional β€” creates a uniquely supportive environment for robotics software companies that does not exist at comparable scale outside Europe.

Cost Analysis: Robotics Software Development in Europe

European robotics software development costs reflect the premium for regulatory compliance expertise, proximity to major industrial end-users, and access to world-class research talent.

Typical Project Ranges

  • Single-robot perception and control system (vision-guided picking, AMR navigation, basic autonomy): €100K–€400K over 4–8 months

  • Production-ready robot software with safety certification (ISO 13849, CE marking support): €300K–€1.2M over 8–14 months

  • Fleet management and orchestration platform (multi-robot coordination, cloud monitoring, OTA updates): €200K–€700K over 6–10 months

  • Digital twin and simulation environment (NVIDIA Isaac Sim or Gazebo-based, synthetic data pipeline): €80K–€300K

  • Medical or surgical robot software with MDR documentation: €800K–€4M over 18–30 months

Hourly Rate Ranges by Region

  • Western Europe (Germany, France, Netherlands, Nordics): €120–€250/hour β€” highest concentration of industrial robotics expertise and safety engineering talent
  • Southern Europe (Italy, Spain, Portugal): €80–€160/hour β€” strong manufacturing automation legacy, growing ROS 2 community
  • Eastern Europe (Poland, Estonia, Romania, Czech Republic): €60–€120/hour β€” excellent ROS 2 and computer vision talent at 40–50% lower rates than Western Europe
  • UK and Switzerland (non-EU): €130–€280/hour β€” premium research talent, particularly in AI for robotics and surgical systems

Ongoing costs for production robotic systems include software maintenance and updates (€3K–€15K/month), cloud infrastructure for fleet management (€2K–€20K/month), and safety recertification when software is updated (€10K–€50K per release cycle).

How to Choose a Robotics Software Partner in Europe

1. Verify Production Deployment Experience in Your Industry

The gap between a robot working in a controlled lab and performing reliably in a production environment is measured in years, not months. Ask every candidate for verified references from production deployments in your specific industry β€” not adjacent sectors, not simulation demos, not pilot projects that ended after the conference paper was published. Key metrics to request: number of robots running their software in production, mean time between failures (MTBF), uptime over the last 12 months, and how the system handles environmental edge cases (lighting changes, unexpected objects, sensor degradation). A company that has five robots running 16 hours daily in a European warehouse for 18 months is more credible than one with impressive YouTube videos of a lab prototype.

2. Assess ROS 2 and Real-Time Systems Depth

ROS 2 proficiency is non-negotiable for modern robotics software development, but depth varies enormously. Superficial ROS 2 usage β€” wrapping an algorithm in a ROS node β€” is different from deep architectural expertise: configuring DDS quality-of-service for deterministic communication, implementing node lifecycle management for reliable startup and graceful shutdown, optimizing executor performance for real-time control loops, and integrating ROS 2 with industrial protocols (EtherCAT, OPC UA, PROFINET). Probe specifically for experience with MoveIt 2 (manipulation), Nav2 (navigation), and ros2_control (hardware interface) β€” these are the frameworks that determine production readiness. Ask about their RTOS experience (Xenomai, PREEMPT_RT) and whether they've deployed ROS 2 nodes with hard real-time constraints.

3. Evaluate Safety Engineering and Regulatory Compliance

European robotics operates under a layered regulatory framework β€” ISO 13849 for safety-critical control systems, IEC 62443 for cybersecurity, ISO 10218 for industrial robots, and soon the EU Machinery Regulation 2023/1230 with its explicit provisions for autonomous systems. If your robots operate near humans (collaborative robots, AMRs in shared spaces, medical devices), your software partner must demonstrate safety engineering capability β€” not as an afterthought, but as a core competency. Ask for their risk assessment methodology, their experience with safety integrity levels (SIL) or performance levels (PL), and whether they've supported a CE marking process for a robotic system. The upcoming EU AI Act adds further obligations for autonomous systems classified as high-risk.

4. Check Computer Vision and Perception Capability

For most robotic applications, perception is the hardest software challenge. Verify that your partner has expertise in the specific perception modalities your application requires: structured-light 3D cameras for bin-picking, LiDAR-based SLAM for mobile robot navigation, deep learning for object detection and classification, or multi-sensor fusion for robust outdoor operation. Ask about their approach to handling perception failures β€” what happens when the camera is occluded, lighting conditions change, or a novel object appears? Production-grade perception requires not just model accuracy but system-level robustness including fallback behaviors, confidence thresholds, and human escalation paths.

5. Demand Clear IP Ownership and Architecture Documentation

Robotics software partners build systems that become deeply embedded in your operational infrastructure. Before engagement, negotiate unambiguous IP ownership for custom-developed code, including source code escrow, documentation standards, and knowledge transfer obligations. Ensure the architecture is documented to a level where your internal team or a different vendor could maintain and extend the system if the relationship ends. European IP law varies by jurisdiction β€” take legal advice on work-for-hire provisions in the partner's country. The strongest partners welcome these discussions because they signal a serious, long-term engagement.

SectorPunk rates KUKA 9.2/10 for robotics software development in Europe, with top marks for industrial-grade ROS integration, safety-critical software engineering, and large-scale fleet deployment architecture built on decades of manufacturing automation leadership.

Frequently Asked Questions

What makes European robotics software companies different from US or Asian competitors?

European robotics software companies operate within a regulatory framework that has no equivalent elsewhere. The EU Machinery Regulation, EU AI Act, and harmonized safety standards (ISO 13849, IEC 62443) impose specific software engineering requirements that European firms have internalized into their development processes. This creates higher-quality, safer software at the cost of longer development cycles. Additionally, Europe's strong tradition of industrial automation β€” particularly in Germany, Italy, and the Nordic countries β€” means European robotics firms have deep domain expertise in manufacturing, automotive, and logistics applications. The proximity to institutions like Fraunhofer, DFKI, CEA-LIST, and the ELLIS network provides access to research talent that pure offshore outsourcing firms cannot match.

Is ROS 2 mandatory for commercial robotics projects in Europe?

ROS 2 is not legally mandatory, but it has become the de facto standard for commercial robotics software development. Over 80% of new robotics projects evaluated in this ranking use ROS 2 as their primary middleware. The advantages are compelling: a vast ecosystem of reusable packages (perception, navigation, manipulation), standardized inter-process communication via DDS, real-time capability, active community support, and broad hardware driver availability. Proprietary alternatives exist but create vendor lock-in and limit access to the open-source robotics ecosystem. European companies increasingly mandate ROS 2 compatibility in procurement specifications. The rare exceptions are legacy industrial systems with existing proprietary stacks, ultra-high-frequency control applications where DDS overhead is unacceptable, and defense systems requiring closed-source architectures.

How much does robotics software development cost in Europe?

Costs vary significantly by application domain and complexity. Typical ranges for European engagements: single-robot perception and control (basic pick-and-place, navigation): €100K–€400K over 4–8 months; production-ready robot software with safety certification: €300K–€1.2M over 8–14 months; fleet management and orchestration platform: €200K–€700K; medical or surgical robot software with regulatory approval documentation: €800K–€4M over 18–30 months. Hourly rates for European robotics specialists range from €90–€250/hour depending on seniority and domain. Eastern European firms (Poland, Estonia, Romania) offer rates 30–40% lower than Western European counterparts while maintaining strong technical quality, particularly in ROS 2 development and computer vision.

What role does the EU AI Act play in robotics software development?

The EU AI Act classifies autonomous robots performing safety-critical functions as high-risk AI systems under Annex III. This triggers substantial obligations: conformity assessments before market placement, human oversight mechanisms that allow meaningful operator intervention, technical documentation including training data provenance and model performance metrics, robustness testing against adversarial conditions, and ongoing post-market monitoring. For robotics software companies, compliance requires architectural decisions made from the design phase β€” logging infrastructure, explainability hooks, human override interfaces, and bias monitoring cannot be bolted on retroactively. Companies in this ranking that have invested in EU AI Act readiness hold a structural advantage, as non-compliant competitors face market access barriers that intensify as enforcement begins in 2025–2027.

How long does it take to deploy a production robotic system in Europe?

Realistic timelines for European deployments, including regulatory compliance: AMR navigation system for warehouse or factory: 4–8 months to production deployment; robotic manipulation cell with vision-guided picking: 6–12 months; multi-robot fleet with orchestration: 9–18 months; collaborative robot (cobot) workstation with safety certification (ISO 13849 PL d or e): 8–14 months; medical or surgical robot with MDR compliance: 24–36 months. These timelines assume an experienced software partner. First-time integrations consistently take 50–100% longer than estimated. The EU CE marking process adds 4–12 weeks depending on the product category and notified body backlog. Companies that underestimate regulatory timelines are the most common source of project delays.

Can we use open-source robotics software in safety-critical applications?

Yes, but with significant engineering investment. Open-source frameworks like ROS 2 provide the middleware and algorithm foundation, but they are not safety-certified out of the box. For safety-critical applications (collaborative robots, autonomous vehicles, medical devices), engineers must implement additional layers: safety-rated monitoring nodes, watchdog timers, redundant communication channels, and formal verification of critical control paths. The SROS 2 (Secure ROS 2) initiative adds encryption and access control. Several European companies β€” including micro-ROS contributors and Safety-Certified ROS initiatives β€” are working on pre-certified ROS 2 components that reduce the effort required for safety approval. The practical approach is using ROS 2 for non-safety functions (perception, planning, fleet management) while implementing the safety-critical control layer on a certified RTOS with hardware safety PLCs as a last line of defense.

What is the difference between a robotics company and a robotics software company?

A robotics company designs, manufactures, and sells complete robot systems β€” the mechanical structure, motors, electronics, and software as an integrated product. KUKA, ABB, Universal Robots, and Boston Dynamics are robotics companies. A robotics software company specializes in the software layer β€” perception, planning, control, AI, and middleware β€” that can be deployed on various hardware platforms. This distinction matters because most enterprises don't want to build robots from scratch; they want to deploy existing hardware platforms (robot arms, AMRs, drones) with custom software tailored to their specific application. The companies in this ranking include both categories: full-stack robotics firms with deep software capabilities, and pure software specialists who build the intelligence layer for third-party hardware. The trend is toward software-defined robotics, where the same hardware performs different tasks based entirely on the software configuration.

Related Rankings

Last updated: March 4, 2026 Β· Next update: September 2026

Ranked using our 8-criteria methodology

Quick Overview

#CompanyScoreBest For
1Kuka8.3Companies in Industrial Robotics, Automation
2Wandelbots8.1Mid-size to enterprise companies seeking European technology partners
3Spyrosoft7.8Automotive Software, Embedded Systems
4Milrem Robotics8.0Companies in Unmanned Ground Vehicles, Defense Robotics
5Monumental8.0Companies in Construction Robotics, Autonomous Bricklaying
6Surgitec Robotics7.8Companies in Surgical Robotics, Medical Devices
7Nature Robots7.5Companies in Agricultural Robotics, Field Robots
8TruPhysics7.8Mid-size to enterprise companies seeking European technology partners
9Telekinesis Ai7.6Companies in Teleoperation, Remote Robotics Control

Detailed Rankings

#1
B

Kuka

Kuka β€” European technology company

8.3/10
Unknown, Unknown15,000+Enterprise
Companies in Industrial RoboticsAutomation

KUKA is one of the world's 'Big Four' industrial robot manufacturers, headquartered in Augsburg, Germany since 1898. With over 15,000 employees and a global presence spanning Shanghai, Detroit, and Budapest, KUKA delivers industrial robot systems, collaborative robots, mobile AGVs, and digital twin solutions powering automation for automotive giants like BMW, Ford, and Volkswagen. Now owned by China's Midea Group, KUKA remains Europe's most iconic robotics brand.

#2
B

Wandelbots

Dresden-based company democratizing robot programming with a no-code platform that works across robot brands, backed by

8.1/10
Unknown, Unknown150+€€
Mid-size to enterprise companies seeking European technology partners

Dresden-based company democratizing robot programming with a no-code platform that works across robot brands, backed by $84M+ in funding including Microsoft M12.

#3
C

Spyrosoft

Spyrosoft β€” European technology company

7.8/10
WrocΕ‚aw, Poland1500+€€
Automotive SoftwareEmbedded SystemsAgriTech & IoT

Spyrosoft is a fast-growing Polish software company with 1,500+ engineers, specializing in embedded systems, automotive software (AUTOSAR), IoT, and AgriTech. Listed on the Warsaw Stock Exchange since 2019, they combine deep embedded/systems expertise with competitive Polish pricing β€” a rare combination in the EU market.

#4
B

Milrem Robotics

Milrem Robotics β€” European technology company

8.0/10
Unknown, Unknown300+Mid-Range
Companies in Unmanned Ground VehiclesDefense Robotics

Europe's leading defense robotics company, headquartered in Tallinn, Estonia. Milrem Robotics designs and manufactures autonomous unmanned ground vehicles, with its THeMIS platform deployed across NATO forces and its iMUGS program advancing EU defense interoperability.

#5
B

Monumental

Monumental β€” European technology company

8.0/10
Unknown, Unknown80+Mid-Range
Companies in Construction RoboticsAutonomous Bricklaying

Monumental is an Amsterdam-based construction robotics company founded in 2019, building the world's first fully autonomous bricklaying robot. With 80+ employees and $25M+ in funding, Monumental combines custom robotics, computer vision, SLAM, and BIM integration to automate facade construction, directly addressing Europe's critical construction labor shortage.

#6
C

Surgitec Robotics

Surgitec Robotics β€” European technology company

7.8/10
Unknown, Unknown30+Mid-Range
Companies in Surgical RoboticsMedical Devices

Surgitec Robotics is a Lisbon-based surgical robotics startup founded in 2017, developing next-generation robotic surgery platforms that combine haptic feedback with AI guidance. With a 30-person team building on C++, ROS, real-time OS, and medical device standards (IEC 62304), Surgitec serves European hospitals, medical device companies, and surgical training centers.

#7
C

Nature Robots

Nature Robots β€” European technology company

7.5/10
Unknown, Unknown20+Budget
Companies in Agricultural RoboticsField Robots

Nature Robots is a German agricultural robotics startup founded in 2020 in Bonn, developing compact autonomous field robots for chemical-free weed control and sustainable farming. Using ROS 2, computer vision, and GPS/RTK navigation, their robots deliver mechanical weed management, soil sampling, and crop monitoring for organic and conventional farms across Germany.

#8
C

TruPhysics

Munich-based company specializing in physics-based simulation for robotics, enabling sim-to-real transfer and digital tw

7.8/10
Unknown, Unknown30+€€
Mid-size to enterprise companies seeking European technology partners

Munich-based company specializing in physics-based simulation for robotics, enabling sim-to-real transfer and digital twin development for faster robot training.

#9
C

Telekinesis Ai

Telekinesis Ai β€” European technology company

7.6/10
Unknown, Unknown20+Mid-Range
Companies in TeleoperationRemote Robotics Control

Telekinesis.ai is a Berlin-based startup founded in 2021, building a teleoperation platform that enables human-controlled remote operation of robots. Using WebRTC, ROS, VR/AR interfaces, and edge computing, Telekinesis.ai addresses the gap between full autonomy and manual operation, serving logistics companies, manufacturing plants, and hazardous environment operators across Europe.